HomeSort by: relevance | last modified time | path
    Searched refs:valid (Results 1 - 25 of 788) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_176.c 17 int valid = {{{3}}}; variable
  /src/lib/libc/gen/
pwcache.h 41 * archives. The chances of hitting a valid lookup with an archive is quite a
55 #define VALID 1 /* entry and name are valid */
56 #define INVALID 2 /* entry valid, name NOT valid */
63 int valid; /* is this a valid or a miss entry */ member in struct:uidc
69 int valid; /* is this a valid or a miss entry */ member in struct:gidc
pwcache.c 254 * return the stored name (if valid or invalid match).
274 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) {
278 if (!noname || (ptr->valid == VALID))
304 ptr->valid = INVALID;
315 ptr->valid = VALID;
323 * return the stored name (if valid or invalid match).
343 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) {
347 if (!noname || (ptr->valid == VALID)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_ecparam.t 25 my @valid = glob(data_file("valid", "*.pem"));
30 @valid = grep { !/sm2-.*\.pem/} @valid;
37 my $valid = shift; # Check should pass or fail?
42 if ($valid) {
82 subtest "Check loading valid parameters by ecparam with -check" => sub {
83 plan tests => scalar(@valid);
84 checkload(\@valid, 1, "ecparam", "-check");
87 subtest "Check loading valid parameters by ecparam with -check_named" => sub
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
15-test_ecparam.t 24 my @valid = glob(data_file("valid", "*.pem"));
32 my $valid = shift; # Check should pass or fail?
37 if ($valid) {
64 subtest "Check loading valid parameters by ecparam with -check" => sub {
65 plan tests => scalar(@valid);
66 checkload(\@valid, 1, "ecparam", "-check");
69 subtest "Check loading valid parameters by ecparam with -check_named" => sub {
70 plan tests => scalar(@valid);
71 checkload(\@valid, 1, "ecparam", "-check_named")
    [all...]
  /src/external/mit/isl/dist/include/isl/
maybe_templ.h 5 * The pointer in "value" is only valid if "valid" is isl_bool_true.
9 isl_bool valid; local
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
15-test_ecparam.t 23 my @valid = glob(data_file("valid", "*.pem"));
26 plan tests => scalar @valid + scalar @invalid;
28 foreach (@valid) {
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpencod.txt 44 Encoding = valid
61 Encoding = valid
89 Encoding = valid
130 Encoding = valid
134 Encoding = valid
146 Encoding = valid
150 Encoding = valid
168 Encoding = valid
173 Encoding = valid
185 Encoding = valid
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpencod.txt 44 Encoding = valid
61 Encoding = valid
89 Encoding = valid
130 Encoding = valid
134 Encoding = valid
146 Encoding = valid
150 Encoding = valid
168 Encoding = valid
173 Encoding = valid
185 Encoding = valid
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evpencod.txt 45 Encoding = valid
62 Encoding = valid
90 Encoding = valid
131 Encoding = valid
135 Encoding = valid
147 Encoding = valid
151 Encoding = valid
169 Encoding = valid
174 Encoding = valid
186 Encoding = valid
    [all...]
  /src/tests/usr.sbin/stdethers/
t_stdethers.sh 70 atf_test_case valid cleanup
73 atf_set "descr" "Test valid addresses with stdethers(8)"
86 atf_add_test_case valid
  /src/sys/arch/amiga/include/
disklabel.h 52 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/arch/amigappc/include/
disklabel.h 52 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/usr.bin/passwd/
passwd.c 255 int valid; local
260 valid = 0;
292 valid = 1;
295 if (valid == 0)
328 valid = 0;
346 valid = 1;
348 if (! valid) {
356 valid = 0;
361 valid = 1;
367 if (! valid)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmgk20a.c 46 .valid = gf100_vmm_valid,
61 .valid = gf100_vmm_valid,
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru-pragma.cc 62 " is not valid", i);
63 else if (pru_ctable[i].valid && pru_ctable[i].base != base)
72 pru_ctable[i].valid = true;
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-pragma.cc 62 " is not valid", i);
63 else if (pru_ctable[i].valid && pru_ctable[i].base != base)
72 pru_ctable[i].valid = true;
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_sasl_auth_cache.c 209 int valid; local
218 valid = 0;
220 valid = 0;
223 valid = (strcmp(cache_hash, curr_hash) == 0);
227 return (valid);
238 int valid = 0; local
242 if ((valid = smtp_sasl_auth_cache_valid_value(auth_cache, entry,
252 return (valid);
  /src/sys/arch/ofppc/include/
disklabel.h 58 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/dev/ppbus/
ppbus_device.h 13 int valid; /* 1 if the struct is valid */ member in struct:ppbus_context
  /src/external/gpl2/gettext/dist/gettext-runtime/src/
envsubst.c 241 bool valid; local
262 valid = true;
265 valid = false;
268 valid = true;
270 if (valid)
481 bool valid; local
504 valid = true;
508 valid = false;
514 valid = true;
518 if (valid)
    [all...]
  /src/external/mit/expat/dist/tests/
xmltest.sh 122 for xmldir in ibm/valid/P* \
124 xmltest/valid/ext-sa \
125 xmltest/valid/not-sa \
128 xmltest/valid/sa \
129 sun/valid \
  /src/lib/libc/rpc/
clnt_simple.c 79 int valid; /* Is this entry valid ? */ local
163 rcp->valid = 0;
168 if (!(rcp->valid && rcp->pid == getpid() &&
175 rcp->valid = 0;
203 rcp->valid = 1;
205 rcp->valid = 0;
216 rcp->valid = 0;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 39 while (SegPos.valid()) {
69 if (!SegPos.valid())
87 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
97 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
105 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
106 // return the first valid live interval
154 while (LiveUnionI.valid()) {
168 if (!(++LiveUnionI).valid()) {
  /src/external/bsd/iscsi/dist/src/lib/
parameters.c 66 param_list_add(iscsi_parameter_t ** head, int type, const char *key, const char *dflt, const char *valid)
93 (void) strlcpy(param->valid, valid, sizeof(param->valid)); /* list of valid values */
119 if (strcmp(valid, "Yes,No") != 0 &&
120 strcmp(valid, "No,Yes") != 0 &&
121 strcmp(valid, "No") != 0 &&
122 strcmp(valid, "Yes") != 0 &&
123 strcmp(valid, "yes,no") != 0 &
684 char *valid = NULL; local
    [all...]

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>