Home
last modified time | relevance | path

Searched refs:act (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/src/termios/
A Dtcsetattr.c5 int tcsetattr(int fd, int act, const struct termios* tio) { in tcsetattr() argument
6 if (act < 0 || act > 2) { in tcsetattr()
10 return ioctl(fd, TCSETS + act, tio); in tcsetattr()
/third_party/uapp/dash/src/
A Dtrap.c189 struct sigaction act; in setsignal() local
232 if (sigaction(signo, 0, &act) == -1) { in setsignal()
240 if (act.sa_handler == SIG_IGN) { in setsignal()
254 act.sa_handler = onsig; in setsignal()
257 act.sa_handler = SIG_IGN; in setsignal()
260 act.sa_handler = SIG_DFL; in setsignal()
263 act.sa_flags = 0; in setsignal()
264 sigfillset(&act.sa_mask); in setsignal()
265 sigaction(signo, &act, 0); in setsignal()
A Dexec.c300 find_command(char *name, struct cmdentry *entry, int act, const char *path) in find_command() argument
314 if (act & DO_ABS) { in find_command()
330 act |= DO_ALTPATH; in find_command()
332 act |= DO_ALTBLTIN; in find_command()
354 if (act & bit) { in find_command()
366 act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc <= 0 in find_command()
390 } else if (!(act & DO_NOFUNC) && in find_command()
461 if (act & DO_ERR) in find_command()
/third_party/ulib/usbhost/
A DLICENSE.txt170 License. However, in accepting such obligations, You may act only
/third_party/tools/android/
A DLICENSE170 License. However, in accepting such obligations, You may act only
/third_party/ulib/jemalloc/
A DChangeLog751 - Fix realloc(p, 0) to act like free(p).

Completed in 7 milliseconds