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

  /src/bin/ls/
print.c 545 ret = lpathconf(name, _PC_ACL_NFS4);
554 ret = lpathconf(name, _PC_ACL_EXTENDED);
  /src/bin/getfacl/
getfacl.c 203 ret = lpathconf(path, _PC_ACL_NFS4);
  /src/include/
unistd.h 373 long lpathconf(const char *, int);
  /src/bin/setfacl/
setfacl.c 218 ret = lpathconf(file->fts_accpath, _PC_ACL_NFS4);
  /src/lib/libc/sys/
Makefile.inc 130 lpathconf.S \
  /src/lib/librumphijack/
hijack.c 424 { DUALCALL_LPATHCONF, "lpathconf", RSYS_NAME(LPATHCONF) },
1373 GETSYSCALL(rump, LPATHCONF) :
1379 GETSYSCALL(host, LPATHCONF) :
1387 lpathconf(const char *path, int name) function in typeref:typename:long
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6614 __weak_alias(lpathconf,rump___sysimpl_lpathconf);
8641 }, /* 499 = lpathconf */

Completed in 143 milliseconds