OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:editpid
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libutil/
passwd.c
197
static pid_t
editpid
= -1;
variable in typeref:typename:pid_t
203
if (
editpid
!= -1)
204
kill(
editpid
, sig);
259
switch(
editpid
= vfork()) {
275
editpid
= waitpid(
editpid
, (int *)&pstat, WUNTRACED);
276
if (
editpid
== -1)
285
editpid
= -1;
passwd.c
197
static pid_t
editpid
= -1;
variable in typeref:typename:pid_t
203
if (
editpid
!= -1)
204
kill(
editpid
, sig);
259
switch(
editpid
= vfork()) {
275
editpid
= waitpid(
editpid
, (int *)&pstat, WUNTRACED);
276
if (
editpid
== -1)
285
editpid
= -1;
Completed in 158 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025