Searched refs:commandline (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dcommandline.c51 /* $Id: commandline.c,v 1.22 2008/09/25 04:02:39 tbox Exp $ */
70 #include <isc/commandline.h>
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_util.h89 struct commandline { struct
H A Drpc_main.c70 static int parseargs(int, const char **, struct commandline *);
72 static void mkfile_output(struct commandline *);
135 struct commandline cmd;
137 (void) memset((char *)&cmd, 0, sizeof (struct commandline));
782 static void mkfile_output(struct commandline *cmd)
998 parseargs(int argc, const char *argv[], struct commandline *cmd)
/freebsd-13-stable/sbin/camcontrol/
H A Dmodeedit.c944 char *commandline; local
983 commandline = malloc(strlen(editor) + strlen(edit_path) + 2);
984 if (commandline == NULL)
986 sprintf(commandline, "%s %s", editor, edit_path);
989 if (system(commandline) == -1)
991 free(commandline);
/freebsd-13-stable/sbin/gvinum/
H A Dgvinum.c186 char buf[BUFSIZ], buf1[BUFSIZ], commandline[BUFSIZ], *sdname; local
225 snprintf(commandline, sizeof(commandline), "%s %s", ed,
227 status = system(commandline);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak126 -@erase "$(INTDIR)\commandline.obj"
248 "$(INTDIR)\commandline.obj" \
328 -@erase "$(INTDIR)\commandline.obj"
329 -@erase "$(INTDIR)\commandline.sbr"
517 "$(INTDIR)\commandline.sbr" \
605 "$(INTDIR)\commandline.obj" \
1243 SOURCE=..\commandline.c
1248 "$(INTDIR)\commandline.obj" : $(SOURCE) "$(INTDIR)"
1255 "$(INTDIR)\commandline.obj" "$(INTDIR)\commandline
[all...]

Completed in 123 milliseconds