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

/openbsd-current/usr.bin/ftp/
H A Ddomacro.c111 makeargv();
132 makeargv();
H A Dextern.h92 void makeargv(void);
H A Dcomplete.c300 makeargv(); /* build argc/argv of current line */
H A Dmain.c786 makeargv();
858 makeargv(void) function
H A Dutil.c316 makeargv();
350 makeargv();
/openbsd-current/usr.bin/tftp/
H A Dmain.c83 static int makeargv(void);
250 if (makeargv())
333 if (makeargv())
421 if (makeargv())
497 if (makeargv())
523 if (makeargv())
590 if (makeargv())
641 makeargv(void) function
750 if (makeargv())
/openbsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c70 static void makeargv(void);
147 makeargv();
199 makeargv(void) function
/openbsd-current/usr.bin/telnet/
H A Dcommands.c68 makeargv(void) function
1722 if (makeargv())
1767 if (makeargv())
2038 if (makeargv())
/openbsd-current/usr.bin/ssh/
H A Dsftp.c1112 * applied in makeargv() when the string is destined for a function that
1169 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, function
1352 if ((argv = makeargv(cp, &argc, 0, NULL, NULL)) == NULL)
2117 argv = makeargv(line, &carg, 1, &quote, &terminated);
2125 argv = makeargv(line, &argc, 1, NULL, NULL);

Completed in 196 milliseconds