Searched refs:is_ENAMETOOLONG (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetcwd.c66 # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG) macro
68 # define is_ENAMETOOLONG(x) 0 macro
159 if (dir || (errno != ERANGE && !is_ENAMETOOLONG (errno) && errno != ENOENT))
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfigure20096 # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
20098 # define is_ENAMETOOLONG(x) 0
20161 if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
20174 if (c || ! (errno == ERANGE || is_ENAMETOOLONG (errno)))
20189 || is_ENAMETOOLONG (errno)))
[all...]

Completed in 150 milliseconds