HomeSort by: relevance | last modified time | path
    Searched refs:_PC_NAME_MAX (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/gpl2/groff/dist/src/libs/libgroff/
maxfilename.cpp 23 /* file_name_max(dir) does the same as pathconf(dir, _PC_NAME_MAX) */
37 return pathconf(fname, _PC_NAME_MAX);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
addext.c 58 #if HAVE_PATHCONF && defined _PC_NAME_MAX
63 slen_max = pathconf (".", _PC_NAME_MAX);
68 slen_max = pathconf (filename, _PC_NAME_MAX);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
addext.c 58 #if HAVE_PATHCONF && defined _PC_NAME_MAX
63 slen_max = pathconf (".", _PC_NAME_MAX);
68 slen_max = pathconf (filename, _PC_NAME_MAX);
  /src/usr.bin/pathchk/
pathchk.c 105 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX);
142 namemax = pathconf(pathd, _PC_NAME_MAX);
  /src/crypto/external/apache2/openssl/dist/crypto/
o_fopen.c 88 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */
  /src/crypto/external/bsd/openssl/dist/crypto/
o_fopen.c 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_fopen.c 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */
  /src/sys/sys/
unistd.h 205 #define _PC_NAME_MAX 4
  /src/external/gpl3/gcc/dist/fixincludes/
fixfixes.c 782 #ifdef _PC_NAME_MAX
818 #ifdef _PC_NAME_MAX
824 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
828 #endif /* _PC_NAME_MAX */
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixfixes.c 782 #ifdef _PC_NAME_MAX
818 #ifdef _PC_NAME_MAX
824 if (pathconf( pz_tmptmp, _PC_NAME_MAX ) <= 12 /* is this DOS or Windows9X? */
828 #endif /* _PC_NAME_MAX */
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 113 # define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
  /src/external/gpl2/texinfo/dist/lib/
system.h 211 # define HAVE_LONG_FILENAMES(dir) (pathconf (dir, _PC_NAME_MAX) > 12)
  /src/tests/lib/libc/stdlib/
t_mktemp.c 87 name_max = pathconf("/tmp/", _PC_NAME_MAX);
  /src/usr.bin/getconf/
getconf.c 129 { "NAME_MAX", PATHCONF, _PC_NAME_MAX },
  /src/external/gpl2/texinfo/dist/makeinfo/
files.c 583 #ifdef _PC_NAME_MAX
584 maxlen = pathconf (fname, _PC_NAME_MAX);
  /src/lib/libc/gen/
sysconf.c 433 return pathconf(_PATH_DEV, _PC_NAME_MAX);
  /src/sys/fs/filecorefs/
filecore_vnops.c 481 case _PC_NAME_MAX:
  /src/tests/fs/vfs/
t_vnops.c 578 val = rump_sys_pathconf(".", _PC_NAME_MAX);
642 val = rump_sys_pathconf(".", _PC_NAME_MAX);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d 281 _PC_NAME_MAX,
1735 _PC_NAME_MAX = 4,
1832 _PC_NAME_MAX,
2082 _PC_NAME_MAX,
  /src/sys/fs/adosfs/
advnops.c 862 case _PC_NAME_MAX:
  /src/sys/fs/nfs/common/
nfs_commonport.c 327 case _PC_NAME_MAX:
  /src/tests/fs/puffs/h_dtfs/
dtfs_vnops.c 535 case _PC_NAME_MAX:
  /src/sys/fs/cd9660/
cd9660_vnops.c 744 case _PC_NAME_MAX:
  /src/sys/fs/efs/
efs_vnops.c 741 case _PC_NAME_MAX:
  /src/sys/fs/ntfs/
ntfs_vnops.c 780 case _PC_NAME_MAX:

Completed in 30 milliseconds

1 2