Searched defs:fbsd_process (Results 1 – 1 of 1) sorted by relevance
45 struct fbsd_process { struct46 int pid;47 int stdin_fileno;48 int stdout_fileno;250 static const struct luaL_Reg fbsd_process[] = { variable