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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dmacros.cc36 #ifndef FILENAME_MAX
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dposix_spawnp.c50 char fpath[FILENAME_MAX], *last, *p;
70 fpath[FILENAME_MAX-1] = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dxm-djgpp.h79 static char fixed_path[FILENAME_MAX + 1]; \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dxm-djgpp.h80 static char fixed_path[FILENAME_MAX + 1]; \
/netbsd-6-1-5-RELEASE/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.c110 char helper[FILENAME_MAX];
H A Dt_fileactions.c300 char helper[FILENAME_MAX];
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dlsystem.c55 char cwd[FILENAME_MAX+1];
84 getcwd(cwd, FILENAME_MAX);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DSampleLDAP.pm39 print {*STDERR} 'Posix Var ' . BUFSIZ . ' and ' . FILENAME_MAX . "\n";
/netbsd-6-1-5-RELEASE/usr.bin/xinstall/
H A Dxinstall.c167 char suffix_expanded0[FILENAME_MAX],
168 suffix_expanded1[FILENAME_MAX];
169 (void)snprintf(suffix_expanded0, FILENAME_MAX,
171 (void)snprintf(suffix_expanded1, FILENAME_MAX,
1075 char bname[FILENAME_MAX];
1080 char suffix_expanded[FILENAME_MAX];
1084 (void)snprintf(suffix_expanded, FILENAME_MAX, suffix,
1086 (void)snprintf(bname, FILENAME_MAX, "%s%s", to_name,
1092 (void)snprintf(bname, FILENAME_MAX, "%s%s", to_name, suffix);
/netbsd-6-1-5-RELEASE/usr.bin/utoppya/
H A Dutoppya.c144 char *d, *b, dir[FILENAME_MAX];
343 char *dst, dstbuf[FILENAME_MAX];
468 char dstbuf[FILENAME_MAX];
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/
H A Dpathstuff.c71 static char w32_path[FILENAME_MAX];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c214 if (sp2 - sp1 > FILENAME_MAX
215 || (sp1 - filename) + strlen(sp2) > FILENAME_MAX)
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dmonitor.c77 char source[FILENAME_MAX];
194 char hostname[FILENAME_MAX];
505 char source[FILENAME_MAX];
543 char source[FILENAME_MAX];
H A Disdnd.h560 char name[FILENAME_MAX]; /* net/host spec or filename */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtop.c77 # ifdef FILENAME_MAX
78 # define PATH_MAX FILENAME_MAX
H A Dgo32-nat.c415 static char child_cwd[FILENAME_MAX];
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h191 #define FILENAME_MAX 1024 /* must be <= PATH_MAX <sys/syslimits.h> */ macro
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dstrftime.c667 char filename[FILENAME_MAX];
H A Dlocaltime.c393 ** "FILENAME_MAX expands to an integral constant expression
398 char fullname[FILENAME_MAX + 1];
/netbsd-6-1-5-RELEASE/usr.bin/at/
H A Dat.c86 char atfile[FILENAME_MAX];
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/mopd/
H A Dprocess.c436 char filename[FILENAME_MAX];
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c431 char outfile[FILENAME_MAX]; /* Filename for *out */
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dfunction.c1689 char tmp_output[FILENAME_MAX];

Completed in 337 milliseconds