HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 1 - 25 of 61) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/
xlator.h 63 DEFAULT, /* No special mapfile treatment */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
assembler.t 346 $SIG{'__WARN__'} = 'DEFAULT';
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
Basename.t 16 # set fstype -- should replace non-null default
35 # set fstype -- should replace non-null default
54 $ENV{DEFAULT} = '' unless exists $ENV{DEFAULT};
55 print +(dirname('virumque.cano') eq $ENV{DEFAULT} ? '' : 'not '),"ok 14\n";
58 # set fstype -- should replace non-null default
83 # set fstype -- should replace non-null default
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
findscripts.c 41 #define ERR_NO_NONE "Cannot find the default archive install script."
73 cl_Classes[idx]->src_verify = DEFAULT;
74 cl_Classes[idx]->dst_verify = DEFAULT;
75 cl_Classes[idx]->relpath_2_CAS = DEFAULT;
138 * The default script is provided for all classes
190 * findscripts() know to get the default script if it can't find it in
setlist.c 383 return (DEFAULT);
389 * Set destination verify to default. This is usually called by pkgdbmerg()
396 cl_Classes[idx]->dst_verify = DEFAULT;
414 return (DEFAULT);
434 return (DEFAULT);
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmglobal.c 67 struct Gdef DEFAULT = { /* default terminal settings */
68 "default",
74 * if 4800 is not in ttydefs, we will loop back to use DEFAULT
sttydefs.c 55 static struct Gdef DEFAULT = { /* default terminal settings */
56 "default",
62 * if 4800 is not in ttydefs, we will loop back to use DEFAULT
288 /* if optional fields are not provided, set to default */
290 ttydef->g_iflags = DEFAULT.g_iflags;
295 ttydef->g_fflags = DEFAULT.g_fflags;
ttymon.c 239 log("no group entry for <tty>, default is used");
618 * using "ttylabel". If "ttylabel" is NULL, default
619 * to DEFAULT
627 extern struct Gdef DEFAULT;
632 sp = &DEFAULT; /* use default */
634 } else sp = &DEFAULT; /* use default */
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
ComponentShadow.java 60 name type default value
106 HIDDEN | DEFAULT);
108 /* NOI18N */"java.lang.Boolean", Boolean.TRUE, DEFAULT);
111 // Default colors should be null for motif since they inherit the
115 null, DEFAULT | DONTFETCH);
118 null, DEFAULT | DONTFETCH);
122 // and setForground the Motif way. That is, if the default
135 DEFAULT | DONTFETCH);
200 // the "visible" attribute has the DEFAULT flag set,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ruserpass.c 58 #define DEFAULT 1
73 "default", DEFAULT,
115 case DEFAULT:
116 /* "default" matches any host */
117 while (((t = token()) != 0) && t != MACHINE && t != DEFAULT)
247 default:
  /onnv/onnv-gate/usr/src/lib/libadm/common/
cktime.c 46 #define DEFAULT "%H:%M"
64 fmt = DEFAULT;
144 fmt = DEFAULT;
260 default:
339 default:
357 fmt = DEFAULT;
ckdate.c 47 #define DEFAULT "%m/%d/%y"
297 default:
314 fmt = DEFAULT;
389 default:
  /onnv/onnv-gate/usr/src/cmd/svc/servinfo/
servinfo.c 58 #define DEFAULT 0x1
169 if (options & DEFAULT) {
214 int options = DEFAULT;
245 default:
275 if (options & DEFAULT) {
  /onnv/onnv-gate/usr/src/uts/common/smbsrv/ndl/
ndrtypes.ndl 44 #define DEFAULT [default]
101 #define DEFAULT
dssetup.ndl 137 DEFAULT char *nullptr;
samrpc.ndl 318 DEFAULT char *nullptr;
469 DEFAULT char *nullptr;
505 DEFAULT char *nullptr;
760 DEFAULT char *nullptr;
896 DEFAULT char *nullptr;
1163 * bytes (all set to 0xFF), this is is probably the default setting.
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/
ruserpass.c 41 #define DEFAULT 1
82 t->tokstr = "default"; t++->tval = DEFAULT;
150 case DEFAULT:
187 default:
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
ruserpass.c 59 #define DEFAULT 1
97 t->tokstr = "default"; t++->tval = DEFAULT;
174 case DEFAULT:
216 default:
  /onnv/onnv-gate/usr/src/cmd/krb5/klist/
klist.c 92 #define DEFAULT 0
121 fprintf(stderr, gettext("\t (Default is %s%s%s%s)\n"),
128 fprintf(stderr, gettext("\t (Default is credentials cache)\n"));
168 mode = DEFAULT;
193 if (mode != DEFAULT) usage();
197 if (mode != DEFAULT) usage();
220 default:
230 if (mode == DEFAULT || mode == CCACHE) {
279 if (mode == DEFAULT || mode == CCACHE)
285 if (mode == DEFAULT || mode == CCACHE
    [all...]
  /onnv/onnv-gate/usr/src/cmd/install.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
374 $ECHO "$FILEP installed as $LASTRES/$FILE by default!"
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
chdir.t 19 use File::Spec::Functions qw(:DEFAULT splitdir rel2abs splitpath);
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisserver.sh 30 nisplus_fmri=network/rpc/nisplus:default
73 specifies the name for the NIS+ domain. The default is your
80 not valid with "-R" option. The default group is admin.<domain>.
86 outside of your local domain. The default for non-root master
88 domain. The default for replica server setup is the local
113 The default is off.
115 -Y sets up an NIS+ server with NIS-compatibility mode. The default
161 # $2 default value
374 DEFSEC=2 # default security
558 DEFAULT=${HOST:-"(use ${PAR_DOM} servers)"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
globals.c 127 uint_t audit_argcnt = 64; /* no. of stack args to copy (default */
151 * Note, the debugging descriptor interposes on the default definition provided
171 DEFAULT, /* default library path */
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Shadow.java 53 * name type default value
117 * this (default) algorithm comes up with something ugly.
308 if (a.isModified() || !a.flagged(DEFAULT)) {
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
FlowPanelShadow.java 54 name type default value
85 null, DEFAULT | TRANSIENT);

Completed in 2164 milliseconds

1 2 3