Home
last modified time | relevance | path

Searched refs:termp (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProcess.inc324 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/
DProcess.inc335 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/
DProcess.inc344 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/
Dbsd-openpty.c73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1223 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()