Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 7 of 7) sorted by relevance

/openbsd/games/hunt/huntd/
H A Dserver.h191 struct spawn { struct
204 struct spawn * next; argument
205 struct spawn ** prevnext; argument
212 extern struct spawn * Spawn; argument
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dexpect.py6 def __init__(self, spawn, searcher, searchwindowsize=-1): argument
H A Dpty_spawn.py29 class spawn(SpawnBase): class
/openbsd/usr.bin/rdist/
H A Dchild.c447 spawn(struct cmd *cmd, struct cmd *cmdlist) in spawn() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp172 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::TaskGroup
/openbsd/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py179 def spawn( member in PtyProcess
/openbsd/usr.sbin/inetd/
H A Dinetd.c1681 spawn(int ctrl, short events, void *xsep) in spawn() function