Searched refs:_PC_NAME_MAX (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/sys/
H A Dunistd.h87 #define _PC_NAME_MAX 4 macro
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dsysconf.t19 _PC_CHOWN_RESTRICTED _PC_LINK_MAX _PC_NAME_MAX
H A Dexport.t76 _PC_LINK_MAX _PC_MAX_CANON _PC_MAX_INPUT _PC_NAME_MAX
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dsystem.h201 # define HAVE_LONG_FILENAMES(dir) (pathconf (dir, _PC_NAME_MAX) > 12)
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixfixes.c781 #ifdef _PC_NAME_MAX
782 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
786 #endif /* _PC_NAME_MAX */
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c582 #ifdef _PC_NAME_MAX
583 maxlen = pathconf (fname, _PC_NAME_MAX);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL69 _PC_NAME_MAX _PC_NO_TRUNC _PC_PATH_MAX _PC_PIPE_BUF _PC_VDISABLE
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixfixes.c793 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
/openbsd-current/sys/ntfs/
H A Dntfs_vnops.c645 case _PC_NAME_MAX:
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm391 _PC_MAX_INPUT _PC_NAME_MAX _PC_NO_TRUNC _PC_PATH_MAX
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_vnops.c769 case _PC_NAME_MAX:
/openbsd-current/sys/isofs/udf/
H A Dudf_vnops.c422 case _PC_NAME_MAX:
/openbsd-current/sys/ufs/ufs/
H A Dufs_vnops.c1650 case _PC_NAME_MAX:
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_vnops.c1842 case _PC_NAME_MAX:
/openbsd-current/sys/tmpfs/
H A Dtmpfs_vnops.c1088 case _PC_NAME_MAX:
/openbsd-current/sys/nfs/
H A Dnfs_serv.c3097 error = VOP_PATHCONF(vp, _PC_NAME_MAX, &namemax);
H A Dnfs_vnops.c3236 case _PC_NAME_MAX:

Completed in 143 milliseconds