Lines Matching defs:char
54 try_exec(struct ps_prochandle *P, const char *cwd, const char *path, char *buf,
55 int (*isexec)(const char *, void *), void *isdata)
82 char *
83 Pfindexec(struct ps_prochandle *P, const char *aout,
84 int (*isexec)(const char *, void *), void *isdata)
86 char cwd[PATH_MAX * 2];
87 char path[PATH_MAX];
88 char buf[PATH_MAX];
91 char *p = path, *q;
132 char zpath[PATH_MAX];
244 char *
245 Pexecname(struct ps_prochandle *P, char *buf, size_t buflen)