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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dpathmax.h30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
31 : pathconf ("/", _PC_PATH_MAX))
H A Dcanonicalize-lgpl.c128 path_max = pathconf (name, _PC_PATH_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dpathmax.h37 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
38 : pathconf ("/", _PC_PATH_MAX))
H A Dcanonicalize.c132 path_max = pathconf (name, _PC_PATH_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpathmax.h30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
31 : pathconf ("/", _PC_PATH_MAX))
H A Daddext.c58 /* The file name is so short there's no need to call pathconf. */
61 slen_max = pathconf (".", _PC_NAME_MAX);
66 slen_max = pathconf (filename, _PC_NAME_MAX);
H A Dcanonicalize-lgpl.c128 path_max = pathconf (name, _PC_PATH_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dpathmax.h35 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
36 : pathconf ("/", _PC_PATH_MAX))
H A Dcanonicalize.c132 path_max = pathconf (name, _PC_PATH_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Daddext.c58 /* The file name is so short there's no need to call pathconf. */
61 slen_max = pathconf (".", _PC_NAME_MAX);
66 slen_max = pathconf (filename, _PC_NAME_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_sys.c395 configItem = pathconf ("/", _PC_NAME_MAX);
415 perror ("error for pathconf(\"/\",_PC_NAME_MAX)");
424 * restrictive. Use the posix function `pathconf(_PC_PATH_MAX)' to dynamically
429 configItem = pathconf ("/", _PC_PATH_MAX);
449 perror ("error for pathconf(\"/\",_PC_PATH_MAX)");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftw.c392 nmx = pathconf(ftwip->curPath, _PC_NAME_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Ddcigettext.c172 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c198 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c964 ret = pathconf(source_dir, _PC_ACL_NFS4);
973 ret = pathconf(source_dir, _PC_ACL_EXTENDED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h771 struct nfs_pathconf *pathconf; member in struct:nfs4_pathconf_res
1054 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4proc.c3065 struct nfs_pathconf *pathconf)
3072 .pathconf = pathconf,
3080 /* None of the pathconf attributes are mandatory to implement */
3082 memset(pathconf, 0, sizeof(*pathconf));
3086 nfs_fattr_init(pathconf->fattr);
3091 struct nfs_pathconf *pathconf)
3098 _nfs4_proc_pathconf(server, fhandle, pathconf),
5450 .pathconf
3064 _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_pathconf *pathconf) argument
3090 nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_pathconf *pathconf) argument
[all...]
H A Dnfs3proc.c774 dprintk("NFS call pathconf\n");
777 dprintk("NFS reply pathconf: %d\n", status);
855 .pathconf = nfs3_proc_pathconf,
H A Dproc.c716 .pathconf = nfs_proc_pathconf,
H A Dclient.c951 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
H A Dnfs4xdr.c3722 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) argument
3735 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0)
3737 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0)
5494 status = decode_pathconf(&xdr, res->pathconf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c594 nmx = pathconf(gLogFileName, _PC_NAME_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure8393 for ac_func in fstat64 getdomainname gethostname getpass getpassphrase gnu_get_libc_release gnu_get_libc_version inet_aton inet_ntop llseek lseek64 lstat64 memmove mktime open64 pathconf readlink res_init setlocale setpgid setpgrp setsid setvbuf sigaction sigsetjmp stat64 strcasecmp strcoll strdup strerror strncoll strstr strtoq symlink sysconf sysctl sysinfo syslog tcgetattr uname waitpid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure30417 for ac_func in initgroups select poll rdchk getgrnam getgrent pathconf realpath
[all...]

Completed in 504 milliseconds