Home
last modified time | relevance | path

Searched refs:pidstr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/w/
H A Dw.c246 char pidstr[UT_LINESIZE-2]; in main()
249 (void)strncpy(pidstr, &ep->utmp.ut_line[3], in main()
250 sizeof(pidstr) - 1); in main()
251 pidstr[sizeof(pidstr) - 1] = '\0'; in main()
252 fp = (pid_t)strtol(pidstr, NULL, 10); in main()
247 char pidstr[UT_LINESIZE-2]; main() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp462 char pidstr[16]; in DNBProcessAttach() local
472 snprintf(pidstr, sizeof(pidstr), "--attach=%d", attach_pid); in DNBProcessAttach()
474 "--setsid", fdstr, "--handoff-attach-from-native", pidstr, in DNBProcessAttach()
/openbsd-src/usr.bin/ssh/
H A Dssh-agent.c2206 char *shell, *format, *pidstr, *agentsocket = NULL; in main()
2316 pidstr = getenv(SSH_AGENTPID_ENV_NAME); in main()
2317 if (pidstr == NULL) { in main()
2322 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr); in main()
2326 SSH_AGENTPID_ENV_NAME, pidstr, errstr); in main()
2184 char *shell, *format, *pidstr, *agentsocket = NULL; main() local
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c9587 $DESCRIPTOR(pidstr, "");
9614 pidstr.dsc$a_pointer = pidstring;
9615 pidstr.dsc$w_length = strlen(pidstr.dsc$a_pointer);
9616 lib$set_symbol(&pidsymbol, &pidstr);