Home
last modified time | relevance | path

Searched refs:AT_SYMLINK_FOLLOW (Results 1 – 5 of 5) sorted by relevance

/dragonfly/gnu/usr.bin/grep/libgreputils/
HDfcntl.h855 #ifndef AT_SYMLINK_FOLLOW
856 # define AT_SYMLINK_FOLLOW 2 macro
/dragonfly/sys/sys/
HDfcntl.h182 #define AT_SYMLINK_FOLLOW 8 macro
/dragonfly/bin/ln/
HDln.c330 Pflag ? 0 : AT_SYMLINK_FOLLOW)) { in linkit()
/dragonfly/test/stress/stress2/testcases/openat/
HDdoat.c409 tests[5].tests[6].params[4].i = AT_SYMLINK_FOLLOW; in setup()
/dragonfly/sys/kern/
HDvfs_syscalls.c2660 (uap->flags & AT_SYMLINK_FOLLOW) ? NLC_FOLLOW : 0); in sys_linkat()