Searched refs:cmdline (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10-stable/contrib/binutils/ld/
H A Dldfile.h40 bfd_boolean cmdline; member in struct:search_dirs
50 (const char *, bfd_boolean cmdline);
H A Dldfile.c101 ldfile_add_library_path (const char *name, bfd_boolean cmdline) argument
105 if (!cmdline && config.only_cmd_line_lib_dirs)
110 new->cmdline = cmdline;
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c85 struct archive_cmdline *cmdline; local
87 cmdline = __archive_cmdline_allocate();
88 if (cmdline == NULL)
90 if (__archive_cmdline_parse(cmdline, cmd) != ARCHIVE_OK)
141 r = posix_spawnp(&child, cmdline->path, &actions, NULL,
142 cmdline->argv, NULL);
167 execvp(cmdline->path, cmdline->argv);
179 __archive_cmdline_free(cmdline);
196 __archive_cmdline_free(cmdline);
[all...]
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dmultiboot.c120 char *cmdline; local
197 char *cmdline = NULL; local
222 cmdline = getenv("xen_cmdline");
223 if (cmdline != NULL) {
224 fp->f_args = strdup(cmdline);
233 cmdline = malloc(len);
234 if (cmdline == NULL) {
238 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args);
239 mb_info->cmdline = VTOP(cmdline);
[all...]
H A Dmultiboot.h159 multiboot_uint32_t cmdline; member in struct:multiboot_info
216 multiboot_uint32_t cmdline; member in struct:multiboot_mod_list
/freebsd-10-stable/usr.sbin/lpr/lpc/
H A Dlpc.c77 static char cmdline[MAX_CMDLINE]; variable
186 memcpy(cmdline, bp, len);
187 cmdline[len] = 0;
191 if (fgets(cmdline, MAX_CMDLINE, stdin) == NULL)
193 if (cmdline[0] == 0 || cmdline[0] == '\n')
272 for (cp = cmdline; *cp && (size_t)(cp - cmdline) < sizeof(cmdline) &&
/freebsd-10-stable/usr.bin/cpio/
H A DMakefile12 SRCS= cpio.c cmdline.c
/freebsd-10-stable/usr.bin/bsdcat/
H A DMakefile12 SRCS= bsdcat.c cmdline.c
/freebsd-10-stable/sys/boot/arm/at91/libat91/
H A Dtag_list.c70 dst = tagList->u.cmdline.cmdline;
/freebsd-10-stable/usr.sbin/timed/timedc/
H A Dtimedc.c60 char cmdline[200]; variable
106 if (fgets(cmdline, sizeof(cmdline), stdin) == NULL)
108 if (cmdline[0] == 0)
180 for (cp = cmdline; margc < MAX_MARGV - 1 && *cp; ) {
/freebsd-10-stable/usr.bin/tar/
H A DMakefile11 cmdline.c \
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dnmakehlp.c193 char cmdline[100];
233 lstrcpy(cmdline, "cl.exe -nologo -c -TC -Zs -X -Fp.\\_junk.pch ");
239 lstrcat(cmdline, option);
245 lstrcat(cmdline, " .\\nul");
249 cmdline, /* Command line. */
262 "Tried to launch: \"%s\", but got error [%u]: ", cmdline, err);
328 char cmdline[100];
368 lstrcpy(cmdline, "link.exe -nologo ");
374 lstrcat(cmdline, option);
378 cmdline, /* Comman
191 char cmdline[100]; local
325 char cmdline[100]; local
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c330 char *cmdline; local
361 cmdline = xmalloc (cmdline_len);
362 p = cmdline;
382 return cmdline;
534 char *cmdline; local
539 cmdline = NULL;
579 cmdline = argv_to_cmdline (argv);
580 if (!cmdline)
584 if (!CreateProcess (full_executable, cmdline,
613 if (cmdline)
[all...]
/freebsd-10-stable/tools/tools/vt/keymaps/
H A Dconvert-keymaps.pl92 my $cmdline = "$dir_convtool/convert-keymap.pl $kbdfile $encoding > $dir_keymaps_output/$outfile";
93 system "$cmdline";
/freebsd-10-stable/bin/sh/
H A Doptions.c145 options(int cmdline) argument
151 if (cmdline)
188 if (c == 'c' && cmdline) {
212 if (!cmdline) {
224 if (!cmdline) {
/freebsd-10-stable/release/picobsd/tinyware/oinit/
H A Doinit.c111 void do_command(int shell, char *cmdline);
414 do_command(int shell, char *cmdline) argument
424 len=strlen(cmdline);
425 if(cmdline[len-1]=='&') {
427 cmdline[len-1]='\0';
430 tok=strtok(cmdline,sep);
441 tok=cmdline+strlen(x->cmd)+1;
442 while(*tok && isblank(*tok) && (tok<(cmdline+len))) tok++;
/freebsd-10-stable/sys/mips/beri/
H A Dberi_machdep.c138 _parse_bootargs(char *cmdline) argument
142 while ((v = strsep(&cmdline, " \n")) != NULL) {
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh129 atf_test_case cmdline
248 atf_add_test_case cmdline
/freebsd-10-stable/usr.bin/svn/lib/libsvn_client/
H A DMakefile11 cmdline.c commit.c commit_util.c compat_providers.c copy.c \
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtput.c360 bool cmdline = TRUE; local
372 cmdline = FALSE;
407 if (cmdline) {
/freebsd-10-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile12 cache.c cache_config.c checksum.c cmdline.c compat.c \
/freebsd-10-stable/tools/tools/kdrv/
H A DKernelDriver995 set cmdline [getOptions];
996 set mode [lindex $cmdline 0];
1001 set hint [lindex $cmdline 1];
1002 set kpath [getKpath [lindex $cmdline 2]];
1040 set drv [lindex $cmdline 1];
1041 set kpath [getKpath [lindex $cmdline 2]];
1066 set kpath [getKpath [lindex $cmdline 1]];
/freebsd-10-stable/sbin/mdmfs/
H A Dmdmfs.c582 * formatted string 'cmdline'. Since system(3) is not used, the first
583 * space-delimited token of 'cmdline' must be the full pathname of the
590 run(int *ofd, const char *cmdline, ...) argument
594 char *cmd; /* Expansion of 'cmdline'. */
604 va_start(ap, cmdline);
605 rv = vasprintf(&cmd, cmdline, ap);
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-check.cpp313 std::string cmdline; local
318 cmdline += ' ';
320 cmdline += *arg;
325 return cmdline;
/freebsd-10-stable/contrib/texinfo/info/
H A Dman.c339 char *cmdline = xmalloc (strlen (formatter_args[0]) local
348 sprintf (cmdline, "%s %s %s", formatter_args[0], manpage_pagename,
350 fpipe = popen (cmdline, "r");
351 free (cmdline);

Completed in 213 milliseconds

12