Searched refs:NAME_MAX (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacglob.h36 char FullPath[NAME_MAX];
37 char FileName[NAME_MAX];
64 char Pattern[NAME_MAX];
68 char SearchDir[NAME_MAX];
69 char CurrentPath[NAME_MAX];
72 char ZipFullPath[NAME_MAX];
76 char TempZipFullPath[NAME_MAX];
H A Dunixlike.h19 #ifndef NAME_MAX
20 #define NAME_MAX 2048 macro
66 char d_name[NAME_MAX];
H A Dpathname.h60 #ifndef NAME_MAX
61 #define NAME_MAX 1024 macro
H A Dmacopen.c40 static char TruncPath[NAME_MAX];
79 char RealFname[NAME_MAX];
111 static char lastpath[NAME_MAX];
112 char currpath[NAME_MAX];
143 char newfname[NAME_MAX];
176 static char lastpath[NAME_MAX];
181 char currpath[NAME_MAX], *envptr;
H A Drecurse.c219 theGlobals.itemName = (unsigned char *) StrCalloc(NAME_MAX);
220 theGlobals.FullPath = StrCalloc(NAME_MAX);
221 buffer = StrCalloc(NAME_MAX);
H A Dpathname.c121 char buffer[NAME_MAX], *tmpPtr, *namePtr;
586 printerr("Warning path length exceeds limit: ", len >= NAME_MAX, len,
628 char currentdir[NAME_MAX];
647 getcwd(currentdir, NAME_MAX);
660 getcwd(CompletePath, NAME_MAX); /* we don't need a second colon */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacdir.h36 #ifndef NAME_MAX
37 #define NAME_MAX 1024 macro
44 char d_name[NAME_MAX + 1];
H A Dpathname.h60 #ifndef NAME_MAX
61 #define NAME_MAX 1024 macro
H A Dmacstat.c62 char fullpath[NAME_MAX], UnmangledPath[NAME_MAX];
H A Dpathname.c121 char buffer[NAME_MAX], *tmpPtr, *namePtr;
586 printerr("Warning path length exceeds limit: ", len >= NAME_MAX, len,
628 char currentdir[NAME_MAX];
647 getcwd(currentdir, NAME_MAX);
660 getcwd(CompletePath, NAME_MAX); /* we don't need a second colon */
H A Dmacdir.c62 char CompletePath[NAME_MAX];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlimits.h11 #define NAME_MAX 255 /* # chars in a file name */ macro
H A Dauto_fs.h68 char name[NAME_MAX+1];
75 char name[NAME_MAX+1];
H A Dauto_fs4.h119 char name[NAME_MAX+1];
140 char name[NAME_MAX+1];
H A Dnfs3.h10 #define NFS3_MAXNAMLEN NAME_MAX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dlnstat.h27 char basename[NAME_MAX+1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DLPdir_unix.c44 * NAME_MAX. However, some operating systems use PATH_MAX instead.
46 * if it doesn't exist, use NAME_MAX.
50 #elif defined(NAME_MAX)
51 # define LP_ENTRY_SIZE NAME_MAX
55 * Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
56 * exist. It's also possible that NAME_MAX exists but is define to a very
H A DLPdir_win.c44 #ifndef NAME_MAX
45 # define NAME_MAX 255 macro
51 char entry_name[NAME_MAX + 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_unix.c44 * NAME_MAX. However, some operating systems use PATH_MAX instead.
46 * if it doesn't exist, use NAME_MAX.
50 #elif defined(NAME_MAX)
51 # define LP_ENTRY_SIZE NAME_MAX
55 * Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
56 * exist. It's also possible that NAME_MAX exists but is define to a very
H A DLPdir_win.c44 #ifndef NAME_MAX
45 # define NAME_MAX 255 macro
51 char entry_name[NAME_MAX + 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_unix.c40 is NAME_MAX. However, some operating systems use PATH_MAX instead.
42 and if it doesn't exist, use NAME_MAX. */
45 #elif defined(NAME_MAX)
46 # define LP_ENTRY_SIZE NAME_MAX
49 /* Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
50 exist. It's also possible that NAME_MAX exists but is define to a
H A DLPdir_win.c44 #ifndef NAME_MAX
45 #define NAME_MAX 255 macro
52 char entry_name[NAME_MAX+1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kprobes/
H A Dkretprobe_example.c28 static char func_name[NAME_MAX] = "do_fork";
29 module_param_string(func, func_name, NAME_MAX, S_IRUGO);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsplit.c91 if (NAME_MAX < strlen(sfx) + suffix_len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c115 #if defined(NAME_MAX)
116 (void *)strncpy( tfile, template, NAME_MAX );
502 #if defined(NAME_MAX)
503 char tempfile[NAME_MAX];

Completed in 119 milliseconds

123