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

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/uts/common/io/
pseudo.conf 40 name="zconsnex" parent="/pseudo" instance=1 valid-children="zcons";
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
re_comp.c 32 #undef valid macro
38 int valid; member in struct:__anon27
48 if (state.valid)
54 if (state.valid)
56 state.valid = 0;
61 state.valid = 1;
72 if (state.valid && subject)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
IncludeOptionValue.java 34 private boolean valid; field in class:IncludeOptionValue
41 valid = false;
51 valid = true;
70 return valid;
76 v.valid = valid;
OctetOptionValue.java 36 private boolean valid; field in class:OctetOptionValue
44 valid = false;
63 valid = true;
94 return valid;
100 v.valid = valid;
ResourceBundle.properties 28 invalid_ip_address={0} is not a valid IP address
39 invalid_network={0} is not valid a valid network
40 invalid_netmask={0} is not valid netmask
43 dcr_invalid_clientip=The client address is not a valid address.
44 dcr_invalid_clientid=The client id is not a valid client id.
45 dcr_invalid_flags=The flags value is not valid.
47 dcr_invalid_serverip=The server address is not a valid address.
48 dcr_invalid_expiration=The lease expiration date is not in a valid format.
AsciiOptionValue.java 36 private boolean valid; field in class:AsciiOptionValue
44 valid = false;
96 valid = true;
123 return valid;
129 v.valid = valid;
IPOptionValue.java 36 private boolean valid; field in class:IPOptionValue
44 valid = false;
104 valid = true;
135 return valid;
143 v.valid = valid;
  /onnv/onnv-gate/usr/src/lib/libadm/common/
cktime.c 138 int valid = 1; /* time of day string is valid for format */ local
146 while (*fmt && valid) {
152 valid = 0;
158 valid = 0;
164 valid = 0;
170 valid = 0;
176 valid = 0;
181 valid = 0;
186 valid = 0
    [all...]
ckstr.c 91 int i, valid; local
93 valid = 1;
99 valid = 0;
100 for (i = 0; !valid && regexp[i]; ++i) {
103 valid = __step(input, expbuf);
105 if (!valid)
109 valid = 0;
111 return (valid == 0);
ckdate.c 62 * All digits are valid for a YY year format
308 int valid = 1; /* time of day string is valid for format */ local
316 while (*fmt && valid) {
323 valid = 0;
329 valid = 0;
335 valid = 0;
341 valid = 0;
347 valid = 0;
353 valid = 0
    [all...]
ckkeywd.c 68 int valid, i, n; local
108 valid = 1;
110 valid = !match(input, keyword);
112 if (!valid) {
ckrange.c 90 int valid, n; local
142 valid = ((value >= lower) && (value <= upper));
144 valid = 0;
145 if (!valid) {
ckgid.c 102 int valid; local
105 valid = (getgrnam(grpnm) ? 0 : 1);
107 return (valid);
ckuid.c 102 int valid; local
105 valid = (getpwnam(usrnm) ? 0 : 1);
107 return (valid);
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/
mpapi_scsi_vhci.h 94 int valid; member in struct:mpapi_initiator_data
105 int valid; member in struct:mpapi_lu_data
114 * The valid flag is set to 0 when the path is neither online
115 * nor standby state. When hide flag is set the valid flag set
121 int valid; member in struct:mpapi_path_data
134 int valid; member in struct:mpapi_tpg_data
145 int valid; member in struct:mpapi_tport_data
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
locale.h 152 #define valid(ptr) (ptr != (char *) NULL) macro
153 #define nl_init(lang) ((valid(lang) && *lang) ? \
154 (valid(setlocale (LC_ALL, lang) ) ? 0 : -1) \
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/
personal.l 98 . { error_exit("syntax error in %s at line %d: the token %s is not valid",
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
config.l 119 . { error_exit("syntax error in %s at line %d: the token %s is not valid",
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
verify_checksum.c 39 const krb5_checksum *cksum, krb5_boolean *valid)
59 *valid = 0;
64 context, key, usage, 0, data, &indata, valid));
82 *valid = (memcmp(computed.contents, cksum->contents, hashsize) == 0);
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
clnt_simple.c 60 int valid; /* Is this entry valid ? */ member in struct:rpc_call_private
120 if (!(rcp->valid &&
128 rcp->valid = 0;
155 rcp->valid = 1;
157 rcp->valid = 0;
168 rcp->valid = 0;
  /onnv/onnv-gate/usr/src/lib/libshare/common/
issubdir.c 75 static int valid; local
92 valid = 0;
128 valid = index;
149 for (index = 0; index < valid; index++) {
  /onnv/onnv-gate/usr/src/cmd/ypcmd/yppasswd/
yppasswdd.c 571 char *cp, *valid; local
595 for (valid = getusershell(); valid; valid = getusershell())
596 if (strcmp(pw_shell, valid) == 0)
599 if (valid == NULL && !privileged) {
600 syslog(LOG_ERR, "yppasswdd: Current shell is not valid: %s\n",
618 for (valid = getusershell(); valid; valid = getusershell())
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
utf8.t 154 # Now we do the real byte sequences that are valid UTF8
343 ok( utf8::valid($a), "utf8::valid basic");
344 ok( utf8::valid($b), "utf8::valid beyond");
345 ok( utf8::valid($c), "utf8::valid unicode");
359 ok( utf8::valid($a), "utf8::valid basic");
360 ok( utf8::valid($b), "utf8::valid beyond")
    [all...]
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
Comments.py 84 # Ignore valid comments we can't check
150 valid = ARC(arcs.keys(), arcPath)
159 if not case in valid:
169 if entered == valid[case]:
174 if dbcom != valid[case]:
176 [' '.join(case), valid[case],
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
ResourceBundle.properties 31 invalid_path_exception={0} is not a valid path.
32 invalid_rsrc_exception={0} is not a valid resource.
73 dsym_value_out_of_range_exception=The value {0} is outside the valid range.
74 dsym_invalid_cat_exception={0} is not a valid option category.
75 dsym_invalid_type_exception={0} is not a valid option type.

Completed in 6369 milliseconds

1 2 3 4 5 6 7 8 91011