/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | pathconf.S | 37 ANSI_PRAGMA_WEAK(pathconf,function) 41 SYSCALL_RVAL1(pathconf) 43 SET_SIZE(pathconf)
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | mount.h | 83 struct pathcnf *pathconf; /* static pathconf kludge */ member 119 caddr32_t pathconf; /* static pathconf kludge */ member
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | getwd.c | 42 if ((val = pathconf(".", _PC_PATH_MAX)) == -1L) in getwd()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getwd.c | 43 if ((val = pathconf(".", _PC_PATH_MAX)) == -1) in getwd()
|
H A D | getcwd.c | 64 if ((size = pathconf(".", _PC_PATH_MAX)) == -1) in getcwd()
|
/illumos-gate/usr/src/cmd/unpack/ |
H A D | unpack.c | 365 max_name = pathconf(filename, _PC_NAME_MAX); in main() 399 if (pathconf(filename, _PC_XATTR_EXISTS) == 1) in main() 411 if (pathconf(argvk, _PC_XATTR_EXISTS) in main()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/ |
H A D | m_pathma.c | 71 x = pathconf(path, _PC_PATH_MAX);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 203 if (nargs->pathconf) { in nfs_free_args() 204 kmem_free(nargs->pathconf, sizeof (struct pathcnf)); in nfs_free_args() 205 nargs->pathconf = NULL; in nfs_free_args() 347 if (STRUCT_FGETP(args, pathconf) != NULL) { in nfs_copyin() 350 nargs->pathconf = pc; in nfs_copyin() 1054 STRUCT_FGETP(ap, pathconf) != NULL) { in pathconf_copyin() 1055 if (copyin(STRUCT_FGETP(ap, pathconf), STRUCT_BUF(pc_tmp), in pathconf_copyin() 1080 pc = args->pathconf; in pathconf_get() 1086 if (args->flags & NFSMNT_POSIX && args->pathconf != NULL) { in pathconf_get()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | sysattrs.c | 119 if (((rc = pathconf(file, name)) == 1) || (errno != EINVAL)) { in sysattr_support()
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 71 acl_flavor = pathconf(filename, _PC_ACL_ENABLED); in acl_trivial() 116 ace_acl = pathconf(fname, _PC_ACL_ENABLED); in cacl_get() 262 acl_flavor_target = pathconf(acl_inp->file, _PC_ACL_ENABLED); in cacl_set() 401 acl_flavor = pathconf(file, _PC_ACL_ENABLED); in acl_strip()
|
/illumos-gate/usr/src/cmd/pack/ |
H A D | pack.c | 413 max_name = pathconf(argv[k], _PC_NAME_MAX); in main() 474 if (pathconf(argv[k], _PC_XATTR_EXISTS) == 1) in main() 485 if (pathconf(filename, in main()
|
/illumos-gate/usr/src/ucbhead/ |
H A D | unistd.h | 151 extern long pathconf(const char *, int);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | pathconf.c | 139 pathconf(char *fname, int name) in pathconf() function
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 227 pathconf.2 \ 318 pathconf.2 := LINKSRC = fpathconf.2
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/ |
H A D | nfs-trace.d | 72 nfsv3:::op-pathconf-start, 106 nfsv3:::op-pathconf-done,
|
/illumos-gate/usr/src/cmd/fstyp/ |
H A D | fstyp.c | 224 size = pathconf(".", _PC_PATH_MAX) + 1; in getexecpathname() 434 name_max = pathconf(lib_dir, _PC_NAME_MAX); in run_legacy_cmds()
|
/illumos-gate/usr/src/cmd/csplit/ |
H A D | csplit.c | 379 if (strlen(file) > pathconf(".", _PC_NAME_MAX)) { in getfile() 391 if (strlen(delim + 1) > pathconf(file, _PC_NAME_MAX)) { in getfile()
|
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 800 if ((pathconf(ofname, _PC_XATTR_EXISTS) == 1) || in main() 1590 if (pathconf(ifname, _PC_XATTR_EXISTS) == 1) in copystat() 1640 if (pathconf(ofname, _PC_XATTR_EXISTS) == 1) in copystat() 1880 max_name = pathconf(dir, _PC_NAME_MAX); in addDotZ() 1881 max_path = pathconf(dir, _PC_PATH_MAX); in addDotZ()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 166 if (pathconf(path, _PC_XATTR_EXISTS) == 1) { in lf_xftw()
|
/illumos-gate/usr/src/cmd/pathchk/ |
H A D | pathchk.c | 139 *valp = pathconf(path, type); in checkPathConf()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 648 if (argp->pathconf) in mount_nfs() 649 free(argp->pathconf); in mount_nfs() 825 if (argp->pathconf) in mount_nfs() 826 free(argp->pathconf); in mount_nfs() 2231 args->pathconf = malloc(sizeof (p)); in get_fh() 2232 if (args->pathconf == NULL) { in get_fh() 2238 memcpy((caddr_t)args->pathconf, (caddr_t)&p, in get_fh()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 107 pathconf 113
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 109 pathconf 113
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | direader.c | 188 int name_max = pathconf(path, _PC_NAME_MAX); in _dr_open_dir()
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devlink_disco.c | 183 dirplen = pathconf(dir, _PC_NAME_MAX); in lookupLink()
|