Searched refs:PATH_MAX (Results 1 – 14 of 14) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | docproc.c | 112 char real_filename[PATH_MAX + 1]; in exec_kernel_doc() 121 strncat(real_filename, kernsrctree, PATH_MAX); in exec_kernel_doc() 123 PATH_MAX - strlen(real_filename)); in exec_kernel_doc() 200 char real_filename[PATH_MAX + 1]; in find_export_symbols() 202 strncat(real_filename, srctree, PATH_MAX); in find_export_symbols() 203 strncat(real_filename, "/", PATH_MAX - strlen(real_filename)); in find_export_symbols() 205 PATH_MAX - strlen(real_filename)); in find_export_symbols() 357 char real_filename[PATH_MAX + 1]; in find_all_symbols() 380 strncat(real_filename, kernsrctree, PATH_MAX); in find_all_symbols() 382 PATH_MAX - strlen(real_filename)); in find_all_symbols()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 107 static char fullname[PATH_MAX+1]; in conf_get_default_confname() 562 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() 662 char path[PATH_MAX+1]; in conf_split_config()
|
| H A D | mconf.c | 286 static char filename[PATH_MAX+1]; 289 static char menu_backtitle[PATH_MAX+128]; in set_config_filename()
|
| H A D | nconf.c | 631 static char filename[PATH_MAX+1]; 632 static char menu_backtitle[PATH_MAX+128];
|
| H A D | lex.zconf.c | 2339 char *env, fullname[PATH_MAX+1]; in zconf_fopen()
|
| H A D | lex.zconf.c_shipped | 2339 char *env, fullname[PATH_MAX+1];
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stdlib.h | 42 #if defined _LIBC_LIMITS_H_ && defined PATH_MAX in __NTH() 43 if (__bos (__resolved) < PATH_MAX) in __NTH()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | limits.h | 12 #define PATH_MAX 4096 /* # chars in a path name including nul */ macro
|
| H A D | nfs4.h | 22 #define NFS4_MAXPATHLEN PATH_MAX
|
| H A D | nfs3.h | 9 #define NFS3_MAXPATHLEN PATH_MAX
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | syslimits.h | 52 #define PATH_MAX 1024 /* max bytes in pathname */ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | param.h | 44 #define MAXPATHLEN PATH_MAX
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/basic/ |
| H A D | fixdep.c | 322 char s[PATH_MAX]; in parse_dep_file()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | sumversion.c | 407 char filelist[PATH_MAX + 1]; in get_src_version()
|