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

  /src/bin/rm/
rm.c 80 #define NONEXISTENT(x) \
205 if (fflag && NONEXISTENT(p->fts_errno))
259 if (rval != 0 && fflag && NONEXISTENT(errno))
293 if (!fflag || !NONEXISTENT(errno)) {
323 if (rval && (!fflag || !NONEXISTENT(errno))) {
  /src/external/gpl2/diffutils/dist/src/
diff.c 1088 #define NONEXISTENT (-1) /* nonexistent file */
1094 cmp.file[0].desc = name0 == 0 ? NONEXISTENT : UNOPENED;
1095 cmp.file[1].desc = name1 == 0 ? NONEXISTENT : UNOPENED;
1097 /* Now record the full name of each file, including nonexistent ones. */
1123 if (cmp.file[f].desc != NONEXISTENT)
1157 /* Mark files as nonexistent at the top level as needed for -N and
1164 cmp.file[0].desc = NONEXISTENT;
1169 cmp.file[1].desc = NONEXISTENT;
1173 if (cmp.file[f].desc == NONEXISTENT)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 86 #define NONEXISTENT(header) \
715 if (NONEXISTENT(header) || DNS_TYPEPAIR_TYPE(header->type) == 0)
1622 if (!NONEXISTENT(header)) {
rbt-zonedb.c 72 #define NONEXISTENT(header) \
142 if (NONEXISTENT(header)) {
846 if (NONEXISTENT(header)) {
1169 if (NONEXISTENT(header)) {
1539 if (NONEXISTENT(header)) {
rdataslab.c 41 #define NONEXISTENT(header) \
1119 if (NONEXISTENT(header)) {
rbtdb.c 72 #define NONEXISTENT(header) \
889 * If current is nonexistent, ancient, or stale and
892 if (NONEXISTENT(current) || ANCIENT(current) ||
1013 * the most recent version, unless it is a NONEXISTENT
1021 * If this is a NONEXISTENT rdataset, we can delete it.
1023 if (NONEXISTENT(current)) {
1674 if (NONEXISTENT(header)) {
2431 if (NONEXISTENT(header)) {
2466 if (NONEXISTENT(header)) {
2586 newheader_nx = NONEXISTENT(newheader) ? true : false
    [all...]
qpcache.c 69 #define NONEXISTENT(header) \
610 * If current is nonexistent, ancient, or stale and
613 if (NONEXISTENT(current) || ANCIENT(current) ||
1562 if (NONEXISTENT(header) || DNS_TYPEPAIR_TYPE(header->type) == 0)
2395 if (!NONEXISTENT(header)) {
2851 newheader_nx = NONEXISTENT(newheader) ? true : false;
2976 header_nx = NONEXISTENT(header) ? true : false;
3726 if (NONEXISTENT(header)) {
3762 if (!NONEXISTENT(header)) {
3842 if (!NONEXISTENT(header))
    [all...]
qpzone.c 69 #define NONEXISTENT(header) \
979 if (NONEXISTENT(header)) {
1525 if (NONEXISTENT(header)) {
1659 if (NONEXISTENT(header)) {
1677 if (NONEXISTENT(header)) {
1739 if (NONEXISTENT(header)) {
1807 * If 'merge' is true and header isn't empty/nonexistent,
1811 if (merge && !NONEXISTENT(header)) {
1922 if (NONEXISTENT(newheader)) {
2647 if (NONEXISTENT(header))
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 296 #define NONEXISTENT(header) \
1557 if (NONEXISTENT(rdataset)) {
1689 * If current is nonexistent, ancient, or stale and
1692 if (NONEXISTENT(current) || ANCIENT(current) ||
1815 * the most recent version, unless it is a NONEXISTENT
1823 * If this is a NONEXISTENT rdataset, we can delete it.
1825 if (NONEXISTENT(current)) {
2457 if (NONEXISTENT(header)) {
3038 if (NONEXISTENT(header)) {
3936 if (NONEXISTENT(header))
    [all...]

Completed in 37 milliseconds