/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | pthread_setaffinity.c | 36 int res; in libpthread_hidden_proto() local 42 INTERNAL_SYSCALL_ERROR_P (res, err) in libpthread_hidden_proto() 46 if (res == 0 || INTERNAL_SYSCALL_ERROR_P (res, err)) in libpthread_hidden_proto() 47 return INTERNAL_SYSCALL_ERRNO (res, err); in libpthread_hidden_proto() 49 __kernel_cpumask_size = res; in libpthread_hidden_proto() 62 int res; in libpthread_hidden_def() local 67 if (res != 0) in libpthread_hidden_def() 68 return res; in libpthread_hidden_def() 84 if (!INTERNAL_SYSCALL_ERROR_P (res, err)) in libpthread_hidden_def() 88 return (INTERNAL_SYSCALL_ERROR_P (res, err) in libpthread_hidden_def() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-mbswcs6.c | 34 int res; in do_test() local 51 if (res) in do_test() 55 return res; in do_test() 62 int res; in main() local 64 res = do_test ("C"); in main() 65 res |= do_test ("de_DE.ISO-8859-1"); in main() 66 res |= do_test ("de_DE.UTF-8"); in main() 67 res |= do_test ("en_US.ISO-8859-1"); in main() 68 res |= do_test ("ja_JP.UTF-8"); in main() 69 res |= do_test ("hr_HR.ISO-8859-2"); in main() [all …]
|
/l4re-core-master/l4util/lib/src/ |
A D | thread.c | 27 l4_msgtag_t res = l4_factory_create_thread(factory, id); in l4util_create_thread() local 28 if (l4_error(res)) in l4util_create_thread() 29 return l4_error(res); in l4util_create_thread() 34 res = l4_thread_control_commit(id); in l4util_create_thread() 35 if (l4_error(res)) in l4util_create_thread() 36 return l4_error(res); in l4util_create_thread() 38 res = l4_thread_ex_regs(id, pc, sp, 0); in l4util_create_thread() 39 if (l4_error(res)) in l4util_create_thread() 40 return l4_error(res); in l4util_create_thread() 45 if (l4_error(res)) in l4util_create_thread() [all …]
|
/l4re-core-master/ldso/ldso/ |
A D | syscalls.cc | 37 if (res < 0) in L4RE_CALL() 38 return res; in L4RE_CALL() 43 if (res < 0) in L4RE_CALL() 44 return res; in L4RE_CALL() 47 return res; in L4RE_CALL() 61 if (res < 0) in L4RE_CALL() 62 return res; in L4RE_CALL() 65 return res; in L4RE_CALL() 83 return res; in L4RE_CALL() 109 if (res < 0) in L4RE_CALL() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _cs_funcs.c | 30 __offmax_t res; in _cs_seek() local 33 res = lseek64(*((int *) cookie), *pos, whence); in _cs_seek() 35 res = lseek(*((int *) cookie), *pos, whence); in _cs_seek() 38 return (res >= 0) ? ((*pos = res), 0) : ((int) res); in _cs_seek() 54 __offmax_t res; in __stdio_seek() local 57 res = lseek64(stream->__filedes, *pos, whence); in __stdio_seek() 59 res = lseek(stream->__filedes, *pos, whence); in __stdio_seek() 62 return (res >= 0) ? ((*pos = res), 0) : ((int) res); in __stdio_seek()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-timer3.c | 34 int i, res; in do_test() local 53 res = pthread_create (&thr, NULL, &do_timer_create, &sigev); in do_test() 54 if (res) in do_test() 56 printf ("pthread_create: %s\n", strerror (res)); in do_test() 60 res = pthread_join (thr, &val); in do_test() 61 if (res) in do_test() 63 printf ("pthread_join: %s\n", strerror (res)); in do_test() 69 res = timer_settime (timerId, 0, &itval, NULL); in do_test() 70 if (res < 0) in do_test() 73 res = timer_delete (timerId); in do_test() [all …]
|
A D | tst-stack2.c | 43 int res = pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN); in do_test() local 44 if (res) in do_test() 46 printf ("pthread_attr_setstacksize failed %d\n", res); in do_test() 52 res = pthread_create (&th, &attr, tf, NULL); in do_test() 53 if (res) in do_test() 55 printf ("pthread_create failed %d\n", res); in do_test() 60 res = pthread_join (th, NULL); in do_test() 61 if (res) in do_test() 63 printf ("pthread_join failed %d\n", res); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | rtime.c | 81 int res; in rtime() local 101 res = sendto (s, (char *) &thetime, sizeof (thetime), 0, in rtime() 103 if (res < 0) in rtime() 112 res = poll (&fd, 1, milliseconds); in rtime() 113 while (res < 0 && errno == EINTR); in rtime() 114 if (res <= 0) in rtime() 116 if (res == 0) in rtime() 125 if (res < 0) in rtime() 135 res = read (s, (char *) &thetime, sizeof (thetime)); in rtime() 137 if (res < 0) in rtime() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | nconf.gui.c | 208 res++; in get_line_length() 210 return res; in get_line_length() 338 if (res == 10 || res == ' ') { in btn_dialog() 341 } else if (res == 27 || res == KEY_F(F_BACK) || in btn_dialog() 477 if ((isgraph(res) || isspace(res))) { in dialog_inputbox() 512 res = 0; in dialog_inputbox() 514 } else if (res == 27 || res == KEY_F(F_BACK) || in dialog_inputbox() 519 res = 1; in dialog_inputbox() 546 int res; in show_scroll_win() local 639 if (res == 10 || res == 27 || res == 'q' || in show_scroll_win() [all …]
|
A D | nconf.c | 648 int res; in do_exit() local 668 if (res) in do_exit() 1071 int res; in conf() local 1134 if (res == 10 || res == 27 || in conf() 1135 res == 32 || res == 'n' || res == 'y' || in conf() 1136 res == KEY_LEFT || res == KEY_RIGHT || in conf() 1319 if (res == 10 || res == 27 || res == ' ' || in conf_choice() 1326 if (res == 27 || res == KEY_LEFT) in conf_choice() 1354 int res; in conf_string() local 1396 int res; in conf_load() local [all …]
|
A D | mconf.c | 652 int res; in conf() local 672 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf() 807 int res; in conf_choice() local 865 int res; in conf_string() local 904 int res; in conf_load() local 931 int res; in conf_save() local 956 int res; in handle_exit() local 967 res = -1; in handle_exit() 986 res = 0; in handle_exit() 993 res = 0; in handle_exit() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | createthread.c | 94 int res = 0; in do_clone() local 99 res = INTERNAL_SYSCALL (sched_setaffinity, err, 3, pd->tid, in do_clone() 116 return (INTERNAL_SYSCALL_ERROR_P (res, err) in do_clone() 117 ? INTERNAL_SYSCALL_ERRNO (res, err) in do_clone() 125 res = INTERNAL_SYSCALL (sched_setscheduler, err, 3, pd->tid, in do_clone() 204 int res = do_clone (pd, attr, clone_flags, start_thread, in create_thread() local 206 if (res == 0) in create_thread() 229 return res; in create_thread() 248 int res = do_clone (pd, attr, clone_flags, start_thread, in create_thread() local 251 if (res == 0 && stopped) in create_thread() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | ex4.c | 86 char * res; in process() local 87 res = str_accumulate("Result of "); in process() 88 res = str_accumulate((char *) arg); in process() 89 res = str_accumulate(" thread"); in process() 90 printf("Thread %lx: \"%s\"\n", pthread_self(), res); in process() 96 char * res; in main() local 99 res = str_accumulate("Result of "); in main() 102 res = str_accumulate("initial thread"); in main() 103 printf("Thread %lx: \"%s\"\n", pthread_self(), res); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | sched_setaffinity.c | 37 int res; in sched_setaffinity() local 41 while (res = INTERNAL_SYSCALL (sched_getaffinity, err, 3, getpid (), in sched_setaffinity() 43 INTERNAL_SYSCALL_ERROR_P (res, err) in sched_setaffinity() 44 && INTERNAL_SYSCALL_ERRNO (res, err) == EINVAL) in sched_setaffinity() 47 if (res == 0 || INTERNAL_SYSCALL_ERROR_P (res, err)) { in sched_setaffinity() 48 __set_errno (INTERNAL_SYSCALL_ERRNO (res, err)); in sched_setaffinity() 52 __kernel_cpumask_size = res; in sched_setaffinity()
|
A D | getpriority.c | 23 int res; in _syscall2() local 25 res = __syscall_getpriority(which, who); in _syscall2() 26 if (res >= 0) in _syscall2() 27 res = PZERO - res; in _syscall2() 28 return res; in _syscall2()
|
A D | sched_getaffinity.c | 31 int res = (__syscall_sched_getaffinity(pid, MIN(INT_MAX, cpusetsize), in _syscall3() local 34 if (res != -1) { in _syscall3() 36 memset ((char *) cpuset + res, '\0', cpusetsize - res); in _syscall3() 38 res = 0; in _syscall3() 40 return res; in _syscall3()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | ethers.c | 31 struct ether_addr *res = ether_aton_r(line, addr); in __ether_line() local 32 if (!res) in __ether_line() 74 int res = -1; in ether_ntohost() local 91 res = 0; in ether_ntohost() 96 return res; in ether_ntohost() 101 int res = -1; in ether_hostton() local 116 res = 0; in ether_hostton() 121 return res; in ether_hostton()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/scripts/ |
A D | make_graph.py | 14 class res: class 210 def make(self, res, of_name): argument 245 for cntnr in res.cntnr_list: 248 data = res.res_sets[cntnr], 261 def __get_y_max_min(self, res): argument 264 for cntnr in res.cntnr_list: 271 def __get_x_max_min(self, res): argument 274 for cntnr in res.cntnr_list: 281 def __get_y_tics(self, res): argument 283 for cntnr in res.cntnr_list: [all …]
|