Searched defs:DEFAULT (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c59 #define DEFAULT 1 macro
97 t->tokstr = "default"; t++->tval = DEFAULT;
174 case DEFAULT:
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Druserpass.c41 #define DEFAULT 1 macro
82 t->tokstr = "default"; t++->tval = DEFAULT;
150 case DEFAULT:
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.h63 DEFAULT, /* No special mapfile treatment */ enumerator in enum:__anon8
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c58 #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 Dservinfo.c58 #define DEFAULT 0x1 macro
169 if (options & DEFAULT) {
214 int options = DEFAULT;
275 if (options & DEFAULT) {
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c55 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 Dtmglobal.c67 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
/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c48 #define DEFAULT "%H:%M" macro
66 fmt = DEFAULT;
146 fmt = DEFAULT;
359 fmt = DEFAULT;
H A Dckdate.c44 #define DEFAULT "%m/%d/%y" macro
311 fmt = DEFAULT;
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c123 #define DEFAULT 10 macro
374 number = DEFAULT;
416 Sfoff_t number = DEFAULT;
472 number = DEFAULT;
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c92 #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/lib/libast/common/port/
H A Dastconf.c76 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast) macro
509 ok = streq(_UNIV_DEFAULT, DEFAULT(OP_universe));
677 initialize(fp, path, NiL, "logical", DEFAULT(OP_path_resolve));
683 strcpy(fp->value, DEFAULT(OP_universe));
731 initialize(fp, path, "echo", DEFAULT(OP_universe), "ucb");
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h133 #define DEFAULT 0x0 /* standard full verification */ macro
138 #define DEFAULT 0x0 /* standard server-relative absolute path */ macro
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java58 public static final int DEFAULT = ( 1 << 2 ); field in class:DNSSD
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h95 #define DEFAULT 0 macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h65 #define DEFAULT 4 /* default library path */ macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c116 DEFAULT = 0, enumerator in enum:__anon6438
384 config_token_t token = DEFAULT;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c108 #define DEFAULT 0 macro
481 quedefs(DEFAULT); /* load default queue definitions */
3093 if (action == DEFAULT)

Completed in 147 milliseconds