Home | History | Annotate | Download | only in coregrind

Lines Matching refs:cmdline

2005    char cmdline[1000];
2009 sprintf(cmdline_file, "/proc/%d/cmdline", pid);
2012 DEBUG(1, "error opening cmdline file %s %s\n",
2014 sprintf(cmdline, "(could not obtain process command line)");
2016 sz = read(fd, cmdline, 1000);
2018 if (cmdline[i] == 0)
2019 cmdline[i] = ' ';
2020 cmdline[sz] = 0;
2023 fprintf((on_stdout ? stdout : stderr), "use --pid=%d for %s\n", pid, cmdline);