HomeSort by: relevance | last modified time | path
    Searched refs:pathp (Results 1 - 25 of 38) sorted by relevancy

1 2

  /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/external/gpl2/groff/dist/src/include/
relocate.h 27 char *searchpath (const char *name, const char *pathp);
font.h 65 static FILE *open_file(const char *name, char **pathp);
  /src/lib/libc/posix1e/
acl_valid.c 85 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl)
88 if (pathp == NULL || acl == NULL) {
96 return (__acl_aclcheck_file(pathp, type, &acl->ats_acl));
100 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl)
103 if (pathp == NULL || acl == NULL) {
111 return (__acl_aclcheck_link(pathp, type, &acl->ats_acl));
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
rb.h 754 a_prefix##path_entry_t *pathp; \
758 for (pathp = path; pathp->node != NULL; pathp++) { \
759 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
762 pathp[1].node = rbtn_left_get(a_type, a_field, \
763 pathp->node); \
765 pathp[1].node = rbtn_right_get(a_type, a_field, \
766 pathp->node);
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
rb.h 754 a_prefix##path_entry_t *pathp; \
758 for (pathp = path; pathp->node != NULL; pathp++) { \
759 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
762 pathp[1].node = rbtn_left_get(a_type, a_field, \
763 pathp->node); \
765 pathp[1].node = rbtn_right_get(a_type, a_field, \
766 pathp->node);
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
rb.h 754 a_prefix##path_entry_t *pathp; \
758 for (pathp = path; pathp->node != NULL; pathp++) { \
759 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
762 pathp[1].node = rbtn_left_get(a_type, a_field, \
763 pathp->node); \
765 pathp[1].node = rbtn_right_get(a_type, a_field, \
766 pathp->node);
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
rb.h 754 a_prefix##path_entry_t *pathp; \
758 for (pathp = path; pathp->node != NULL; pathp++) { \
759 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
762 pathp[1].node = rbtn_left_get(a_type, a_field, \
763 pathp->node); \
765 pathp[1].node = rbtn_right_get(a_type, a_field, \
766 pathp->node);
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
searchpath.cpp 99 FILE *search_path::open_file(const char *name, char **pathp)
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,
155 if (pathp)
156 *pathp = strsave(reading ? "stdin" : "stdout");
162 if (pathp)
163 *pathp = strsave(name)
    [all...]
fontfile.cpp 64 FILE *font::open_file(const char *nm, char **pathp)
68 FILE *fp = font_path.open_file(filename, pathp);
relocate.cpp 74 // Return the full path of NAME along the path PATHP.
76 char *searchpath(const char *name, const char *pathp)
82 fprintf(stderr, "searchpath: pathp: `%s'\n", pathp);
100 // Now search along PATHP.
102 char *p = (char *)pathp;
130 // Search NAME along PATHP with the elements of PATHEXT in turn added.
131 char *searchpathext(const char *name, const char *pathext, const char *pathp)
141 found = searchpath(namex, pathp);
  /src/external/cddl/dtracetoolkit/dist/Bin/
pathopens.d 50 self->pathp = arg0;
57 self->file = copyinstr(self->pathp);
58 self->char0 = copyin(self->pathp, 1);
93 self->pathp = 0;
  /src/external/cddl/dtracetoolkit/dist/Proc/
pathopens.d 50 self->pathp = arg0;
57 self->file = copyinstr(self->pathp);
58 self->char0 = copyin(self->pathp, 1);
93 self->pathp = 0;
  /src/sys/arch/ia64/stand/common/
ls.c 56 static int ls_getdir(char **pathp);
141 ls_getdir(char **pathp)
152 path = alloc(strlen(*pathp) + 2);
153 strcpy(path, *pathp);
178 *pathp = path;
183 *pathp = NULL;
  /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/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/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/sys/arch/evbarm/stand/boot2440/
devopen.c 72 static void parseunit(const char *name, int *unitp, int *partp, char **pathp);
135 parseunit(const char *name, int *unitp, int *partp, char **pathp)
150 *pathp = (*p == ':') ? (char *)p + 1 : NULL;
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand.c 353 int pathp = 0, ret; local
360 pathp = 1;
397 if (pathp)
  /src/sys/arch/sandpoint/stand/altboot/
devopen.c 105 parseunit(const char *name, int *unitp, int *partp, char **pathp)
120 *pathp = (*p == ':') ? (char *)p + 1 : NULL;
  /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/crypto/external/bsd/openssh/dist/
misc-agent.c 206 agent_listener(const char *homedir, const char *tag, int *sockp, char **pathp)
212 *pathp = NULL;
224 *pathp = path;
misc.c 867 * If path was not specified then *pathp will be set to ".".
871 parse_user_host_path(const char *s, char **userp, char **hostp, char **pathp)
881 if (pathp != NULL)
882 *pathp = NULL;
917 if (pathp != NULL) {
918 *pathp = path;
1063 * If path was not specified then *pathp will be set to NULL.
1068 int *portp, char **pathp)
1086 if (pathp != NULL)
1087 *pathp = NULL
    [all...]
  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 50 * @pathp: pointer which receives the path of the target (or NULL)
61 int fragment, char const **pathp)
98 if (pathp)
99 *pathp = path ? path : NULL;
  /src/usr.bin/man/
man.c 750 build_page(const char *fmt, char **pathp, struct manstate *mp)
776 for (b = buf, p = *pathp; (*b++ = *p++) != '\0';)
822 if ((*pathp = strdup(tpath)) == NULL) {
829 if (addentry(mp->intmp, *pathp, 0) < 0) {

Completed in 33 milliseconds

1 2