Searched defs:fbsd_process (Results 1 – 1 of 1) sorted by relevance
47 struct fbsd_process { struct48 int pid;49 int stdin_fileno;50 int stdout_fileno;252 static const struct luaL_Reg fbsd_process[] = { variable