Searched defs:which (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/unistd/
H A Dgetpriority.c32 int getpriority(int which, int who) argument
34 int result = __getpriority(which, who);
H A Dwait.c32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options) argument
52 return __waitid(which, id, info, options, NULL);
/bionic/libc/netbsd/resolv/
H A Dres_debug.c765 latlon2ul(const char **latlonstrptr, int *which) { argument
834 *which = 1; /* latitude */
838 *which = 2; /* longitude */
841 *which = 0; /* error */

Completed in 62 milliseconds