HomeSort by: relevance | last modified time | path
    Searched defs:FOUND (Results 1 - 13 of 13) sorted by relevancy

  /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/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/lib/libcurses/
setterm.c 273 #define FOUND 4
304 seq=FOUND;
317 /* Found a '0' */
318 case 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/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/gpl3/gdb/dist/gdb/tui/
tui-layout.h 36 /* Requested window was not found here. */
38 /* Window was found but not handled. */
39 FOUND,
40 /* Window was found and handled. */
166 return m_contents == name ? FOUND : NOT_FOUND;
171 return m_contents == name ? FOUND : NOT_FOUND;
282 found and had its size adjusted, was found but was not adjusted, or
283 was not found at 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...]
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 121 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...]
  /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/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...]
  /src/sbin/fsck_ffs/
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/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c 1527 "Host not found"));
1531 "<%s>: %s rejected: Host not found",
1594 "Domain not found"));
1599 "<%s>: %s rejected: Domain not found",
1613 const char *found = 0; local
1646 found = maps_find(relay_ccerts, prints[i], DICT_FLAG_NONE);
1647 if (var_smtpd_tls_enable_rpk && i > 0 && found) {
1656 if (found != 0) {
1658 msg_info("Relaying allowed for certified client: %s", found);
1932 * Compare hostnames first. Only if no name match is found, go throug
2997 int found = 0; local
3198 int found; local
3942 int found = 0; local
4247 int found; local
    [all...]

Completed in 115 milliseconds