dist/pf/sbin/pfctl/parse.y
3090
| SOURCETRACK GLOBAL { $$ = PF_SRCTRACK_GLOBAL; }
dist/pf/sbin/pfctl/parse.y
3122
| FLUSH GLOBAL {
dist/pf/sbin/pfctl/parse.y
423
%token STICKYADDRESS MAXSRCSTATES MAXSRCNODES SOURCETRACK GLOBAL RULE
dist/pf/sbin/pfctl/parse.y
4918
{ "global", GLOBAL},
libexec/ftpd/extern.h
301
#ifndef GLOBAL
libexec/ftpd/extern.h
306
GLOBAL struct sockinet ctrl_addr;
libexec/ftpd/extern.h
307
GLOBAL struct sockinet data_dest;
libexec/ftpd/extern.h
308
GLOBAL struct sockinet data_source;
libexec/ftpd/extern.h
309
GLOBAL struct sockinet his_addr;
libexec/ftpd/extern.h
310
GLOBAL struct sockinet pasv_addr;
libexec/ftpd/extern.h
311
GLOBAL int connections;
libexec/ftpd/extern.h
312
GLOBAL struct ftpclass curclass;
libexec/ftpd/extern.h
313
GLOBAL int ftpd_debug;
libexec/ftpd/extern.h
314
GLOBAL char *emailaddr;
libexec/ftpd/extern.h
315
GLOBAL int form;
libexec/ftpd/extern.h
316
GLOBAL int gidcount; /* number of entries in gidlist[] */
libexec/ftpd/extern.h
317
GLOBAL gid_t *gidlist;
libexec/ftpd/extern.h
318
GLOBAL int hasyyerrored;
libexec/ftpd/extern.h
319
GLOBAL char hostname[MAXHOSTNAMELEN+1];
libexec/ftpd/extern.h
320
GLOBAL char homedir[MAXPATHLEN];
libexec/ftpd/extern.h
322
GLOBAL krb5_context kcontext;
libexec/ftpd/extern.h
324
GLOBAL int logged_in;
libexec/ftpd/extern.h
325
GLOBAL int logging;
libexec/ftpd/extern.h
326
GLOBAL int pdata; /* for passive mode */
libexec/ftpd/extern.h
328
GLOBAL char proctitle[BUFSIZ]; /* initial part of title */
libexec/ftpd/extern.h
330
GLOBAL struct passwd *pw;
libexec/ftpd/extern.h
331
GLOBAL int quietmessages;
libexec/ftpd/extern.h
332
GLOBAL char remotehost[MAXHOSTNAMELEN+1];
libexec/ftpd/extern.h
333
GLOBAL char remoteloghost[2 * MAXHOSTNAMELEN + 4];
libexec/ftpd/extern.h
334
GLOBAL off_t restart_point;
libexec/ftpd/extern.h
335
GLOBAL char tmpline[FTP_BUFLEN];
libexec/ftpd/extern.h
336
GLOBAL int type;
libexec/ftpd/extern.h
337
GLOBAL int usedefault; /* for data transfers */
libexec/ftpd/extern.h
338
GLOBAL const char *version;
libexec/ftpd/extern.h
339
GLOBAL int is_oob;
libexec/ftpd/extern.h
342
GLOBAL off_t total_data_in, total_data_out, total_data;
libexec/ftpd/extern.h
344
GLOBAL off_t total_files_in, total_files_out, total_files;
libexec/ftpd/extern.h
346
GLOBAL off_t total_bytes_in, total_bytes_out, total_bytes;
libexec/ftpd/extern.h
348
GLOBAL off_t total_xfers_in, total_xfers_out, total_xfers;
sys/arch/atari/atari/intrcnt.h
247
GLOBAL(eintrnames)
sys/arch/atari/atari/intrcnt.h
249
GLOBAL(intrcnt)
sys/arch/atari/atari/intrcnt.h
252
GLOBAL(intrcnt_auto)
sys/arch/atari/atari/intrcnt.h
254
GLOBAL(intrcnt_user)
sys/arch/atari/atari/intrcnt.h
267
GLOBAL(intrcnt_special)
sys/arch/atari/atari/intrcnt.h
268
GLOBAL(eintrcnt)
sys/arch/atari/atari/intrcnt.h
33
GLOBAL(intrnames)
usr.bin/ftp/ftp_var.h
196
#ifndef GLOBAL
usr.bin/ftp/ftp_var.h
203
GLOBAL int trace; /* trace packets exchanged */
usr.bin/ftp/ftp_var.h
204
GLOBAL int hash; /* print # for each buffer transferred */
usr.bin/ftp/ftp_var.h
205
GLOBAL int mark; /* number of bytes between hashes */
usr.bin/ftp/ftp_var.h
206
GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */
usr.bin/ftp/ftp_var.h
207
GLOBAL int connected; /* 1 = connected to server, -1 = logged in */
usr.bin/ftp/ftp_var.h
208
GLOBAL int interactive; /* interactively prompt on m* cmds */
usr.bin/ftp/ftp_var.h
209
GLOBAL int confirmrest; /* confirm rest of current m* cmd */
usr.bin/ftp/ftp_var.h
210
GLOBAL int ftp_debug; /* debugging level */
usr.bin/ftp/ftp_var.h
211
GLOBAL int bell; /* ring bell on cmd completion */
usr.bin/ftp/ftp_var.h
212
GLOBAL int doglob; /* glob local file names */
usr.bin/ftp/ftp_var.h
213
GLOBAL int autologin; /* establish user account on connection */
usr.bin/ftp/ftp_var.h
214
GLOBAL int proxy; /* proxy server connection active */
usr.bin/ftp/ftp_var.h
215
GLOBAL int proxflag; /* proxy connection exists */
usr.bin/ftp/ftp_var.h
216
GLOBAL int gatemode; /* use gate-ftp */
usr.bin/ftp/ftp_var.h
217
GLOBAL const char *gateserver; /* server to use for gate-ftp */
usr.bin/ftp/ftp_var.h
218
GLOBAL int sunique; /* store files on server with unique name */
usr.bin/ftp/ftp_var.h
219
GLOBAL int runique; /* store local files with unique name */
usr.bin/ftp/ftp_var.h
220
GLOBAL int mcase; /* map upper to lower case for mget names */
usr.bin/ftp/ftp_var.h
221
GLOBAL int ntflag; /* use ntin ntout tables for name translation */
usr.bin/ftp/ftp_var.h
222
GLOBAL int mapflag; /* use mapin mapout templates on file names */
usr.bin/ftp/ftp_var.h
223
GLOBAL int preserve; /* preserve modification time on files */
usr.bin/ftp/ftp_var.h
224
GLOBAL int code; /* return/reply code for ftp command */
usr.bin/ftp/ftp_var.h
225
GLOBAL int crflag; /* if 1, strip car. rets. on ascii gets */
usr.bin/ftp/ftp_var.h
226
GLOBAL int passivemode; /* passive mode enabled */
usr.bin/ftp/ftp_var.h
227
GLOBAL int activefallback; /* fall back to active mode if passive fails */
usr.bin/ftp/ftp_var.h
228
GLOBAL char *altarg; /* argv[1] with no shell-like preprocessing */
usr.bin/ftp/ftp_var.h
229
GLOBAL char ntin[17]; /* input translation table */
usr.bin/ftp/ftp_var.h
230
GLOBAL char ntout[17]; /* output translation table */
usr.bin/ftp/ftp_var.h
231
GLOBAL char mapin[MAXPATHLEN]; /* input map template */
usr.bin/ftp/ftp_var.h
232
GLOBAL char mapout[MAXPATHLEN]; /* output map template */
usr.bin/ftp/ftp_var.h
233
GLOBAL char typename[32]; /* name of file transfer type */
usr.bin/ftp/ftp_var.h
234
GLOBAL int type; /* requested file transfer type */
usr.bin/ftp/ftp_var.h
235
GLOBAL int curtype; /* current file transfer type */
usr.bin/ftp/ftp_var.h
236
GLOBAL char structname[32]; /* name of file transfer structure */
usr.bin/ftp/ftp_var.h
237
GLOBAL int stru; /* file transfer structure */
usr.bin/ftp/ftp_var.h
238
GLOBAL char formname[32]; /* name of file transfer format */
usr.bin/ftp/ftp_var.h
239
GLOBAL int form; /* file transfer format */
usr.bin/ftp/ftp_var.h
240
GLOBAL char modename[32]; /* name of file transfer mode */
usr.bin/ftp/ftp_var.h
241
GLOBAL int mode; /* file transfer mode */
usr.bin/ftp/ftp_var.h
242
GLOBAL char bytename[32]; /* local byte size in ascii */
usr.bin/ftp/ftp_var.h
243
GLOBAL int bytesize; /* local byte size in binary */
usr.bin/ftp/ftp_var.h
244
GLOBAL int anonftp; /* automatic anonymous login */
usr.bin/ftp/ftp_var.h
245
GLOBAL int dirchange; /* remote directory changed by cd command */
usr.bin/ftp/ftp_var.h
246
GLOBAL int flushcache; /* set HTTP cache flush headers with request */
usr.bin/ftp/ftp_var.h
247
GLOBAL int rate_get; /* maximum get xfer rate */
usr.bin/ftp/ftp_var.h
248
GLOBAL int rate_get_incr; /* increment for get xfer rate */
usr.bin/ftp/ftp_var.h
249
GLOBAL int rate_put; /* maximum put xfer rate */
usr.bin/ftp/ftp_var.h
250
GLOBAL int rate_put_incr; /* increment for put xfer rate */
usr.bin/ftp/ftp_var.h
251
GLOBAL int retry_connect; /* seconds between retrying connection */
usr.bin/ftp/ftp_var.h
252
GLOBAL const char *tmpdir; /* temporary directory */
usr.bin/ftp/ftp_var.h
253
GLOBAL int epsv4; /* use EPSV/EPRT on IPv4 connections */
usr.bin/ftp/ftp_var.h
254
GLOBAL int epsv4bad; /* EPSV doesn't work on the current server */
usr.bin/ftp/ftp_var.h
255
GLOBAL int epsv6; /* use EPSV/EPRT on IPv6 connections */
usr.bin/ftp/ftp_var.h
256
GLOBAL int epsv6bad; /* EPSV doesn't work on the current server */
usr.bin/ftp/ftp_var.h
257
GLOBAL int editing; /* command line editing enabled */
usr.bin/ftp/ftp_var.h
258
GLOBAL StringList *custom_headers; /* stringlist with custom HTTP headers */
usr.bin/ftp/ftp_var.h
259
GLOBAL int features[FEAT_max]; /* remote FEATures supported */
usr.bin/ftp/ftp_var.h
262
GLOBAL EditLine *el; /* editline(3) status structure */
usr.bin/ftp/ftp_var.h
263
GLOBAL History *hist; /* editline(3) history structure */
usr.bin/ftp/ftp_var.h
264
GLOBAL char *cursor_pos; /* cursor position we're looking for */
usr.bin/ftp/ftp_var.h
265
GLOBAL size_t cursor_argc; /* location of cursor in margv */
usr.bin/ftp/ftp_var.h
266
GLOBAL size_t cursor_argo; /* offset of cursor in margv[cursor_argc] */
usr.bin/ftp/ftp_var.h
269
GLOBAL char *hostname; /* name of host connected to */
usr.bin/ftp/ftp_var.h
270
GLOBAL int unix_server; /* server is unix, can use binary for ascii */
usr.bin/ftp/ftp_var.h
271
GLOBAL int unix_proxy; /* proxy is unix, can use binary for ascii */
usr.bin/ftp/ftp_var.h
272
GLOBAL char localcwd[MAXPATHLEN]; /* local dir */
usr.bin/ftp/ftp_var.h
273
GLOBAL char remotecwd[MAXPATHLEN]; /* remote dir */
usr.bin/ftp/ftp_var.h
274
GLOBAL int remcwdvalid; /* remotecwd has been updated */
usr.bin/ftp/ftp_var.h
275
GLOBAL char *username; /* name of user logged in as. (dynamic) */
usr.bin/ftp/ftp_var.h
277
GLOBAL sa_family_t family; /* address family to use for connections */
usr.bin/ftp/ftp_var.h
278
GLOBAL const char *ftpport; /* port number to use for FTP connections */
usr.bin/ftp/ftp_var.h
279
GLOBAL const char *httpport; /* port number to use for HTTP connections */
usr.bin/ftp/ftp_var.h
281
GLOBAL const char *httpsport; /* port number to use for HTTPS connections */
usr.bin/ftp/ftp_var.h
283
GLOBAL const char *gateport; /* port number to use for gateftp connections */
usr.bin/ftp/ftp_var.h
284
GLOBAL struct addrinfo *bindai; /* local address to bind as */
usr.bin/ftp/ftp_var.h
286
GLOBAL char *outfile; /* filename to output URLs to */
usr.bin/ftp/ftp_var.h
287
GLOBAL int restartautofetch; /* restart auto-fetch */
usr.bin/ftp/ftp_var.h
289
GLOBAL char line[FTPBUFLEN]; /* input line buffer */
usr.bin/ftp/ftp_var.h
290
GLOBAL char *stringbase; /* current scan point in line buffer */
usr.bin/ftp/ftp_var.h
291
GLOBAL char argbuf[FTPBUFLEN]; /* argument storage buffer */
usr.bin/ftp/ftp_var.h
292
GLOBAL char *argbase; /* current storage point in arg buffer */
usr.bin/ftp/ftp_var.h
293
GLOBAL StringList *marg_sl; /* stringlist containing margv */
usr.bin/ftp/ftp_var.h
294
GLOBAL int margc; /* count of arguments on input line */
usr.bin/ftp/ftp_var.h
296
GLOBAL int cpend; /* flag: if != 0, then pending server reply */
usr.bin/ftp/ftp_var.h
297
GLOBAL int mflag; /* flag: if != 0, then active multi command */
usr.bin/ftp/ftp_var.h
299
GLOBAL int options; /* used during socket creation */
usr.bin/ftp/ftp_var.h
301
GLOBAL int sndbuf_size; /* socket send buffer size; 0 = autoscale */
usr.bin/ftp/ftp_var.h
302
GLOBAL int rcvbuf_size; /* socket receive buffer size; 0 = autoscale */
usr.bin/ftp/ftp_var.h
304
GLOBAL int macnum; /* number of defined macros */
usr.bin/ftp/ftp_var.h
305
GLOBAL struct macel macros[16];
usr.bin/ftp/ftp_var.h
306
GLOBAL char macbuf[4096];
usr.bin/ftp/ftp_var.h
308
GLOBAL char *localhome; /* local home directory */
usr.bin/ftp/ftp_var.h
309
GLOBAL char *localname; /* local user name */
usr.bin/ftp/ftp_var.h
310
GLOBAL char netrc[MAXPATHLEN]; /* path to .netrc file */
usr.bin/ftp/ftp_var.h
311
GLOBAL char reply_string[BUFSIZ]; /* first line of previous reply */
usr.bin/ftp/ftp_var.h
312
GLOBAL void (*reply_callback)(const char *);
usr.bin/ftp/ftp_var.h
319
GLOBAL volatile sig_atomic_t sigint_raised;
usr.bin/ftp/ftp_var.h
321
GLOBAL FILE *cin;
usr.bin/ftp/ftp_var.h
322
GLOBAL FILE *cout;
usr.bin/ftp/ftp_var.h
323
GLOBAL int data;
usr.bin/ftp/progressbar.h
36
#ifndef GLOBAL
usr.bin/ftp/progressbar.h
46
GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */
usr.bin/ftp/progressbar.h
48
GLOBAL int progress; /* display transfer progress bar */
usr.bin/ftp/progressbar.h
49
GLOBAL int ttywidth; /* width of tty */
usr.bin/ftp/progressbar.h
51
GLOBAL off_t bytes; /* current # of bytes read */
usr.bin/ftp/progressbar.h
52
GLOBAL off_t filesize; /* size of file being transferred */
usr.bin/ftp/progressbar.h
53
GLOBAL off_t restart_point; /* offset to restart transfer */
usr.bin/ftp/progressbar.h
54
GLOBAL char *prefix; /* Text written left of progress bar */
usr.bin/ftp/progressbar.h
58
GLOBAL int fromatty; /* input is from a terminal */
usr.bin/ftp/progressbar.h
59
GLOBAL int verbose; /* print messages coming back from server */
usr.bin/ftp/progressbar.h
60
GLOBAL int quit_time; /* maximum time to wait if stalled */
usr.bin/ftp/progressbar.h
62
GLOBAL const char *direction; /* direction transfer is occurring */
usr.bin/ftp/progressbar.h
64
GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
usr.sbin/acpitools/acpidump/acpi.c
414
PRINTFLAG(data->Flags, GLOBAL);