Searched refs:pathsize (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dgetcwd.c89 size_t pathsize; local
99 pathsize = sizeof (path);
100 pathp = &path[pathsize];
219 new = (char *)malloc (pathsize * 2);
225 new = (char *)realloc ((PTR_T) pathbuf, (pathsize * 2));
230 (void) memcpy (new + pathsize + space, pathp, pathsize - space);
231 pathp = new + pathsize + space;
233 pathsize *= 2;
253 size_t len = pathbuf + pathsize
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathprobe.c98 pathprobe_20100601(const char* lang, const char* tool, const char* aproc, int op, char* path, size_t pathsize, char* attr, size_t attrsize) argument
147 pathsize = sizeof(buf);
157 if (pathpath(lib, "", PATH_ABSOLUTE, path, pathsize) && !stat(path, &st) && (st.st_mode & S_IWUSR))
161 if (!pathpath(lib, "", PATH_ABSOLUTE|PATH_EXECUTE, path, pathsize) || stat(path, &ps))
193 dirs = pathcat(dir, ':', "..", exe, path, pathsize);
194 pathcanon(path, pathsize, 0);
197 pathcat(dir, ':', "..", lib, path, pathsize);
198 pathcanon(path, pathsize, 0);
/macosx-10.9.5/sudo-72/src/
H A Diolog.c156 build_idpath(pathbuf, pathsize)
158 size_t pathsize;
169 len = snprintf(pathbuf, pathsize, "%s/%c%c/%c%c/%c%c", def_iolog_dir,
172 if (len <= 0 && len >= pathsize) {
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c238 int pathsize; local
280 pathsize = len + cd->basedirsize +
285 pathsize += len/cd->splitcnt;
287 tmpPath = isc_mem_allocate(ns_g_mctx , pathsize * sizeof(char));

Completed in 74 milliseconds