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

12

/opensolaris-onvv-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
398 GLOBAL void
426 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...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Doverride.t12 # This file tries to test builtin override using CORE::GLOBAL
21 BEGIN { *CORE::GLOBAL::time = sub () { $t; } }
29 BEGIN { *CORE::GLOBAL::require = sub { $r = shift; 1; } }
55 # localizing *CORE::GLOBAL::foo should revert to finding CORE::foo
57 local(*CORE::GLOBAL::require);
68 BEGIN { *CORE::GLOBAL::readline = sub (;*) { ++$r }; }
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dglobal.t23 *CORE::GLOBAL::glob = sub { "Just another Perl hacker," };
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t25 local (*CORE::GLOBAL::getpwuid, *CORE::GLOBAL::stat);
27 *CORE::GLOBAL::getpwuid = sub ($) {
33 *CORE::GLOBAL::stat = sub (*) {
/opensolaris-onvv-gate/usr/src/cmd/backup/lib/
H A DMakefile66 GLOBAL= ../../../head macro
67 CPPFLAGS= -I$(GENERAL) -I$(GLOBAL) $(CPPFLAGS.master)
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A DMakefile42 GLOBAL= ../../../head macro
43 CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) \
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
H A DSolaris_NFS.h110 #define GLOBAL (FGMOUNT + 1) macro
113 #define GRPID (GLOBAL + 1)
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A DMakefile66 GLOBAL= ../../../head macro
67 CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) -DPARTIAL \

Completed in 137 milliseconds

12