Searched refs:FILENAME_MAX (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/usr.bin/colldef/
H A Dcommon.h11 extern char map_name[FILENAME_MAX];
H A Dparse.y71 char map_name[FILENAME_MAX] = ".";
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawn.c86 char buf[FILENAME_MAX];
105 char buf[FILENAME_MAX];
125 char buf[FILENAME_MAX];
145 char buf[FILENAME_MAX];
H A Dt_spawnattr.c115 char helper[FILENAME_MAX];
H A Dt_fileactions.c305 char helper[FILENAME_MAX];
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dxm-djgpp.h80 static char fixed_path[FILENAME_MAX + 1]; \
/freebsd-12-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c99 char buf[FILENAME_MAX];
118 char buf[FILENAME_MAX];
/freebsd-12-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_hw.c172 char fwname[FILENAME_MAX];
195 snprintf(fwname, FILENAME_MAX, "%s/ar3k/AthrBT_0x%08x.dfu",
241 char filename[FILENAME_MAX];
273 snprintf(filename, FILENAME_MAX, "%s/ar3k/ramps_0x%08x_%d%s",
H A Dmain.c181 char fwname[FILENAME_MAX];
185 snprintf(fwname, FILENAME_MAX, "%s/ath3k-1.fw", file_prefix);
/freebsd-12-stable/contrib/less/
H A Dlsystem.c57 char cwd[FILENAME_MAX+1];
86 getcwd(cwd, FILENAME_MAX);
/freebsd-12-stable/usr.bin/which/
H A Dwhich.c86 if (strlen(*argv) >= FILENAME_MAX ||
/freebsd-12-stable/usr.bin/tip/tip/
H A Dvalue.c64 char file[FILENAME_MAX], *cp;
/freebsd-12-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c66 char p[FILENAME_MAX];
/freebsd-12-stable/include/
H A Dstdio.h221 #define FILENAME_MAX 1024 /* must be <= PATH_MAX <sys/syslimits.h> */ macro
/freebsd-12-stable/usr.sbin/btxld/
H A Dbtxld.c201 char name[FILENAME_MAX];
/freebsd-12-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c405 ** "FILENAME_MAX expands to an integral constant expression
412 fullname = malloc(FILENAME_MAX + 1);
424 if (strlen(p) + 1 + strlen(name) >= FILENAME_MAX) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgo32-nat.c345 static char child_cwd[FILENAME_MAX];
/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c1121 # ifdef FILENAME_MAX
1122 # define NAME_MAX (FILENAME_MAX)
11284 char outfile[FILENAME_MAX]; /* Filename for *out */

Completed in 296 milliseconds