Searched defs:cmdline (Results 1 - 25 of 68) sorted by last modified time

123

/external/valgrind/main/coregrind/
H A Dvgdb.c1051 char cmdline[1000]; local
1055 sprintf(cmdline_file, "/proc/%d/cmdline", pid);
1058 DEBUG(1, "error opening cmdline file %s %s\n",
1060 sprintf(cmdline, "(could not open process command line)");
1062 sz = read(fd, cmdline, 1000);
1064 if (cmdline[i] == 0)
1065 cmdline[i] = ' ';
1067 cmdline[sz] = 0;
1069 DEBUG(1, "error reading cmdline file %s %s\n",
1071 sprintf(cmdline, "(coul
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c80 static int ParseCommandLine(char *cmdline, char **argv) argument
86 for ( bufp = cmdline; *bufp; ) {
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c79 static int ParseCommandLine(char *cmdline, char **argv) argument
86 for ( bufp = cmdline; *bufp; ) {
334 char *cmdline; local
373 cmdline = SDL_stack_alloc(char, nLen);
374 if ( cmdline == NULL ) {
377 WideCharToMultiByte(CP_ACP, 0, bufp, -1, cmdline, nLen, NULL, NULL);
382 cmdline = SDL_stack_alloc(char, nLen);
383 if ( cmdline == NULL ) {
386 SDL_strlcpy(cmdline, bufp, nLen);
390 argc = ParseCommandLine(cmdline, NUL
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c381 int cmdline, len, arglen; local
399 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid);
400 cmdline = open(path, O_RDONLY, 0);
401 if ( cmdline >= 0 ) {
402 len = read(cmdline, args, sizeof(args));
430 close(cmdline);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c354 int cmdline, len, arglen; local
367 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid);
368 cmdline = open(path, O_RDONLY, 0);
369 if ( cmdline >= 0 ) {
370 len = read(cmdline, args, sizeof(args));
380 close(cmdline);
/external/qemu/hw/android/
H A Dandroid_mips.c67 unsigned int cmdline; local
110 cmdline = ram_size - TARGET_PAGE_SIZE;
124 sprintf (phys_ram_base+cmdline, "%s rd_start=0x" TARGET_FMT_lx " rd_size=%li",
128 strcpy (phys_ram_base+cmdline, kernel_cmdline);
131 env->active_tc.gpr[4] = PHYS_TO_VIRT(cmdline);/* a0 */
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/openssl/apps/
H A Dwinrand.c70 PSTR cmdline, int iCmdShow)
78 if (cmdline[0] == '\0')
81 filename = cmdline;
69 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR cmdline, int iCmdShow) argument
/external/oprofile/gui/
H A Doprof_start_util.cpp269 string cmdline = cmd; local
272 cmdline += " " + *cit + " ";
274 error += "\n\nCommand was :\n\n" + cmdline + "\n";
/external/oprofile/pp/
H A Dopannotate.cpp46 string cmdline; member in namespace:__anon28469
94 out << in_comment << "Command line: " << cmdline << '\n'
861 cmdline += string(argv[i]) + " ";
/external/netperf/
H A Dnetserver.c659 char cmdline[80]; local
674 /* Build cmdline for child process */
675 strcpy(cmdline, program);
677 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -v %d", verbosity);
680 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline)
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dalias.c26 int split_cmdline(char *cmdline, const char ***argv) argument
34 (*argv)[count++] = cmdline;
35 for (src = dst = 0; cmdline[src];) {
36 char c = cmdline[src];
38 cmdline[dst++] = 0;
39 while (cmdline[++src]
40 && isspace(cmdline[src]))
46 (*argv)[count++] = cmdline + dst;
56 c = cmdline[src];
60 return error("cmdline end
[all...]
H A Dheader.h80 char *cmdline; member in struct:perf_session_env
/external/libxml2/
H A DdebugXML.c2809 char *cmdline = NULL, *cur; local
2857 cmdline = ctxt->input(prompt);
2858 if (cmdline == NULL)
2864 cur = cmdline;
3402 free(cmdline); /* not xmlFree here ! */
3403 cmdline = NULL;
3414 if (cmdline != NULL)
3415 free(cmdline); /* not xmlFree here ! */
H A Dxmlcatalog.c96 char *cmdline = NULL, *cur; local
105 cmdline = xmlShellReadline("> ");
106 if (cmdline == NULL)
112 cur = cmdline;
124 free(cmdline);
300 free(cmdline); /* not xmlFree here ! */
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c123 struct cmdline { struct
130 const struct cmdline *ca = a;
131 const struct cmdline *cb = b;
151 struct cmdline *cmdlines;
178 const struct cmdline *comm;
179 struct cmdline key;
198 * pevent_pid_is_registered - return if a pid has a cmdline registered
200 * @pid: The pid to check if it has a cmdline registered with.
202 * Returns 1 if the pid has a cmdline mapped to it
207 const struct cmdline *com
234 const struct cmdline *cmdline; local
[all...]
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsetup.h126 char cmdline[1]; /* this is the minimum size */ member in struct:tag_cmdline
157 struct tag_cmdline cmdline; member in union:tag::__anon22755
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/fio/
H A Dprofile.h33 * Called after parsing options, to prepare 'cmdline'
40 const char **cmdline; member in struct:profile_ops
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py92 cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \
98 print '\n%s\n\n' % (cmdline)
102 os.system(cmdline)
95 CLASSPATH, string.join(sys.argv[1:], ' ')) variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c48 char cmdline[1024]; variable

Completed in 573 milliseconds

123