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

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dexpand.c99 static int addpath(char);
126 if (addpath('~'))
129 if (addpath(*cs++))
149 if (addpath(*cs++))
344 if (addpath(*s++))
346 if (addpath('/'))
385 addpath(char c) function
/netbsd-6-1-5-RELEASE/usr.bin/soelim/
H A Dsoelim.c77 static void addpath(struct path *, const char *);
91 addpath(struct path *p, const char *dir) function
141 addpath(&p, ".");
146 addpath(&p, optarg);
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dman.c84 char *addpath; /* -m: add these dirs to front of manpath */ member in struct:manstate
121 static void addpath(struct manstate *, const char *, size_t, const char *);
159 m.addpath = optarg;
331 addpath(&m, p, len, esubd->s);
339 addpath(&m, "", 1, epath->s);
344 addpath(&m, epath->s, epath->len, esubd->s);
350 * [4] finally, prepend the "-m" m.addpath to mymanpath if it
352 * m.addpath.
354 if (m.addpath) {
356 /* note: strtok is going to destroy m.addpath */
973 addpath(struct manstate *m, const char *dir, size_t len, const char *sub) function
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dexpand.c72 static void addpath(int);
279 addpath(*cp++);
504 addpath(*s++);
505 addpath('/');
543 addpath(int c) function

Completed in 85 milliseconds