Home
last modified time | relevance | path

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

/openbsd/usr.bin/w/
H A Dw.c247 char pidstr[UT_LINESIZE-2]; in main() local
250 (void)strncpy(pidstr, &ep->utmp.ut_line[3], in main()
251 sizeof(pidstr) - 1); in main()
252 pidstr[sizeof(pidstr) - 1] = '\0'; in main()
253 fp = (pid_t)strtol(pidstr, NULL, 10); in main()
/openbsd/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/usr.bin/ssh/
H A Dssh-agent.c2184 char *shell, *format, *pidstr, *agentsocket = NULL; in main() local
2286 pidstr = getenv(SSH_AGENTPID_ENV_NAME); in main()
2287 if (pidstr == NULL) { in main()
2292 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr); in main()
2296 SSH_AGENTPID_ENV_NAME, pidstr, errstr); in main()
/openbsd/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);