HomeSort by: relevance | last modified time | path
    Searched defs:pathp (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/gmake/dist/w32/
pathstuff.c 131 char *pathp; /* pointer to nutc_path used to build it */ local
165 pathp = nutc_path;
166 *pathp = '\0';
194 if (_NutPathToNutc(p, pathp, 0) == FALSE) {
200 *pathp++ = '/';
201 *pathp++ = p[0];
202 *pathp++ = '=';
203 *pathp++ = '/';
204 strcpy(pathp, &p[2]);
207 pathp += strlen(pathp)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_execve.c 97 char ***pathp, char **pathp32)
101 *pathp = &fae->fae_path;
105 *pathp = &fae->fae_chdir_path;
121 char *pbuf = NULL, **pathp = NULL, *pathp32 = NULL; local
158 if (!netbsd32_posix_spawn_fae_path(fae, f32, &pathp, &pathp32)
159 || pathp == NULL || pathp32 == NULL)
164 *pathp = kmem_alloc(slen, KM_SLEEP);
165 memcpy(*pathp, pbuf, slen);
  /src/usr.bin/rdist/
expand.c 58 char *pathp; variable
113 path = tpathp = pathp = pathbuf;
114 *pathp = '\0';
146 path = tpathp = pathp = NULL;
231 tpathp = pathp = cp - 1;
233 tpathp = pathp = path;
236 *pathp = '\0';
271 spathp = pathp;
287 cp--, pathp--;
289 cp++, pathp++
    [all...]
  /src/external/bsd/am-utils/dist/fixmount/
fixmount.c 158 char *pathp = dir_path; local
175 (char *) &pathp,
  /src/external/bsd/nvi/dist/common/
recover.c 638 char *name, *p, *t, *recp, *pathp; local
653 recp = pathp = NULL;
747 t = pathp;
753 if ((pathp = strdup(path)) == NULL) {
757 pathp = t;
793 if (file_init(sp, frp, pathp + sizeof(VI_PHEADER) - 1, 0)) {
795 free(pathp);
813 free(pathp);
  /src/external/gpl2/dtc/dist/
fdtget.c 160 const char *pathp; local
167 pathp = fdt_get_name(blob, node, NULL);
169 if (pathp == NULL)
170 pathp = "/* NULL pointer error */";
171 if (*pathp == '\0')
172 pathp = "/"; /* root is nameless */
174 puts(pathp);
  /src/external/bsd/nvi/dist/ex/
ex_cscope.c 310 char *p, **pathp, buf[MAXPATHLEN * 2]; local
347 for (pathp = csc->paths, p = strtok(csc->pbuf, ":");
349 *pathp++ = p;
  /src/sys/kern/
kern_exec.c 2458 char **pathp = posix_spawn_fae_path(&fa->fae[i]); local
2459 if (pathp)
2460 kmem_strfree(*pathp);
2499 char **pathp = posix_spawn_fae_path(&fa->fae[i]); local
2500 if (pathp == NULL)
2502 error = copyinstr(*pathp, pbuf, MAXPATHLEN, &fal);
2505 *pathp = kmem_alloc(fal, KM_SLEEP);
2506 memcpy(*pathp, pbuf, fal);
  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 292 char *pathp; local
295 f = font_path.open_file("devps/DESC", &pathp);
296 a_delete pathp; local
  /src/external/gpl3/binutils/dist/bfd/
archive.c 1438 const char *pathp;
1451 pathp = lpath == NULL ? path : lpath;
1459 const char *e1 = pathp;
1466 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp
1467 || filename_ncmp (pathp, refp, e1 - pathp) != 0)
1469 pathp = e1 + 1;
1473 len = strlen (pathp) + 1;
1529 sprintf (newp, "%s/%s", down, pathp);
1531 strcpy (newp, pathp);
1433 const char *pathp; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 1427 const char *pathp;
1440 pathp = lpath == NULL ? path : lpath;
1448 const char *e1 = pathp;
1455 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp
1456 || filename_ncmp (pathp, refp, e1 - pathp) != 0)
1458 pathp = e1 + 1;
1462 len = strlen (pathp) + 1;
1518 sprintf (newp, "%s/%s", down, pathp);
1520 strcpy (newp, pathp);
1422 const char *pathp; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 5306 const char **pathp = &directory_table[entryi]; local
5327 *pathp = (char *) data;
5333 *pathp = fetch_indirect_line_string (uvalue);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 5234 char **pathp = &directory_table[entryi]; local
5255 *pathp = (char *) data;
5261 *pathp = (char *)

Completed in 78 milliseconds