HomeSort by relevance Sort by last modified time
    Searched defs:yes (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/common/util/
getresponse.c 40 #define DEFAULT_YESSTR "yes"
85 /* get yes expression and strings for yes/no prompts */
105 /* Compile the yes and no expressions */
177 yes(void) function
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
pcfs_common.c 309 yes(void) function
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
alt_prof.c 189 static const char *const yes[] = { "y", "yes", "true", "t", "1", "on" }; local
193 for (i = 0; i < sizeof(yes)/sizeof(yes[0]); i++)
194 if (!strcasecmp(string, yes[i])) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/coreadm/
coreadm.c 499 yes(char *name, char *value, int line) function
501 if (strcmp(value, "yes") == 0)
506 "\"%s\", line %d: warning: value must be yes or no: %s=%s\n"),
566 if (yes(name, value, line))
571 if (yes(name, value, line))
578 if (yes(name, value, line))
583 if (yes(name, value, line))
588 if (yes(name, value, line))
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfvscanf.c 126 int yes; member in struct:_accept_s
148 { ac->yes = 0;
151 else ac->yes = 1;
154 ac->ok[c] = !ac->yes;
157 { ac->ok[*form] = ac->yes;
175 ac->ok[c] = ac->yes;
185 ac->ok[c] = ac->yes;
222 return ac->yes;
226 return !ac->yes;
  /onnv/onnv-gate/usr/src/cmd/krb5/ldap_util/
kdb5_ldap_realm.c 103 char *yes = "yes\n"; /* \n to compare against result of fgets */ variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/newfs/
newfs.c 59 static int yes(void);
615 if (!yes())
685 yes(void) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/nm/common/
nm.c 1502 int yes = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/pmcs/
pmcs.c 77 mdb_printf("Yes\n");
1306 char *yes = "Yes"; local
1376 asent = yes;
1379 apend = yes;
1382 cfgd = yes;
1385 dead = yes;
1388 changed = yes;
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/ngdr/io/
dr.c 2955 int yes; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/raidctl/
raidctl.c 107 * So for example in German it would ask (ja/nein) or (yes/no) in
117 static int yes(void);
124 static char *default_yesstr = "yes";
254 /* get yes expression according to current locale */
264 * use default yes expression.
676 if (!yes()) {
834 if (!yes()) {
1073 if (!yes()) {
1123 if (!yes()) {
2879 yes(void) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mkfs/
mkfs.c 177 static int yes(void);
217 yes(void) function
269 * anything, then don't ask questions. Assume a yes answer
278 return (yes());
485 * anything, then don't ask questions. Assume a yes answer
503 if (yes())
    [all...]
  /onnv/onnv-gate/usr/src/cmd/avs/dsw/
iiadm.c 1653 yes(void) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_sp.c 5266 char *yes; local
5933 char *yes; local
6384 char *yes; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
reglib.h 319 struct Rex_s* next[2]; /* 0:no 1:yes next pattern */
321 int yes; /* yes condition hit */ member in struct:Cond_s
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/
KdcGui.java 5341 Boolean yes = new Boolean(true); local
    [all...]

Completed in 3999 milliseconds