Home
last modified time | relevance | path

Searched refs:pathmax (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/usr.bin/pathchk/
H A Dpathchk.c94 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 Dswaplist.c64 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 Dpathmax.m41 # 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 Dgnulib-cache.m471 # pathmax \
126 pathmax
H A Dgnulib-comp.m4168 # Code from module pathmax:
1272 lib/pathmax.h
1471 m4/pathmax.m4
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dpathmax.m41 # pathmax.m4 serial 4
9 AC_LIBSOURCES([pathmax.h])
11 dnl Prerequisites of lib/pathmax.h.
H A Dgnulib-comp.m4211 lib/pathmax.h
353 m4/pathmax.m4
H A DChangeLog183 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 Dpathmax.m41 # pathmax.m4 serial 6
9 dnl Prerequisites of lib/pathmax.h.
H A Dgnulib-comp.m4280 lib/pathmax.h
426 m4/pathmax.m4
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Dpathmax.m41 # pathmax.m4 serial 6
9 dnl Prerequisites of lib/pathmax.h.
H A Dgnulib-comp.m4156 lib/pathmax.h
219 m4/pathmax.m4
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/
H A DChangeLog167 * 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 Dcanonicalize12 pathmax
/netbsd-src/external/gpl2/xcvs/dist/maint-aux/
H A Dgnulib-modules56 pathmax
H A Dgnulib-filelist.txt64 lib/pathmax.h
176 m4/pathmax.m4
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A DMakefile.am300 EXTRA_DIST += pathmax.h
H A DMakefile.in71 $(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 DChangeLog.1261 * 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 Dfs.c697 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 DMakefile.in61 $(top_srcdir)/gnulib-m4/pathmax.m4 \
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A DMakefile.in57 $(top_srcdir)/gnulib-m4/pathmax.m4 \
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/
H A DMakefile.in86 $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quotearg.m4 \
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dlibcvs.dep46 ".\pathmax.h"\
/netbsd-src/external/gpl2/xcvs/dist/contrib/pam/
H A DMakefile.in87 $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/quotearg.m4 \

1234