HomeSort by relevance Sort by last modified time
    Searched refs:pidname (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl07.c 90 char pidname[255]; local
102 sprintf(pidname, "%d", fd);
109 execlp(TCID, TCID, "-T", pidname, NULL);
113 TCID, TCID, pidname, strerror(errno), errno);
  /external/curl/tests/server/
tftpd.c 211 static const char *pidname = ".tftpd.pid"; variable
330 unlink(pidname);
698 pidname = argv[arg++];
816 wrotepidfile = write_pidfile(pidname);
925 unlink(pidname);
    [all...]
rtspd.c 1192 const char *pidname = ".rtsp.pid"; local
    [all...]
sockfilt.c 1337 const char *pidname = ".sockfilt.pid"; local
    [all...]
sws.c 2017 const char *pidname = ".http.pid"; local
    [all...]

Completed in 327 milliseconds