Searched refs:AT_FDCWD (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/build/host/darwin/
H A Dfcntl.h14 #ifndef AT_FDCWD
15 #define AT_FDCWD -100 /* CWD FD for the *at() functions */ macro
/haiku/src/build/libroot/
H A Dfs_darwin.cpp118 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
148 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
192 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
250 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
274 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
296 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
318 if (fd == AT_FDCWD || (path != NULL && path[0] == '/')) {
343 if (oldFD == AT_FDCWD || (oldPath != NULL && oldPath[0] == '/'))
346 if (newFD == AT_FDCWD || (newPath != NULL && newPath[0] == '/'))
386 if (fd == AT_FDCWD || (pat
[all...]
H A Dfs.cpp1216 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1237 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1248 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1268 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1333 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1441 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1452 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1466 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1477 if (fd >= 0 && fd != AT_FDCWD && get_descriptor(fd) == NULL)
1499 if (fd >= 0 && fd != AT_FDCWD
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Dlink.c18 return readlinkat(AT_FDCWD, path, buffer, bufferSize);
/haiku/headers/posix/
H A Dfcntl.h62 #define AT_FDCWD (-100) /* CWD FD for the *at() functions */ macro
/haiku/src/bin/package/
H A Dcommand_extract.cpp317 fBaseDirectory(AT_FDCWD),
686 _parentFD = AT_FDCWD;
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp718 _AddEntry(AT_FDCWD, entry, entry->Name(), pathBuffer);
1040 _UpdateCheckEntryCollisions(fRootAttribute, AT_FDCWD, entry,
/haiku/src/libs/bsd/
H A Dfts.c951 path = p->fts_accpath, dfd = AT_FDCWD;

Completed in 74 milliseconds