OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AT_FDCWD
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
openat.h
27
#ifndef
AT_FDCWD
28
# define
AT_FDCWD
(-3041965) /* same value as Solaris 9 */
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h
384
#define
AT_FDCWD
-1
490
#if defined(AT_SYMLINK_NOFOLLOW) && defined(
AT_FDCWD
)
/src/sys/sys/
fcntl.h
327
#define
AT_FDCWD
-100 /* Use cwd for relative link target */
/src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_posix.c
167
#ifndef
AT_FDCWD
168
#define
AT_FDCWD
-100
499
if (fd !=
AT_FDCWD
) {
2084
a->restore_pwd = la_opendirat(
AT_FDCWD
, ".");
2379
r = linkat(
AT_FDCWD
, linkname,
AT_FDCWD
, a->name,
2908
chdir_fd = la_opendirat(
AT_FDCWD
, ".");
3603
return utimensat(
AT_FDCWD
, name, ts, AT_SYMLINK_NOFOLLOW);
/src/lib/libc/time/
localtime.c
377
#ifndef
AT_FDCWD
378
# define
AT_FDCWD
(-1) /* any negative value will do */
1012
int dd =
AT_FDCWD
;
1058
when
AT_FDCWD
and O_RESOLVE_BENEATH are not available. */
Completed in 33 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026