Searched refs:makeargv (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/timed/timedc/
H A Dtimedc-extern.h41 int makeargv(void);
H A Dtimedc.c112 if (makeargv()) {
178 makeargv(void) function
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Ddomacro.c114 makeargv();
136 makeargv();
H A Dextern.h154 void makeargv(void);
H A Dmain.c691 makeargv();
770 makeargv(void) function
H A Dcomplete.c371 makeargv(); /* build argc/argv of current line */
H A Dutil.c480 makeargv();
526 makeargv();
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dlpc.c88 static void makeargv(void);
182 makeargv();
234 makeargv(void) function
/netbsd-6-1-5-RELEASE/usr.bin/tftp/
H A Dmain.c124 static void makeargv(void);
232 makeargv();
675 makeargv();
723 makeargv(void) function
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dcommands.c124 static void makeargv(void);
174 makeargv(void) function
2220 makeargv();
2554 makeargv();
2681 makeargv();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsftp.c913 * applied in makeargv() when the string is destined for a function that
970 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, function
1137 if ((argv = makeargv(cp, &argc, 0, NULL, NULL)) == NULL)
1818 argv = makeargv(line, &carg, 1, &quote, &terminated);
1826 argv = makeargv(line, &argc, 1, NULL, NULL);

Completed in 101 milliseconds