Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c167 char *commandline = NULL; in commandline_from_pid() local
181 commandline = (char *) xrealloc (commandline, len + read_bytes + 1); in commandline_from_pid()
189 if (commandline) in commandline_from_pid()
195 if (commandline[i] == '\0') in commandline_from_pid()
196 commandline[i] = ' '; in commandline_from_pid()
198 commandline[len] = '\0'; in commandline_from_pid()
204 commandline = (char *) xmalloc (32); in commandline_from_pid()
205 commandline[0] = '['; in commandline_from_pid()
208 len = strlen (commandline); in commandline_from_pid()
210 strcat (commandline, "]"); in commandline_from_pid()
[all …]
/dragonfly/sbin/camcontrol/
H A Dmodeedit.c716 char *commandline; in modepage_edit() local
755 commandline = malloc(strlen(editor) + strlen(edit_path) + 2); in modepage_edit()
756 if (commandline == NULL) in modepage_edit()
758 sprintf(commandline, "%s %s", editor, edit_path); in modepage_edit()
761 if (system(commandline) == -1) in modepage_edit()
763 free(commandline); in modepage_edit()
/dragonfly/usr.bin/rpcgen/
H A Drpc_main.c63 static int parseargs(int, const char **, struct commandline *);
65 static void mkfile_output(struct commandline *);
137 struct commandline cmd; in main()
139 memset(&cmd, 0, sizeof (struct commandline)); in main()
753 mkfile_output(struct commandline *cmd) in mkfile_output()
934 parseargs(int argc, const char **argv, struct commandline *cmd) in parseargs()
H A Drpc_util.h86 struct commandline { struct
/dragonfly/sbin/vinum/
H A Dcommands.c74 char commandline[BUFSIZE]; /* issue command from here */ in vinum_create() local
96 sprintf(commandline, "%s %s", editor, tempfile); /* create an edit command */ in vinum_create()
97 status = system(commandline); /* do it */ in vinum_create()
135 reparse(buffer, commandline); in vinum_create()
139 strcpy(commandline, buffer); /* make a copy */ in vinum_create()
143 printf("%4d: %s", file_line, commandline); in vinum_create()
/dragonfly/contrib/awk/
H A DFIXES.1e29 Fix edge case where FS is changed on commandline. Thanks to
818 fixed bug that caused occasional core dumps with commandline
1147 enforce variable name syntax for commandline variables: has to
1245 "-" means stdin in getline as well as on the commandline.
1257 fixed bug: commandline variable assignment has to look like
1267 added -v x=1 y=2 ... for immediate commandline variable assignment;
1269 program if the program is on the commandline.
1298 fixed order of evaluation of commandline assignments to match
1328 Catches some more commandline errors in main.
1403 Fixed lib.c to permit _ in commandline variable names.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-aarch64.texi262 for the @option{-march} commandline option.
271 extensions by the @option{-mcpu} commandline option.
H A Dc-arm.texi611 for the @option{-march} commandline option.
620 extensions by the @option{-mcpu} commandline option.
650 for the @option{-mcpu} commandline option.
758 are the same as for the @option{-mfpu} commandline option.
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW203 Allow commandline sizes to be specified in terms of bytes and sectors.
/dragonfly/contrib/byacc/
H A DCHANGES2039 Windows commandline, otherwise there's a risk of empty files.