gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 6 of 6 for funcall:ERRNOtoER (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_name.c - 43.0KB - 1,416 lines
141: #else
142:                         return ERRNOtoER(EMSGSIZE);
143: #endif
More results from ns_name.c
bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_samedomain.c - 7.2KB - 263 lines
189: #else
190:                 return ERRNOtoER(EMSGSIZE);
191: #endif
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c - 46.1KB - 1,357 lines
443: #else
444:                 return ERRNOtoER(ESRCH);
445: #endif
More results from res_send.c
t2ex_source/t2ex/network/net/src/main.c - 8.1KB - 314 lines
109:         if (error > 0) {
110:                 error = ERRNOtoER(error);
111:         }
t2ex_source/t2ex/network/net/src/netmain/tkn_init.c - 10.3KB - 462 lines
186:         if ( ret != 0 ) {
187:                 ret = ERRNOtoER(ret);
188:                 goto err_ret3;
More results from tkn_init.c
t2ex_source/t2ex/network/net/src/netmain/tkn_subr.c - 16.6KB - 662 lines
90:         if ( error != 0 ) {
91:                 ercd = ERRNOtoER(error);
92:                 goto err_ret0;