Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/vlc/
H A D0005-Don-t-assume-strerror_l-is-available.patch31 …trnstr strsep strtof strtok_r strtoll swab tdestroy tfind timegm timespec_get strverscmp pathconf])
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h1114 struct nfs_pathconf *pathconf; member
1760 int (*pathconf) (struct nfs_server *, struct nfs_fh *, member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dunistd.h623 extern long int pathconf (const char *__path, int __name)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dunistd.h623 extern long int pathconf (const char *__path, int __name)
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dproc.c745 .pathconf = nfs_proc_pathconf,
H A Dnfs4proc.c5188 struct nfs_pathconf *pathconf) in _nfs4_proc_pathconf() argument
5195 .pathconf = pathconf, in _nfs4_proc_pathconf()
5205 memset(pathconf, 0, sizeof(*pathconf)); in _nfs4_proc_pathconf()
5209 nfs_fattr_init(pathconf->fattr); in _nfs4_proc_pathconf()
5214 struct nfs_pathconf *pathconf) in nfs4_proc_pathconf() argument
5223 _nfs4_proc_pathconf(server, fhandle, pathconf), in nfs4_proc_pathconf()
10436 .pathconf = nfs4_proc_pathconf,
H A Dnfs3proc.c1025 .pathconf = nfs3_proc_pathconf,
H A Dclient.c849 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo()
H A Dnfs3xdr.c2535 PROC(PATHCONF, getattr, pathconf, 0),
H A Dnfs4xdr.c4444 static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf) in decode_pathconf() argument
4457 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0) in decode_pathconf()
4459 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0) in decode_pathconf()
6831 status = decode_pathconf(xdr, res->pathconf); in nfs4_xdr_dec_pathconf()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-131535 * pathconf: (libc)Pathconf.
3130 then the macro is undefined; use ‘pathconf’ or ‘fpathconf’ to find out
3245 particular file, call ‘pathconf’ or ‘fpathconf’. *Note Pathconf::.
3322 32.9 Using ‘pathconf
3332 -- Function: long int pathconf (const char *FILENAME, int PARAMETER)
3343 The normal return value from ‘pathconf’ is the value you requested.
3363 This is just like ‘pathconf’ except that an open file descriptor is
3378 argument to ‘pathconf’ and ‘fpathconf’. The values are all integer
15706 ‘long int pathconf (const char *FILENAME, int PARAMETER)’
H A Dlibc.info-161535 * pathconf: (libc)Pathconf.
4001 * pathconf: Pathconf. (line 13)
H A Ddir1414 * pathconf: (libc)Pathconf.
H A Dlibc.info-141535 * pathconf: (libc)Pathconf.
H A Dlibc.info1535 * pathconf: (libc)Pathconf.
H A Dlibc.info-171535 * pathconf: (libc)Pathconf.
H A Dlibc.info-81535 * pathconf: (libc)Pathconf.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-131535 * pathconf: (libc)Pathconf.
3130 then the macro is undefined; use ‘pathconf’ or ‘fpathconf’ to find out
3245 particular file, call ‘pathconf’ or ‘fpathconf’. *Note Pathconf::.
3322 32.9 Using ‘pathconf
3332 -- Function: long int pathconf (const char *FILENAME, int PARAMETER)
3343 The normal return value from ‘pathconf’ is the value you requested.
3363 This is just like ‘pathconf’ except that an open file descriptor is
3378 argument to ‘pathconf’ and ‘fpathconf’. The values are all integer
15706 ‘long int pathconf (const char *FILENAME, int PARAMETER)’
H A Dlibc.info-161535 * pathconf: (libc)Pathconf.
4001 * pathconf: Pathconf. (line 13)
H A Ddir1414 * pathconf: (libc)Pathconf.
H A Dlibc.info-141535 * pathconf: (libc)Pathconf.
H A Dlibc.info1535 * pathconf: (libc)Pathconf.
H A Dlibc.info-171535 * pathconf: (libc)Pathconf.
H A Dlibc.info-81535 * pathconf: (libc)Pathconf.
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1660 -# define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX))

12