Searched refs:pathp (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr18241-3.c8 int *path[2], **pathp = path, height; local
12 pathp[0] = node;
15 pathp[1] = pathp[0];
16 pathp++;
20 addr = pathp[0];
H A Dpr18241-2.c25 struct radix_tree_path path[7], *pathp = path; local
38 pathp[1].offset = offset;
39 pathp[1].node = *pathp[0].slot;
40 pathp[1].slot = (struct radix_tree_node **)
41 (pathp[1].node->slots + offset);
42 pathp++;
47 addr = &(pathp->node->tags[0]) + 1;
H A Dpr18241-1.c46 struct radix_tree_path path[7], *pathp = path; local
55 pathp->node = 0;
56 pathp->slot = &root->rnode;
61 if (*pathp->slot == 0)
65 pathp[1].offset = offset;
66 pathp[1].node = *pathp[0].slot;
67 pathp[1].slot = (struct radix_tree_node **)
68 (pathp[1].node->slots + offset);
69 pathp
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr18241-3.c8 int *path[2], **pathp = path, height; local
12 pathp[0] = node;
15 pathp[1] = pathp[0];
16 pathp++;
20 addr = pathp[0];
H A Dpr18241-2.c25 struct radix_tree_path path[7], *pathp = path; local
38 pathp[1].offset = offset;
39 pathp[1].node = *pathp[0].slot;
40 pathp[1].slot = (struct radix_tree_node **)
41 (pathp[1].node->slots + offset);
42 pathp++;
47 addr = &(pathp->node->tags[0]) + 1;
H A Dpr18241-1.c42 struct radix_tree_path path[7], *pathp = path; local
51 pathp->node = 0;
52 pathp->slot = &root->rnode;
57 if (*pathp->slot == 0)
61 pathp[1].offset = offset;
62 pathp[1].node = *pathp[0].slot;
63 pathp[1].slot = (struct radix_tree_node **)
64 (pathp[1].node->slots + offset);
65 pathp
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/
H A Dpathstuff.c114 char *pathp; /* pointer to nutc_path used to build it */ local
148 pathp = nutc_path;
149 *pathp = '\0';
177 if (_NutPathToNutc(p, pathp, 0) == FALSE) {
183 *pathp++ = '/';
184 *pathp++ = p[0];
185 *pathp++ = '=';
186 *pathp++ = '/';
187 strcpy(pathp, &p[2]);
190 pathp
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Drelocate.h27 char *searchpath (const char *name, const char *pathp);
H A Dfont.h65 static FILE *open_file(const char *name, char **pathp);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dexpand.c81 static char *path, *pathp, *lastpathp; variable
105 pathp = path = pathbuf;
106 *pathp = 0;
123 spathp = pathp;
125 if (*cs == '~' && pathp == path) {
132 if (pathp != path + 1) {
133 *pathp = 0;
140 pathp = path + strlen(path);
154 cs--, pathp--;
156 cs++, pathp
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dsearchpath.cpp99 FILE *search_path::open_file(const char *name, char **pathp) argument
105 if (pathp)
106 *pathp = strsave(name);
134 if (pathp)
135 *pathp = path;
148 FILE *search_path::open_file_cautious(const char *name, char **pathp, argument
155 if (pathp)
156 *pathp = strsave(reading ? "stdin" : "stdout");
162 if (pathp)
163 *pathp
[all...]
H A Dfontfile.cpp64 FILE *font::open_file(const char *nm, char **pathp) argument
68 FILE *fp = font_path.open_file(filename, pathp);
H A Drelocate.cpp76 char *searchpath(const char *name, const char *pathp) argument
82 fprintf(stderr, "searchpath: pathp: `%s'\n", pathp);
102 char *p = (char *)pathp;
131 char *searchpathext(const char *name, const char *pathext, const char *pathp) argument
141 found = searchpath(namex, pathp);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dls.c56 static int ls_getdir(char **pathp);
138 ls_getdir(char **pathp) argument
149 path = alloc(strlen(*pathp) + 2);
150 strcpy(path, *pathp);
175 *pathp = path;
180 *pathp = NULL;
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dexpand.c58 char *pathp; variable
113 path = tpathp = pathp = pathbuf;
114 *pathp = '\0';
227 tpathp = pathp = cp - 1;
229 tpathp = pathp = path;
232 *pathp = '\0';
267 spathp = pathp;
283 cp--, pathp--;
285 cp++, pathp++;
286 *pathp
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.c352 int pathp = 0, ret; local
359 pathp = 1;
396 if (pathp)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Ddevopen.c72 static void parseunit(const char *name, int *unitp, int *partp, char **pathp);
135 parseunit(const char *name, int *unitp, int *partp, char **pathp) argument
150 *pathp = (*p == ':') ? (char *)p + 1 : NULL;
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Ddevopen.c106 parseunit(const char *name, int *unitp, int *partp, char **pathp) argument
121 *pathp = (*p == ':') ? (char *)p + 1 : NULL;
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Drecover.c595 char *name, *p, *t, *recp, *pathp; local
610 recp = pathp = NULL;
698 t = pathp;
704 if ((pathp = strdup(path)) == NULL) {
708 pathp = t;
744 if (file_init(sp, frp, pathp + sizeof(VI_PHEADER) - 1, 0)) {
746 free(pathp);
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dman.c700 build_page(char *fmt, char **pathp, struct manstate *mp) argument
725 for (b = buf, p = *pathp; (*b++ = *p++) != '\0';)
771 if ((*pathp = strdup(tpath)) == NULL) {
778 if (addentry(mp->intmp, *pathp, 0) < 0) {
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c162 char *pathp = dir_path; local
179 (char *) &pathp,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchive.c1352 const char *pathp = path;
1361 const char *e1 = pathp;
1368 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp
1369 || strncmp (pathp, refp, e1 - pathp) != 0)
1371 pathp = e1 + 1;
1400 strcpy (newp, pathp);
1346 const char *pathp = path; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchive.c1353 const char *pathp = path;
1362 const char *e1 = pathp;
1369 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp
1370 || filename_ncmp (pathp, refp, e1 - pathp) != 0)
1372 pathp = e1 + 1;
1401 strcpy (newp, pathp);
1347 const char *pathp = path; local
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_cscope.c305 char *p, **pathp, buf[MAXPATHLEN * 2]; local
342 for (pathp = csc->paths, p = strtok(csc->pbuf, ":");
344 *pathp++ = p;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/html/
H A Dpre-html.cpp292 char *pathp; local
295 f = font_path.open_file("devps/DESC", &pathp);
296 a_delete pathp; local

Completed in 325 milliseconds

12