HomeSort by: relevance | last modified time | path
    Searched refs:is_ENAMETOOLONG (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
getcwd.c 84 # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
86 # define is_ENAMETOOLONG(x) 0
167 if (dir || (errno != ERANGE && !is_ENAMETOOLONG (errno) && errno != ENOENT))
  /src/external/gpl2/xcvs/dist/
configure 11237 # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
11239 # define is_ENAMETOOLONG(x) 0
11302 if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
11315 if (c || ! (errno == ERANGE || is_ENAMETOOLONG (errno)))
11330 || is_ENAMETOOLONG (errno)))
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 25554 # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
25556 # define is_ENAMETOOLONG(x) 0
25629 if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
25652 if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
25662 if (c && !AT_FDCWD && stat (c, &sb) != 0 && is_ENAMETOOLONG (errno))
25677 || is_ENAMETOOLONG (errno)))
  /src/external/gpl3/gdb/dist/gnulib/
configure 25551 # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
25553 # define is_ENAMETOOLONG(x) 0
25626 if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
25649 if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
25659 if (c && !AT_FDCWD && stat (c, &sb) != 0 && is_ENAMETOOLONG (errno))
25674 || is_ENAMETOOLONG (errno)))

Completed in 68 milliseconds