Searched refs:termp (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Process.inc | 324 extern "C" struct term *set_curterm(struct term *termp); 325 extern "C" int del_curterm(struct term *termp); 361 struct term *termp = set_curterm(nullptr); 362 (void)del_curterm(termp); // Drop any errors here.
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 335 extern "C" struct term *set_curterm(struct term *termp); 336 extern "C" int del_curterm(struct term *termp); 372 struct term *termp = set_curterm((struct term *)nullptr); 373 (void)del_curterm(termp); // Drop any errors here.
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 344 extern "C" struct term *set_curterm(struct term *termp); 345 extern "C" int del_curterm(struct term *termp); 381 struct term *termp = set_curterm((struct term *)nullptr); 382 (void)del_curterm(termp); // Drop any errors here.
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1223 const void *termp, const void *winp) { in INTERCEPTOR() argument 1226 int res = REAL(openpty)(amaster, aslave, name, termp, winp); in INTERCEPTOR() 1234 INTERCEPTOR(int, forkpty, int *amaster, char *name, const void *termp, in INTERCEPTOR() argument 1238 int res = REAL(forkpty)(amaster, name, termp, winp); in INTERCEPTOR()
|