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

1 2

  /src/external/bsd/libfido2/dist/tools/
fido2-unprot.sh 5 # license that can be found in the LICENSE file.
51 FOUND=0
59 FOUND=1
64 if [ $FOUND -eq 0 ] ; then
73 echo "Found an unprotected SSH credential on $DEV_PRETTY!"
  /src/external/bsd/zstd/dist/build/single_file_libs/
combine.sh 5 # TODO: ROOTS, FOUND, etc., as arrays (since they fail on paths with spaces)
19 FOUND=""
173 if ! list_has_item "$FOUND" "$res_inc"; then
175 FOUND="$FOUND $res_inc"
243 echo "Input file not found: \"$1\""
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
OpenMPOpt.h 26 OpenMPInModule &operator=(bool Found) {
27 if (Found)
28 Value = OpenMPInModule::OpenMP::FOUND;
48 enum class OpenMP { FOUND, NOT_FOUND, UNKNOWN } Value = OpenMP::UNKNOWN;
  /src/sbin/fsck_ffs/
pass3.c 122 if ((ckinode(dp, &idesc) & FOUND) == 0)
126 if (ckinode(ginode(inp->i_parent), &idesc) & FOUND)
fsck.h 75 * is found during the descent in passes 2, 3, and 4 the count is
82 short ino_linkcnt; /* number of links not found */
90 #define DFOUND 04 /* directory found during descent */
211 * found. The second part of the list (from muldup to the end)
212 * contains duplicate blocks that have been found more than once.
213 * To check if a block has been found as a duplicate it is only
215 * total number of times that a block has been found as a duplicate
218 * w (found twice), x (found once), y (found three times), and
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 80 #define DFOUND 04 /* directory found during descent */
116 * found. The second part of the list (from muldup to the end)
117 * contains duplicate blocks that have been found more than once.
118 * To check if a block has been found as a duplicate it is only
120 * total number of times that a block has been found as a duplicate
123 * w (found twice), x (found once), y (found three times), and z
124 * (found once) are duplicate block numbers:
172 #define FOUND 0x1
    [all...]
utilities.c 219 if ((ckinode(ginode(ino), &idesc) & FOUND) == 0)
228 if ((ckinode(ginode(idesc.id_number), &idesc) & FOUND) == 0)
inode.c 234 daddr_t found; local
265 found = lfs_iblock_get(fs, bp->b_data, j);
266 if (found == 0)
279 found = lfs_iblock_get(fs, bp->b_data, j);
280 if (found) {
281 idesc->id_blkno = found;
518 return (STOP | FOUND);
533 return (STOP | FOUND);
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 121 FOUND
ext2fs_lookup.c 261 * look for name in cache, if found, then if at end of path
263 * search for name in directory, to found or notfound
267 * found:
355 slotstatus = FOUND;
410 goto found;
471 * If an appropriate sized slot has not yet been found,
476 if (slotstatus != FOUND) {
483 slotstatus = FOUND;
515 goto found;
556 * directory. If we found a slot, then the new entr
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.h 37 /* Requested window was not found here. */
39 /* Window was found but not handled. */
40 FOUND,
41 /* Window was found and handled. */
167 return m_contents == name ? FOUND : NOT_FOUND;
172 return m_contents == name ? FOUND : NOT_FOUND;
283 found and had its size adjusted, was found but was not adjusted, or
284 was not found at all. */
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.h 37 /* Requested window was not found here. */
39 /* Window was found but not handled. */
40 FOUND,
41 /* Window was found and handled. */
167 return m_contents == name ? FOUND : NOT_FOUND;
172 return m_contents == name ? FOUND : NOT_FOUND;
283 found and had its size adjusted, was found but was not adjusted, or
284 was not found at all. */
  /src/external/ibm-public/postfix/dist/src/global/
bounce_log.c 166 #define FOUND 1 /* in logfile entry */
192 if (state == FOUND)
205 state = FOUND;
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
transport.c 39 /* domain, and returns 1 if something was found. Otherwise, 0
179 #define FOUND 1
281 return (FOUND);
297 return (FOUND);
422 "(try again)" : "(not found)");
430 "(try again)" : "(not found)");
  /src/lib/libcurses/
setterm.c 273 #define FOUND 4
304 seq=FOUND;
317 /* Found a '0' */
318 case FOUND:
  /src/sbin/fsck_ext2fs/
fsck.h 72 #define DFOUND 04 /* directory found during descent */
143 * found. The second part of the list (from muldup to the end)
144 * contains duplicate blocks that have been found more than once.
145 * To check if a block has been found as a duplicate it is only
147 * total number of times that a block has been found as a duplicate
150 * w (found twice), x (found once), y (found three times), and z
151 * (found once) are duplicate block numbers:
213 extern ino_t lfdir; /* lost & found directory inode number *
    [all...]
utilities.c 439 if ((ckinode(ginode(ino), &idesc) & FOUND) == 0)
446 if ((ckinode(ginode(idesc.id_number), &idesc)&FOUND) == 0)
inode.c 611 return (STOP|FOUND);
626 return (STOP|FOUND);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
break-interp.exp 152 set displacement "FOUND-$displacement"
188 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
247 set displacement "FOUND-$displacement"
258 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
299 set displacement "FOUND-$displacement"
309 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
540 set displacement "FOUND-$displacement"
551 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
break-interp.exp 152 set displacement "FOUND-$displacement"
188 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
247 set displacement "FOUND-$displacement"
258 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
299 set displacement "FOUND-$displacement"
309 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
552 set displacement "FOUND-$displacement"
563 if ![regexp {^(NONE|FOUND-.*)$} $displacement] {
  /src/sbin/fsdb/
fsdb.c 1023 if (ckinode(curinode, &idesc) & FOUND) {
1029 warnx("name `%s' not found in current inode directory", name);
1109 return STOP | ALTERED | FOUND;
1136 if (ckinode(curinode, &idesc) & FOUND)
1157 return STOP | ALTERED | FOUND;
1159 return STOP | FOUND; /* won't fit, so give up */
1186 if ((rval & (FOUND | ALTERED)) == (FOUND | ALTERED))
1189 if (rval & FOUND) {
1206 return STOP | ALTERED | FOUND;
    [all...]
  /src/sys/ufs/lfs/
ulfs_lookup.c 100 * look for name in cache, if found, then if at end of path
102 * search for name in directory, to found or notfound
106 * found:
130 FOUND, /* found a slot (or no need to search) */
221 slotstatus = FOUND;
251 if (slotstatus != FOUND) {
344 * If an appropriate sized slot has not yet been found,
349 if (slotstatus != FOUND) {
356 slotstatus = FOUND;
    [all...]
  /src/external/gpl2/send-pr/dist/send-pr/
send-pr.sh 465 FOUND=
468 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
470 if [ -n "$FOUND" ]; then
500 echo "Errors were found with the problem report."
  /src/tests/bin/sh/
t_builtins.sh 436 atf_check -s exit:0 -e empty -o match:VAR= -o match:FOUND=foobar \
440 printf %s\\n FOUND=${VAR-unset}'
441 atf_check -s exit:0 -e empty -o match:VAR -o match:FOUND=unset \
445 printf %s\\n FOUND=${VAR-unset}'
601 atf_check -s exit:0 -e empty -o match:MYVAR= -o match:FOUND=foobar \
605 printf %s\\n FOUND=${MYVAR-unset}'
606 atf_check -s exit:0 -e empty -o match:MYVAR\$ -o match:FOUND=unset \
610 printf %s\\n "FOUND=${MYVAR-unset}"'
611 atf_check -s exit:0 -e empty -o match:MYVAR= -o match:FOUND=empty \
615 printf %s\\n "FOUND=${MYVAR-unset&}${MYVAR:-empty}"
    [all...]
  /src/sys/ufs/ufs/
ufs_lookup.c 103 FOUND, /* found a slot (or no need to search) */
125 slot->status = FOUND;
134 if (slot->status == FOUND)
153 slot->status = FOUND;
163 slot->status = FOUND;
180 * that the new slot belongs at the end of the directory. If we found a slot,
312 * look for name in cache, if found, then if at end of path
314 * search for name in directory, to found or notfound
318 * found
    [all...]

Completed in 44 milliseconds

1 2