Searched refs:GLOBAL (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/bnu/
H A Duucpdefs.c37 GLOBAL char _ProtoCfg[40]=""; /* protocol string from Config file */
41 GLOBAL int Ifn, Ofn;
42 GLOBAL int Sgrades = FALSE;
43 GLOBAL int Debug = 0;
44 GLOBAL int SizeCheck = 0; /* Ulimit checking supported flag */
45 GLOBAL long RemUlimit = 0; /* Ulimit of remote if supported */
46 GLOBAL int Restart = 0; /* checkpoint restart supported flag */
47 GLOBAL uid_t Uid, Euid; /* user-id and effective-uid */
48 GLOBAL long Ulimit;
49 GLOBAL mode_
[all...]
H A Ddtnamer.c41 GLOBAL char *
H A Ddkerr.c46 GLOBAL
59 GLOBAL
74 GLOBAL
87 GLOBAL int dk_verbose = 1; /* Print error messages on stderr if 1 */
88 GLOBAL int dk_errno = 0; /* Saved error number from iocb.req_error */
92 GLOBAL char *
107 GLOBAL int
H A Ddkbreak.c40 GLOBAL void
H A Ddkminor.c41 GLOBAL
H A Dstrsave.c38 GLOBAL char *
60 GLOBAL int
H A Dulockf.c62 GLOBAL int
110 GLOBAL int
155 GLOBAL int Nlocks = 0;
189 GLOBAL void
230 GLOBAL void
257 GLOBAL int
347 GLOBAL int
385 GLOBAL int
411 GLOBAL int
437 GLOBAL voi
[all...]
H A Dline.c77 GLOBAL int
86 GLOBAL int linebaudrate; /* for speedup hook in pk1.c */
90 GLOBAL int
117 GLOBAL void
231 GLOBAL void
245 GLOBAL void
259 GLOBAL void
362 GLOBAL int
393 GLOBAL void
441 GLOBAL voi
[all...]
H A Dsysfiles.c71 GLOBAL unsigned connecttime = CONNECTTIME;
72 GLOBAL unsigned expecttime = EXPECTTIME;
73 GLOBAL unsigned msgtime = MSGTIME;
96 GLOBAL void
112 GLOBAL void
124 GLOBAL int
420 GLOBAL void
434 GLOBAL void
448 GLOBAL void
462 GLOBAL in
[all...]
H A Ddk.h32 #define GLOBAL static macro
36 #define GLOBAL macro
H A Ddkdial.c57 GLOBAL unsigned int dk_timewait = DK_DEFWAIT; /* Caller to dkdial might modify */
72 GLOBAL int
79 GLOBAL int
H A Dgetargs.c47 GLOBAL int
88 GLOBAL void
H A Dconn.c36 GLOBAL char _Protocol[40] = ""; /* working protocol string */
44 GLOBAL int Modemctrl;
71 GLOBAL char *Myline = CNULL; /* to force which line will be used */
72 GLOBAL char *Mytype = CNULL; /* to force selection of specific device type */
73 GLOBAL int Dologin; /* to force login chat sequence */
84 GLOBAL int
143 GLOBAL int
227 GLOBAL int
396 GLOBAL char *
550 GLOBAL cha
[all...]
H A Dinterface.c61 GLOBAL ssize_t (*Read)() = read,
64 GLOBAL int (*Ioctl)(int, int, ...) = ioctl,
66 GLOBAL int (*Ioctl)() = ioctl,
140 GLOBAL int
400 GLOBAL void
427 GLOBAL void
H A Dcallers.c229 GLOBAL int
417 GLOBAL int
508 GLOBAL int
570 GLOBAL int
579 GLOBAL int
685 GLOBAL int
693 GLOBAL int
730 GLOBAL int
806 GLOBAL int
846 GLOBAL in
[all...]
H A Dstoa.c55 GLOBAL char sbuf[SBUFSIZE];
72 GLOBAL struct netbuf *
H A Ddial.c135 GLOBAL jmp_buf Sjbuf; /*needed by connection routines*/
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.h47 typedef struct _global GLOBAL; typedef in typeref:struct:_global
77 GLOBAL **global;
H A Dpostreverse.c327 WriteGlobal(int fd, GLOBAL * g)
390 GLOBAL *global = document->global[count++];
463 GLOBAL **
466 GLOBAL **globals = NULL, *global;
479 global = (GLOBAL *) nmalloc(sizeof (GLOBAL));
487 memset(global, 0, sizeof (GLOBAL));
492 globals = (GLOBAL **) nrealloc(globals,
494 sizeof (GLOBAL *));
496 allocated_slots * sizeof (GLOBAL *),
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c61 GLOBAL int
109 GLOBAL int
154 GLOBAL int Nlocks = 0;
188 GLOBAL void
229 GLOBAL void
256 GLOBAL int
346 GLOBAL int
384 GLOBAL int
410 GLOBAL int
436 GLOBAL voi
[all...]
/illumos-gate/usr/src/cmd/backup/lib/
H A DMakefile64 GLOBAL= ../../../head macro
65 CPPFLAGS= -I$(GENERAL) -I$(GLOBAL) $(CPPFLAGS.master)
/illumos-gate/usr/src/cmd/backup/restore/
H A DMakefile42 GLOBAL= ../../../head macro
43 CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) \
/illumos-gate/usr/src/cmd/backup/dump/
H A DMakefile66 GLOBAL= ../../../head macro
67 CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) -DPARTIAL \
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c50 #define GLOBAL 0 macro
133 case GLOBAL:
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c162 #undef GLOBAL macro
163 #define GLOBAL (MORE) macro
673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
803 lex(proto, (flags & GLOBAL) | RECURSIVE);
1023 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*')
1538 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1600 lex(proto, (flags & GLOBAL) | DECLARE);
1848 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1886 switch (lex(proto, (flags & GLOBAL) | RECURSIV
[all...]

Completed in 75 milliseconds

12