/netbsd-src/usr.bin/pathchk/ |
H A D | pathchk.c | 94 long complen, namemax, pathmax, svnamemax; in check() local 153 pathmax = pathconf(path, _PC_PATH_MAX); in check() 154 if (pathmax == -1 && errno != 0) in check() 155 pathmax = PATH_MAX; in check() 157 pathmax = _POSIX_PATH_MAX; in check() 158 if (pathmax != -1 && strlen(path) >= (size_t)pathmax) { in check() 159 warnx("%s: path too long (limit %ld)", path, pathmax - 1); in check()
|
/netbsd-src/sbin/swapctl/ |
H A D | swaplist.c | 64 int hlen, size, inuse, ncounted, pathmax; in list_swap() local 83 pathmax = 11; in list_swap() 115 if ((size_t)pathmax < (l = strlen(sep->se_path))) in list_swap() 116 pathmax = l; in list_swap() 119 pathmax, "Device", hlen, header, in list_swap() 134 (void)printf("%-*s %*ld ", pathmax, sep->se_path, hlen, in list_swap() 152 (void)printf("%-*s %*s ", pathmax, sep->se_path, hlen, szbuf); in list_swap() 208 (void)printf("%-*s %*s %8s %8s %5.0f%%\n", pathmax, "Total", in list_swap() 212 (void)printf("%-*s %*ld %8ld %8ld %5.0f%%\n", pathmax, "Total", in list_swap()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | pathmax.m4 | 1 # pathmax.m4 serial 11 10 dnl Prerequisites of lib/pathmax.h. 15 # "pathmax.h" will do. 17 /* Arrange to define PATH_MAX, like "pathmax.h" does. */
|
H A D | gnulib-cache.m4 | 71 # pathmax \ 126 pathmax
|
H A D | gnulib-comp.m4 | 168 # Code from module pathmax: 1272 lib/pathmax.h 1471 m4/pathmax.m4
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | pathmax.m4 | 1 # pathmax.m4 serial 4 9 AC_LIBSOURCES([pathmax.h]) 11 dnl Prerequisites of lib/pathmax.h.
|
H A D | gnulib-comp.m4 | 211 lib/pathmax.h 353 m4/pathmax.m4
|
H A D | ChangeLog | 183 memrchr.m4, nanosleep.m4, nls.m4, pathmax.m4, po.m4, quotearg.m4, 216 pathmax.m4, po.m4, printf-posix.m4, progtest.m4, readlink.m4, regex.m4, 665 * pathmax.m4: New file.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | pathmax.m4 | 1 # pathmax.m4 serial 6 9 dnl Prerequisites of lib/pathmax.h.
|
H A D | gnulib-comp.m4 | 280 lib/pathmax.h 426 m4/pathmax.m4
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
H A D | pathmax.m4 | 1 # pathmax.m4 serial 6 9 dnl Prerequisites of lib/pathmax.h.
|
H A D | gnulib-comp.m4 | 156 lib/pathmax.h 219 m4/pathmax.m4
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/ |
H A D | ChangeLog | 167 * modules/pathmax.diff: Remove file. 172 * m4/pathmax.m4.diff: Remove file. 225 * m4/pathmax.m4.diff: New file. 250 * modules/pathmax.diff: New file.
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/modules/ |
H A D | canonicalize | 12 pathmax
|
/netbsd-src/external/gpl2/xcvs/dist/maint-aux/ |
H A D | gnulib-modules | 56 pathmax
|
H A D | gnulib-filelist.txt | 64 lib/pathmax.h 176 m4/pathmax.m4
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | Makefile.am | 300 EXTRA_DIST += pathmax.h
|
H A D | Makefile.in | 71 $(top_srcdir)/gnulib-m4/pathmax.m4 \ 345 mbchar.h memchr.c memmove.c pathmax.h readlink.c relocatable.c \
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/ |
H A D | ChangeLog.1 | 261 * exitfail.m4, getopt.m4, hard-locale.m4, memchr.m4, pathmax.m4: 295 * mbswidth.m4, memchr.m4, mkdtemp.m4, onceonly.m4, pathmax.m4: 626 * pathmax.m4 (gl_PATHMAX): Don't check for limits.h. 701 * pathmax.m4: New file, from gnulib.
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | fs.c | 697 ssize_t pathmax; in uv__fs_pathmax_size() local 699 pathmax = pathconf(path, _PC_PATH_MAX); in uv__fs_pathmax_size() 701 if (pathmax == -1) in uv__fs_pathmax_size() 702 pathmax = UV__PATH_MAX; in uv__fs_pathmax_size() 704 return pathmax; in uv__fs_pathmax_size()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/src/ |
H A D | Makefile.in | 61 $(top_srcdir)/gnulib-m4/pathmax.m4 \
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
H A D | Makefile.in | 57 $(top_srcdir)/gnulib-m4/pathmax.m4 \
|
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
H A D | Makefile.in | 86 $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quotearg.m4 \
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | libcvs.dep | 46 ".\pathmax.h"\
|
/netbsd-src/external/gpl2/xcvs/dist/contrib/pam/ |
H A D | Makefile.in | 87 $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quotearg.m4 \
|