/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | defs.h | 88 * MAXPATHLEN defines the longest permissible path length 97 #define MAXPATHLEN 1024 macro
|
H A D | shared.h | 50 #ifndef MAXPATHLEN 51 #define MAXPATHLEN 1024 macro 683 extern char current_bootpath[MAXPATHLEN]; 684 extern char current_devid[MAXPATHLEN];
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 156 * MAXPATHLEN defines the longest permissable path length, 163 #define MAXPATHLEN 1024 macro
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 410 #ifndef MAXPATHLEN 411 #define MAXPATHLEN _MAX_PATH macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | param.h | 270 * MAXPATHLEN defines the longest permissible path length after expanding 278 #define MAXPATHLEN PATH_MAX macro
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlflow.c | 64 #define MAXPATHLEN 1024 macro 330 char db_file_buf[MAXPATHLEN]; 331 char tmp_db_file_buf[MAXPATHLEN]; 338 (void) snprintf(db_file_buf, MAXPATHLEN, "%s%s", root, 340 (void) snprintf(tmp_db_file_buf, MAXPATHLEN, "%s%s", root, 489 char db_file_buf[MAXPATHLEN]; 496 (void) snprintf(db_file_buf, MAXPATHLEN, "%s%s", root,
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.c | 961 kmem_free(path, MAXPATHLEN); 986 path = kmem_alloc(MAXPATHLEN, KM_SLEEP); 1046 kmem_free(path, MAXPATHLEN); 1064 kmem_free(XDFS_HVM_PATH(xsp), MAXPATHLEN); local 1108 kmem_free(XDFS_HVM_PATH(xsp), MAXPATHLEN);
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | param.h | 146 * MAXPATHLEN defines the longest permissible path length, 155 #define MAXPATHLEN 1024 macro
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.file.c | 255 tchar path[MAXPATHLEN + 1]; 262 catn(strcpy_(path, dir), file, MAXPATHLEN); local 531 tchar tilded_dir[MAXPATHLEN + 1], dir[MAXPATHLEN + 1];
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 132 #undef MAXPATHLEN macro 133 #define MAXPATHLEN 1024 macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | param.h | 176 * MAXPATHLEN defines the longest permissible path length, 187 #define MAXPATHLEN 1024 macro
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 50 #define MAXPATHLEN 1024 macro 157 static char keystore_path[MAXPATHLEN]; 182 (void) snprintf(keystore_path, MAXPATHLEN, "%s/%s", 187 (void) snprintf(keystore_path, MAXPATHLEN, "%s/%s/%s", 198 (void) snprintf(name, MAXPATHLEN, "%s/%s", 207 (void) snprintf(name, MAXPATHLEN, "%s/%s", 216 (void) snprintf(name, MAXPATHLEN, "%s/%s", 225 (void) snprintf(name, MAXPATHLEN, "%s/%s", 312 char pub_obj_path[MAXPATHLEN], pri_obj_path[MAXPATHLEN], [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 363 #define MAXPATHLEN 0 macro
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1131 /* GNU has no MAXPATHLEN; ideally the code should be changed to not use it. */ 1132 # define MAXPATHLEN 2048 macro 1221 # define MAXPATHLEN PATHSIZE macro 1267 # define MAXPATHLEN 1024 macro 1296 # define MAXPATHLEN PATH_MAX macro 1618 # define MAXPATHLEN PATH_MAX macro 1749 # ifndef MAXPATHLEN 1750 # define MAXPATHLEN PATHSIZE macro 1751 # endif /* ! MAXPATHLEN */ 2119 # define MAXPATHLEN PATHSIZ macro [all...] |