/illumos-gate/usr/src/cmd/modload/ |
H A D | addrem.h | 47 #define MAX_N2M_ALIAS_LINE FILENAME_MAX + FILENAME_MAX + 1 48 #define MAXLEN_NAM_TO_MAJ_ENT FILENAME_MAX + MAX_STR_MAJOR + 1 56 #define MAX_PERM_ENTRY (2 * STR_LONG) + PERM_STR + (2 * FILENAME_MAX) + 1 98 char direc[FILENAME_MAX + 1];
|
H A D | drvsubr.c | 366 char drv[FILENAME_MAX + 1]; in delete_entry() 468 if (sscanf(copy, "%" VAL2STR(FILENAME_MAX) "s", drv) != 1) { in delete_entry() 475 for (i = strcspn(drv, marker); i < FILENAME_MAX; i++) { in delete_entry() 614 char drv[FILENAME_MAX + 1]; in get_cached_n_to_m_file() 615 char entry[FILENAME_MAX + 1]; in get_cached_n_to_m_file() 649 "%" VAL2STR(FILENAME_MAX) "s" /* drv */ in get_cached_n_to_m_file() 650 "%" VAL2STR(FILENAME_MAX) "s", /* entry */ in get_cached_n_to_m_file() 693 "%" VAL2STR(FILENAME_MAX) "s" /* drv */ in get_cached_n_to_m_file() 694 "%" VAL2STR(FILENAME_MAX) "s", /* entry */ in get_cached_n_to_m_file() 1388 char reconfig_file[MAXPATHLEN + FILENAME_MAX + 1]; in create_reconfig() [all …]
|
H A D | add_drv.c | 92 char driver_name[FILENAME_MAX + 1]; in main()
|
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | tsort.c | 55 #define FORMAT "%" XSTR(FILENAME_MAX) "s%" XSTR(FILENAME_MAX) "s" 92 char precedes[FILENAME_MAX+1], follows[FILENAME_MAX+1]; in main()
|
/illumos-gate/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 43 #ifdef FILENAME_MAX 44 #define MAXFILENAME FILENAME_MAX /* max length of a filename */
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | changepasswd.c | 100 char newpasswdfile[FILENAME_MAX]; in changepasswd() 101 char newshadowfile[FILENAME_MAX]; in changepasswd() 102 char newadjunctfile[FILENAME_MAX]; in changepasswd() 103 char tmppasswdfile[FILENAME_MAX]; in changepasswd() 104 char tmpshadowfile[FILENAME_MAX]; in changepasswd() 105 char tmpadjunctfile[FILENAME_MAX]; in changepasswd()
|
H A D | yppasswdd.c | 135 char passwd_file[FILENAME_MAX], shadow_file[FILENAME_MAX]; 136 char lockfile[FILENAME_MAX], adjunct_file[FILENAME_MAX];
|
/illumos-gate/usr/src/cmd/which/ |
H A D | which.c | 90 if (strlen(*argv) >= FILENAME_MAX) { in main()
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | mail.h | 184 #ifdef FILENAME_MAX 185 # define MAXFILENAME FILENAME_MAX /* max length of a filename */
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | stdio | 205 #ifndef FILENAME_MAX 212 #define FILENAME_MAX NAME_MAX 233 printf("#ifndef FILENAME_MAX\n"); 234 printf("#define FILENAME_MAX %d\n", FILENAME_MAX);
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 107 #define FILENAME_MAX 1024 /* max # of characters in a path name */ macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 147 #define FILENAME_MAX 1024 /* max # of characters in a path name */ macro
|
/illumos-gate/usr/src/cmd/split/ |
H A D | split.c | 218 if (((int)strlen(output_file_name) + suffix_length) > FILENAME_MAX) { in main()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 400 char path[FILENAME_MAX]; in envd_setup_fans() 451 char path[FILENAME_MAX]; in envd_setup_sensors()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | _libld.h | 462 #ifndef FILENAME_MAX 463 #define FILENAME_MAX BUFSIZ /* maximum length of a path name */ macro
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 207 #define FILENAME_MAX 1024 /* must be <= PATH_MAX <sys/syslimits.h> */ macro
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | stdio | 264 #ifndef FILENAME_MAX 265 #define FILENAME_MAX 1024
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | stdio | 264 #ifndef FILENAME_MAX 265 #define FILENAME_MAX 1024
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | stdio | 264 #ifndef FILENAME_MAX 265 #define FILENAME_MAX 1024
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | stdio | 264 #ifndef FILENAME_MAX 265 #define FILENAME_MAX 1024
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | btxld.c | 217 char name[FILENAME_MAX]; in btxld()
|
/illumos-gate/usr/src/tools/sgs/sgsmsg/ |
H A D | sgsmsg.c | 363 static char guard[FILENAME_MAX + 6]; in init_defs()
|
/illumos-gate/usr/src/cmd/sqlite/ |
H A D | shell.c | 193 char outfile[FILENAME_MAX]; /* Filename for *out */
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 5922 char cdriver[FILENAME_MAX + 1]; in translate_major() 5923 char driver[FILENAME_MAX + 1]; in translate_major()
|