Searched refs:valid (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dpseudo.conf40 name="zconsnex" parent="/pseudo" instance=1 valid-children="zcons";
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dre_comp.c32 #undef valid macro
38 int valid; member in struct:__anon2840
48 if (state.valid)
54 if (state.valid)
56 state.valid = 0;
61 state.valid = 1;
72 if (state.valid && subject)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DIncludeOptionValue.java34 private boolean valid; field in class:IncludeOptionValue
41 valid = false;
51 valid = true;
70 return valid;
76 v.valid = valid;
H A DOctetOptionValue.java36 private boolean valid; field in class:OctetOptionValue
44 valid = false;
63 valid = true;
94 return valid;
100 v.valid = valid;
H A DResourceBundle.properties28 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.
H A DAsciiOptionValue.java36 private boolean valid; field in class:AsciiOptionValue
44 valid = false;
96 valid = true;
123 return valid;
129 v.valid = valid;
H A DIPOptionValue.java36 private boolean valid; field in class:IPOptionValue
44 valid = false;
104 valid = true;
135 return valid;
143 v.valid = valid;
/opensolaris-onvv-gate/usr/src/lib/libadm/common/
H A Dcktime.c138 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
[all...]
H A Dckstr.c91 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);
H A Dckdate.c59 * All digits are valid for a YY year format
305 int valid = 1; /* time of day string is valid for format */ local
313 while (*fmt && valid) {
320 valid = 0;
326 valid = 0;
332 valid = 0;
338 valid = 0;
344 valid = 0;
350 valid
[all...]
H A Dckkeywd.c68 int valid, i, n; local
108 valid = 1;
110 valid = !match(input, keyword);
112 if (!valid) {
H A Dckrange.c90 int valid, n; local
142 valid = ((value >= lower) && (value <= upper));
144 valid = 0;
145 if (!valid) {
H A Dckgid.c102 int valid; local
105 valid = (getgrnam(grpnm) ? 0 : 1);
107 return (valid);
H A Dckuid.c102 int valid; local
105 valid = (getpwnam(usrnm) ? 0 : 1);
107 return (valid);
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_scsi_vhci.h94 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
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dlocale.h152 #define valid(ptr) (ptr != (char *) NULL) macro
153 #define nl_init(lang) ((valid(lang) && *lang) ? \
154 (valid(setlocale (LC_ALL, lang) ) ? 0 : -1) \
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dpersonal.l98 . { error_exit("syntax error in %s at line %d: the token %s is not valid",
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dconfig.l119 . { error_exit("syntax error in %s at line %d: the token %s is not valid",
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dverify_checksum.c39 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);
37 krb5_c_verify_checksum(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *data, const krb5_checksum *cksum, krb5_boolean *valid) argument
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c60 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;
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dissubdir.c75 static int valid; local
92 valid = 0;
128 valid = index;
149 for (index = 0; index < valid; index++) {
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c571 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
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.t154 # 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(
[all...]
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DComments.py84 # 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],
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
H A DResourceBundle.properties31 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 286 milliseconds

1234567891011>>