Symbol: EXTERN
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
103
#define d_1(t,n,b,e) EXTERN AES_ALIGN CONST XP_DIR t n[256] = b(e)
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
104
#define d_4(t,n,b,e,f,g,h) EXTERN AES_ALIGN CONST XP_DIR t n[4][256] = { b(e), b(f), b(g), b(h) }
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
105
EXTERN AES_ALIGN CONST uint32_t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
107
#define d_1(t,n,b,e) EXTERN AES_ALIGN CONST XP_DIR t n[256]
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
108
#define d_4(t,n,b,e,f,g,h) EXTERN AES_ALIGN CONST XP_DIR t n[4][256]
crypto/krb5/src/lib/crypto/builtin/aes/aestab.h
109
EXTERN AES_ALIGN CONST uint32_t t_dec(r,c)[RC_LENGTH];
usr.bin/gprof/gprof.h
137
EXTERN nltype *nl; /* the whole namelist */
usr.bin/gprof/gprof.h
138
EXTERN nltype *npe; /* the virtual end of the namelist */
usr.bin/gprof/gprof.h
139
EXTERN int nname; /* the number of function names */
usr.bin/gprof/gprof.h
158
EXTERN arctype *archead; /* the head of arcs in current cycle list */
usr.bin/gprof/gprof.h
159
EXTERN cltype *cyclehead; /* the head of the list */
usr.bin/gprof/gprof.h
160
EXTERN int cyclecnt; /* the number of cycles found */
usr.bin/gprof/gprof.h
174
EXTERN nltype *cyclenl; /* cycle header namelist */
usr.bin/gprof/gprof.h
175
EXTERN int ncycle; /* number of cycles discovered */
usr.bin/gprof/gprof.h
191
EXTERN int debug;
usr.bin/gprof/gprof.h
197
EXTERN double *samples;
usr.bin/gprof/gprof.h
199
EXTERN unsigned long s_lowpc; /* lowpc from the profile file */
usr.bin/gprof/gprof.h
200
EXTERN unsigned long s_highpc; /* highpc from the profile file */
usr.bin/gprof/gprof.h
202
EXTERN unsigned long lowpc, highpc;
usr.bin/gprof/gprof.h
203
EXTERN unsigned sampbytes; /* number of bytes of samples */
usr.bin/gprof/gprof.h
204
EXTERN int nsamples; /* number of samples */
usr.bin/gprof/gprof.h
206
EXTERN double actime;
usr.bin/gprof/gprof.h
207
EXTERN double totime; /* total time for all routines */
usr.bin/gprof/gprof.h
208
EXTERN double printtime; /* total of time being printed */
usr.bin/gprof/gprof.h
209
EXTERN double scale; /* scale factor converting samples to pc
usr.bin/gprof/gprof.h
211
EXTERN unsigned char *textspace; /* text space of a.out in core */
usr.bin/gprof/gprof.h
213
EXTERN int cyclethreshold;
usr.bin/gprof/gprof.h
218
EXTERN bool aflag; /* suppress static functions */
usr.bin/gprof/gprof.h
219
EXTERN bool bflag; /* blurbs, too */
usr.bin/gprof/gprof.h
220
EXTERN bool Cflag; /* find cut-set to eliminate cycles */
usr.bin/gprof/gprof.h
221
EXTERN bool dflag; /* debugging options */
usr.bin/gprof/gprof.h
222
EXTERN bool eflag; /* specific functions excluded */
usr.bin/gprof/gprof.h
223
EXTERN bool Eflag; /* functions excluded with time */
usr.bin/gprof/gprof.h
224
EXTERN bool fflag; /* specific functions requested */
usr.bin/gprof/gprof.h
225
EXTERN bool Fflag; /* functions requested with time */
usr.bin/gprof/gprof.h
226
EXTERN bool kflag; /* arcs to be deleted */
usr.bin/gprof/gprof.h
227
EXTERN bool Kflag; /* use the running kernel for symbols */
usr.bin/gprof/gprof.h
228
EXTERN bool sflag; /* sum multiple gmon.out files */
usr.bin/gprof/gprof.h
229
EXTERN bool uflag; /* suppress symbols hidden from C */
usr.bin/gprof/gprof.h
230
EXTERN bool zflag; /* zero time/called functions, too */
usr.bin/gprof/gprof.h
62
#ifndef EXTERN
usr.bin/gprof/gprof.h
69
EXTERN long hz;
usr.bin/gprof/gprof.h
71
EXTERN size_t histcounter_size;
usr.bin/gprof/gprof.h
72
EXTERN int histcounter_type;
usr.bin/gprof/gprof.h
74
EXTERN char *a_outname;
usr.bin/gprof/gprof.h
77
EXTERN char *gmonname;
usr.bin/tip/tip/tip.h
239
EXTERN struct termios term; /* current mode of terminal */
usr.bin/tip/tip/tip.h
240
EXTERN struct termios defterm; /* initial mode of terminal */
usr.bin/tip/tip/tip.h
241
EXTERN struct termios defchars; /* current mode with initial chars */
usr.bin/tip/tip/tip.h
242
EXTERN int gotdefterm;
usr.bin/tip/tip/tip.h
244
EXTERN FILE *fscript; /* FILE for scripting */
usr.bin/tip/tip/tip.h
246
EXTERN int fildes[2]; /* file transfer synchronization channel */
usr.bin/tip/tip/tip.h
247
EXTERN int repdes[2]; /* read process synchronization channel */
usr.bin/tip/tip/tip.h
248
EXTERN int FD; /* open file descriptor to remote host */
usr.bin/tip/tip/tip.h
249
EXTERN int AC; /* open file descriptor to dialer (v831 only) */
usr.bin/tip/tip/tip.h
250
EXTERN int vflag; /* print .tiprc initialization sequence */
usr.bin/tip/tip/tip.h
251
EXTERN int noesc; /* no `~' escape char */
usr.bin/tip/tip/tip.h
252
EXTERN int sfd; /* for ~< operation */
usr.bin/tip/tip/tip.h
253
EXTERN pid_t tipin_pid; /* pid of tipin */
usr.bin/tip/tip/tip.h
254
EXTERN pid_t tipout_pid; /* pid of tipout */
usr.bin/tip/tip/tip.h
255
EXTERN uid_t uid, euid; /* real and effective user id's */
usr.bin/tip/tip/tip.h
256
EXTERN gid_t gid, egid; /* real and effective group id's */
usr.bin/tip/tip/tip.h
257
EXTERN int stop; /* stop transfer session flag */
usr.bin/tip/tip/tip.h
258
EXTERN int quit; /* same; but on other end */
usr.bin/tip/tip/tip.h
259
EXTERN int intflag; /* recognized interrupt */
usr.bin/tip/tip/tip.h
260
EXTERN int stoprompt; /* for interrupting a prompt session */
usr.bin/tip/tip/tip.h
261
EXTERN int timedout; /* ~> transfer timedout */
usr.bin/tip/tip/tip.h
262
EXTERN int cumode; /* simulating the "cu" program */
usr.bin/tip/tip/tip.h
263
EXTERN int bits8; /* terminal is 8-bit mode */
usr.bin/tip/tip/tip.h
266
EXTERN char fname[PATH_MAX]; /* file name buffer for ~< */
usr.bin/tip/tip/tip.h
267
EXTERN char copyname[PATH_MAX]; /* file name buffer for ~> */
usr.bin/tip/tip/tip.h
268
EXTERN char ccc; /* synchronization character */
usr.bin/tip/tip/tip.h
269
EXTERN char *uucplock; /* name of lock file for uucp's */
usr.bin/tip/tip/tip.h
271
EXTERN int odisc; /* initial tty line discipline */
usr.bin/tip/tip/tip.h
58
#ifndef EXTERN
usr.bin/tip/tip/tip.h
65
EXTERN char *DV; /* UNIX device(s) to open */
usr.bin/tip/tip/tip.h
66
EXTERN char *EL; /* chars marking an EOL */
usr.bin/tip/tip/tip.h
67
EXTERN char *CM; /* initial connection message */
usr.bin/tip/tip/tip.h
68
EXTERN char *IE; /* EOT to expect on input */
usr.bin/tip/tip/tip.h
69
EXTERN char *OE; /* EOT to send to complete FT */
usr.bin/tip/tip/tip.h
70
EXTERN char *CU; /* call unit if making a phone call */
usr.bin/tip/tip/tip.h
71
EXTERN char *AT; /* acu type */
usr.bin/tip/tip/tip.h
72
EXTERN char *PN; /* phone number(s) */
usr.bin/tip/tip/tip.h
73
EXTERN char *DI; /* disconnect string */
usr.bin/tip/tip/tip.h
74
EXTERN char *PA; /* parity to be generated */
usr.bin/tip/tip/tip.h
76
EXTERN char *PH; /* phone number file */
usr.bin/tip/tip/tip.h
77
EXTERN char *RM; /* remote file name */
usr.bin/tip/tip/tip.h
78
EXTERN char *HO; /* host name */
usr.bin/tip/tip/tip.h
80
EXTERN long BR; /* line speed for conversation */
usr.bin/tip/tip/tip.h
81
EXTERN long FS; /* frame size for transfers */
usr.bin/tip/tip/tip.h
83
EXTERN short DU; /* this host is dialed up */
usr.bin/tip/tip/tip.h
84
EXTERN short HW; /* this device is hardwired, see hunt.c */
usr.bin/tip/tip/tip.h
85
EXTERN char *ES; /* escape character */
usr.bin/tip/tip/tip.h
86
EXTERN char *EX; /* exceptions */
usr.bin/tip/tip/tip.h
87
EXTERN char *FO; /* force (literal next) char*/
usr.bin/tip/tip/tip.h
88
EXTERN char *RC; /* raise character */
usr.bin/tip/tip/tip.h
89
EXTERN char *RE; /* script record file */
usr.bin/tip/tip/tip.h
90
EXTERN char *PR; /* remote prompt */
usr.bin/tip/tip/tip.h
91
EXTERN long DL; /* line delay for file transfers to remote */
usr.bin/tip/tip/tip.h
92
EXTERN long CL; /* char delay for file transfers to remote */
usr.bin/tip/tip/tip.h
93
EXTERN long ET; /* echocheck timeout */
usr.bin/tip/tip/tip.h
94
EXTERN long LD; /* line disc */
usr.bin/tip/tip/tip.h
95
EXTERN short HD; /* this host is half duplex - do local echo */