Searched refs:PATH_MAX (Results 401 - 425 of 434) sorted by relevance

<<1112131415161718

/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c1643 if (sbptr == PATH_MAX) {
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c90 #ifndef PATH_MAX
91 #define PATH_MAX 1024 /* AIX, WIN32, and others don't define this. */ macro
783 char filename[PATH_MAX];
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c3593 char path[PATH_MAX * 4];
3594 unsigned int pathlen = PATH_MAX * 4;
4399 buflen = PATH_MAX * 4;
H A DSRepair.c4065 * b. The path the new symlink points to is greater than PATH_MAX bytes.
4384 * the length of the path pointed by data is greater than PATH_MAX, or
4432 /* Allocate (PATH_MAX * 4) instead of PATH_MAX for unicode - utf8 conversion */
4433 datalen = PATH_MAX * 4;
4472 * (3) the entire path was greater than PATH_MAX bytes
4476 if (!isHFSPlus || (status & FPATH_BIGNAME) || (datalen > PATH_MAX)) {
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c492 # ifndef PATH_MAX
493 # define PATH_MAX 8192
495 char *buf = xmalloc(PATH_MAX+1);
/macosx-10.10.1/BootCache-109/
H A Dlibrary.c822 char rsrcpath[PATH_MAX];
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dclientloop.c385 char path[PATH_MAX];
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c627 char path[PATH_MAX];
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c60 char dc_ofile[PATH_MAX]; /* derived output file name */
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_query.c1712 char kextPathBuffer[PATH_MAX];
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dastconf.c1016 char buf[PATH_MAX];
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_rq.c1055 smb_put_dstring(mbp, SMB_UNICODE_STRINGS(vcp), t2p->t_name, PATH_MAX, NO_SFM_CONVERSIONS);
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c586 char srcpath[PATH_MAX * 2 + 1], dstpath[PATH_MAX * 2 + 1];
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.c970 UInt8 path[PATH_MAX+1];
986 err = ChkErr(FSRefMakePath, &ref, path, PATH_MAX);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dbuiltin.c941 static char buf[PATH_MAX];
944 PATH_MAX);
H A Dhist.c1702 char *lastpos, *nonreal, real[PATH_MAX];
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dserver.c111 #ifndef PATH_MAX
112 #define PATH_MAX 1024 macro
3486 char filename[PATH_MAX];
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c1751 char tmp[PATH_MAX], *path;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c361 static char d[PATH_MAX];
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_cc.c2312 char fname[PATH_MAX];
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dinit.c1395 char buff[PATH_MAX+1];
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c2481 *ap->a_retval = PATH_MAX;
/macosx-10.10.1/screen-22/screen/
H A Dscreen.c942 static char DarwinSockDir[PATH_MAX];
/macosx-10.10.1/gnutar-453/gnutar/
H A Dconfigure17844 #if defined PATH_MAX || defined MAXPATHLEN
20122 #ifndef PATH_MAX
20130 <= PATH_MAX)
20135 char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1)
20137 char *cwd = getcwd (buf, PATH_MAX);
20150 size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN);
20155 any file with an absolute name longer than PATH_MAX, such as cygwin.
20166 if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE)
20168 c = getcwd (buf, PATH_MAX);
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c4957 * We use PATH_MAX because we have no way currently to find out what is the
4962 error = smbfs_create(share, &a, ap->a_target, strnlen(ap->a_target, PATH_MAX+1));
5297 *retval = PATH_MAX;

Completed in 1016 milliseconds

<<1112131415161718