Searched refs:valid (Results 1 - 25 of 492) sorted by path

1234567891011>>

/freebsd-11-stable/bin/pax/
H A Dcache.c166 * the stored name (if valid or invalid match). We use a simple hash table.
184 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) {
188 if (frc || (ptr->valid == VALID))
211 ptr->valid = INVALID;
229 ptr->valid = VALID;
237 * the stored name (if valid or invalid match). We use a simple hash table.
255 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) {
259 if (frc || (ptr->valid == VALID))
282 ptr->valid = INVALID;
300 ptr->valid
[all...]
H A Dcache.h40 * archives. The chances of hitting a valid lookup with an archive is quite a
54 #define VALID 1 /* entry and name are valid */
55 #define INVALID 2 /* entry valid, name NOT valid */
62 int valid; /* is this a valid or a miss entry */ member in struct:uidc
68 int valid; /* is this a valid or a miss entry */ member in struct:gidc
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c57 static int ttl, valid; local
64 printf("valid DOF #%d\n", valid++);
133 * Let's see if that managed to get us valid DOF...
137 * Success! This will be our new base for valid DOF.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex585 % since \penalty is valid in vertical mode, we'd end up putting the
1114 % to double the backslashes and otherwise make the string valid, so
3694 % letter. Otherwise, the only valid thing it can be is a number.
3996 % @tab Legal holiday which is valid in major parts of the whole country.
5920 % That glue will be a valid breakpoint for the page, since it'll be
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1100 # $valid : -a
132 $valid = $flag_a;
136 if ($valid) {
137 if ($valid == 1) {
139 } elsif ($valid == 2) {
141 } elsif ($valid == 3) {
144 $validRequirement = (1 - (1/($valid-3)));
254 print &compact($u,$server)." ->\n" if ($verbose && ! $valid);
255 if ($valid) {
299 if ($valid) {
[all...]
H A Dexpn.in99 # $valid : -a
131 $valid = $flag_a;
135 if ($valid) {
136 if ($valid == 1) {
138 } elsif ($valid == 2) {
140 } elsif ($valid == 3) {
143 $validRequirement = (1 - (1/($valid-3)));
253 print &compact($u,$server)." ->\n" if ($verbose && ! $valid);
254 if ($valid) {
298 if ($valid) {
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c73 finfo->valid = APR_FINFO_MIN | APR_FINFO_IDENT | APR_FINFO_NLINK
89 finfo->valid &= ~APR_FINFO_INODE;
125 finfo->valid |= APR_FINFO_CSIZE;
144 return (wanted & ~finfo->valid) ? APR_INCOMPLETE : APR_SUCCESS;
167 return (wanted & ~finfo->valid) ? APR_INCOMPLETE : APR_SUCCESS;
302 return (wanted & ~finfo->valid) ? APR_INCOMPLETE : APR_SUCCESS;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsunos.c71 /* The SunOS 4.1.4 /usr/include/locale.h defines valid as a macro. */
72 #undef valid macro
80 bfd_boolean valid; member in struct:sunos_dynamic_info
108 __DYNAMIC, it sets the valid field of the sunos_dynamic_info
135 info->valid = FALSE;
225 info->valid = TRUE;
241 if (! info->valid)
266 if (! info->valid)
412 if (! info->valid)
438 if (! info->valid)
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am113 # This is an sh case which sets valid according to whether the CPU
119 valid= ; \
124 valid=yes ;; \
130 valid=yes ;; \
134 mips | alpha) valid=yes ;; \
136 elf) valid=yes ; \
138 maxq | ns32k | tic* | z80 | z8k) valid= ;; \
142 alpha) valid=yes ;; \
146 vax) valid=yes ;; \
155 valid
[all...]
H A DMakefile.in359 # This is an sh case which sets valid according to whether the CPU
364 valid= ; \
369 valid=yes ;; \
375 valid=yes ;; \
379 mips | alpha) valid=yes ;; \
381 elf) valid=yes ; \
383 maxq | ns32k | tic* | z80 | z8k) valid= ;; \
387 alpha) valid=yes ;; \
391 vax) valid=yes ;; \
399 valid
[all...]
H A Dmacro.c531 _("`%s' is not a valid parameter qualifier for `%s' in macro `%s'"),
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcgen.h261 If NULL, BYTES is full of valid data (VALID == -1). */ member in struct:__anon563
265 /* Mask of bytes that are valid in INSN_BYTES. */
266 unsigned int valid;
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh589 # Verify that TAGNAME is valid, and either flag an error and exit, or
818 # Shorthand for --mode=foo, only valid as the first argument
1969 || func_fatal_help "\`$lib' is not a valid libtool archive"
2297 || func_fatal_help "\`$file' is not a valid libtool archive"
2886 func_fatal_error "\`$arg' is not a valid libtool object"
3411 func_fatal_error "\`$arg' is not a valid libtool object"
3837 || func_fatal_error "\`$lib' is not a valid libtool archive"
4355 # is not unsupported. This is valid on all known static and
4487 func_fatal_error "\`$deplib' is not a valid libtool archive"
4753 # Check that each of the things are valid number
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-opc.c442 0 is only valid if `insn == NULL && ! CGEN_INT_INSN_P'.
443 If INSN != NULL, LENGTH must be valid.
478 ex_info.valid = -1;
H A Dmep-dis.c280 is not used. This only appears to be valid in VLIW64 mode. */
935 ex_info->valid = (1 << buflen) - 1;
969 ex_info.valid = (1 << buflen) - 1;
H A Dmep-ibld.c342 if (((ex_info->valid >> offset) & mask) == mask)
347 if (! (mask & ex_info->valid))
364 ex_info->valid |= ((1 << bytes) - 1) << offset;
H A Dppc-opc.c627 be valid. */
722 int valid;
735 valid = 1;
738 valid = (value & 0x2) == 0;
741 valid = (value & 0x8) == 0;
744 valid = value == 0x14;
748 if (valid
751 return valid;
720 int valid; local
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk266 # if we were included recursively _DEP_TARGET_SPEC should be valid.
H A Dsys.vars.mk60 # convert a path to a valid shell variable
/freebsd-11-stable/contrib/dialog/
H A Dguage.c54 valid(MY_OBJ * obj) function
250 status = (valid((MY_OBJ *) cb) && (cb->input != 0));
263 if (valid(obj)) {
373 if (valid(obj)) {
433 while (valid(obj) && handle_my_getc(&(obj->obj), ch, fkey, &result));
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex501 valid phandle.
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1197 that this address is valid and contains no useful data.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex639 % since \penalty is valid in vertical mode, we'd end up putting the
1209 % user to double the backslashes and otherwise make the string valid, so
2591 % letter. Otherwise, the only valid thing it can be is a number.
2886 % @tab Legal holiday which is valid in major parts of the whole country.
4549 % section headings. Otherwise, it would insert a valid breakpoint between:
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in417 *) echo "$COMMAND: \`$CONFIDENTIAL' is not a valid value for \`Confidential'." ;;
426 *) echo "$COMMAND: \`$SEVERITY' is not a valid value for \`Severity'."
436 *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'."
464 *) echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c241 validity using PFILE->cb.valid_pch. Return true iff a valid file is
242 found. Set *INVALID_PCH if a PCH file is found but wasn't valid. */
252 bool valid = false; local
271 valid = validate_pch (pfile, file, pchname);
287 valid = validate_pch (pfile, file, pchname);
288 if (valid)
293 if (valid)
299 if (valid)
304 return valid;
310 Set *INVALID_PCH to true if a PCH file is found but wasn't valid
1419 bool valid = false; local
[all...]

Completed in 305 milliseconds

1234567891011>>