Searched refs:pathconf (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/e2p/
H A Diod.c33 max_len = pathconf(dir_name, _PC_NAME_MAX);
/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c62 return (pathconf(filename, _PC_POSIX_PERMISSIONS));
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h251 DECL_TEMPLATE(darwin, pathconf); // 191
H A Dsyswrap-darwin.c3303 PRE(pathconf)
3305 PRINT("pathconf(%#lx(%s), %ld)", ARG1,(char *)ARG1,ARG2);
3306 PRE_REG_READ2(long,"pathconf", const char *,"path", int,"name");
3307 PRE_MEM_RASCIIZ("pathconf(path)", ARG1);
8025 MACX_(__NR_pathconf, pathconf),
/external/e2fsprogs/intl/
H A Ddcigettext.c182 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h807 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
/external/e2fsprogs/
H A Dconfigure10602 for ac_func in chflags getrusage llseek lseek64 open64 fstat64 ftruncate64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime setresuid setresgid usleep nanosleep getdtablesize getrlimit blkid_probe_get_topology

Completed in 206 milliseconds