/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.h | 63 DEFAULT, /* No special mapfile treatment */ enumerator in enum:__anon8
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | findscripts.c | 73 cl_Classes[idx]->src_verify = DEFAULT; 74 cl_Classes[idx]->dst_verify = DEFAULT; 75 cl_Classes[idx]->relpath_2_CAS = DEFAULT;
|
H A D | setlist.c | 383 return (DEFAULT); 396 cl_Classes[idx]->dst_verify = DEFAULT; 414 return (DEFAULT); 434 return (DEFAULT);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmglobal.c | 67 struct Gdef DEFAULT = { /* default terminal settings */ variable in typeref:struct:Gdef 74 * if 4800 is not in ttydefs, we will loop back to use DEFAULT
|
H A D | sttydefs.c | 55 static struct Gdef DEFAULT = { /* default terminal settings */ variable in typeref:struct:Gdef 62 * if 4800 is not in ttydefs, we will loop back to use DEFAULT 290 ttydef->g_iflags = DEFAULT.g_iflags; 295 ttydef->g_fflags = DEFAULT.g_fflags;
|
H A D | ttymon.c | 619 * to DEFAULT 627 extern struct Gdef DEFAULT; 632 sp = &DEFAULT; /* use default */ 634 } else sp = &DEFAULT; /* use default */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ruserpass.c | 58 #define DEFAULT 1 macro 73 "default", DEFAULT, 115 case DEFAULT: 117 while (((t = token()) != 0) && t != MACHINE && t != DEFAULT)
|
/illumos-gate/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 58 #define DEFAULT 0x1 macro 169 if (options & DEFAULT) { 214 int options = DEFAULT; 275 if (options & DEFAULT) {
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 44 #define DEFAULT [default] 101 #define DEFAULT
|
H A D | dssetup.ndl | 137 DEFAULT char *nullptr;
|
H A D | srvsvc.ndl | 187 DEFAULT char * nullptr; 244 DEFAULT char * nullptr; 397 DEFAULT char *nullptr; 456 DEFAULT char *nullptr; 708 DEFAULT char *nullptr; 1193 DEFAULT char *nullptr; 1317 DEFAULT char *nullptr; 1672 DEFAULT char *nullptr;
|
H A D | netlogon.ndl | 301 DEFAULT DWORD nothing; 371 DEFAULT DWORD nothing;
|
H A D | samrpc.ndl | 453 DEFAULT char *nullptr; 610 DEFAULT char *nullptr; 663 DEFAULT char *nullptr; 981 DEFAULT char *nullptr; 1117 DEFAULT char *nullptr; 1366 DEFAULT DWORD nothing;
|
H A D | netdfs.ndl | 220 DEFAULT char *nullptr; 289 DEFAULT char *nullptr;
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | cktime.c | 48 #define DEFAULT "%H:%M" macro 66 fmt = DEFAULT; 146 fmt = DEFAULT; 359 fmt = DEFAULT;
|
H A D | ckdate.c | 44 #define DEFAULT "%m/%d/%y" macro 311 fmt = DEFAULT;
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 59 #define DEFAULT 1 macro 97 t->tokstr = "default"; t++->tval = DEFAULT; 174 case DEFAULT:
|
/illumos-gate/usr/src/lib/libbc/libc/net/ |
H A D | ruserpass.c | 41 #define DEFAULT 1 macro 82 t->tokstr = "default"; t++->tval = DEFAULT; 150 case DEFAULT:
|
/illumos-gate/usr/src/cmd/krb5/klist/ |
H A D | klist.c | 92 #define DEFAULT 0 macro 168 mode = DEFAULT; 193 if (mode != DEFAULT) usage(); 197 if (mode != DEFAULT) usage(); 230 if (mode == DEFAULT || mode == CCACHE) { 279 if (mode == DEFAULT || mode == CCACHE) 285 if (mode == DEFAULT || mode == CCACHE)
|
/illumos-gate/usr/src/cmd/install.d/ |
H A D | install.sh | 32 DEFAULT="$ROOT/bin $ROOT/usr/bin $ROOT/etc $ROOT/lib $ROOT/usr/lib" FOUND="" MOVOLD="" 124 DEFAULT="" 315 for i in $DEFAULT
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | tail.c | 123 #define DEFAULT 10 macro 374 number = DEFAULT; 416 Sfoff_t number = DEFAULT; 472 number = DEFAULT;
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 196 DEFAULT, /* default library path */
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 313 <TSTATE>default { return DEFAULT; } 314 <CSTATE>default { return DEFAULT; }
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 178 carg ::= DEFAULT STRING(X). {sqliteAddDefaultValue(pParse,&X,0);} 179 carg ::= DEFAULT ID(X). {sqliteAddDefaultValue(pParse,&X,0);} 180 carg ::= DEFAULT INTEGER(X). {sqliteAddDefaultValue(pParse,&X,0);} 181 carg ::= DEFAULT PLUS INTEGER(X). {sqliteAddDefaultValue(pParse,&X,0);} 182 carg ::= DEFAULT MINUS INTEGER(X). {sqliteAddDefaultValue(pParse,&X,1);} 183 carg ::= DEFAULT FLOAT(X). {sqliteAddDefaultValue(pParse,&X,0);} 184 carg ::= DEFAULT PLUS FLOAT(X). {sqliteAddDefaultValue(pParse,&X,0);} 185 carg ::= DEFAULT MINUS FLOAT(X). {sqliteAddDefaultValue(pParse,&X,1);} 186 carg ::= DEFAULT NULL. 218 refact(A) ::= SET DEFAULT [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 133 #define DEFAULT 0x0 /* standard full verification */ macro 138 #define DEFAULT 0x0 /* standard server-relative absolute path */ macro
|