Searched defs:MAXPATHLEN (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h88 * MAXPATHLEN defines the longest permissible path length
97 #define MAXPATHLEN 1024 macro
H A Dshared.h50 #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 Dparam.h156 * MAXPATHLEN defines the longest permissable path length,
163 #define MAXPATHLEN 1024 macro
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h410 #ifndef MAXPATHLEN
411 #define MAXPATHLEN _MAX_PATH macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h270 * MAXPATHLEN defines the longest permissible path length after expanding
278 #define MAXPATHLEN PATH_MAX macro
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c64 #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 Dxdf_shell.c961 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 Dparam.h146 * MAXPATHLEN defines the longest permissible path length,
155 #define MAXPATHLEN 1024 macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c255 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 Ddb_int.h132 #undef MAXPATHLEN macro
133 #define MAXPATHLEN 1024 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h176 * MAXPATHLEN defines the longest permissible path length,
187 #define MAXPATHLEN 1024 macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c50 #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 Dcontract.h363 #define MAXPATHLEN 0 macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1131 /* 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...]

Completed in 110 milliseconds