Searched defs:result (Results 26 - 43 of 43) sorted by relevance

12

/bionic/libc/netbsd/net/
H A Dgetnameinfo.c38 * we need to truncate the result. We obey RFC2553 (and X/Open should be
153 int result = -1; local
207 result = 0;
209 // read result code for gethostbyaddr
234 result = name_len;
241 return result;
301 * servlen == 0 means that the caller does not want the result.
364 * hostlen == 0 means that the caller does not want the result.
H A Dgetaddrinfo.c41 * classful form as a result).
67 * This will result in the following queries if the node is configure to
76 * This would result in a bit of code duplicate with _dns_ghbyname() and
212 int n; /* result length */
483 // read result code for gethostbyaddr
808 struct addrinfo *result; local
823 result = NULL;
831 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
844 for (cur = result; cur; cur = cur->ai_next) {
851 *res = result;
[all...]
/bionic/libc/stdlib/
H A Dwchar.c43 int result; local
46 result = vfwprintf(stream, format, args);
48 return result;
54 int result; local
57 result = vwprintf(format, args);
59 return result;
65 int result; local
68 result = vswprintf(s, n, format, args);
70 return result;
99 int result; local
[all...]
H A Dstrtod.c52 * result in the hard case, we use floating-point
2064 * the correctly rounded result. For k requested digits and
2126 Bigint *result = NULL; local
2154 result = Balloc(strlen(s)+1);
2155 if (result == BIGINT_INVALID)
2157 s0 = (char *)(void *)result;
2173 result = Balloc(2);
2174 if (result == BIGINT_INVALID)
2176 s0 = (char *)(void *)result;
2306 // instead of malloc, but casts the result int
[all...]
/bionic/libc/bionic/
H A Dstubs.cpp57 passwd** result) {
61 *result = NULL;
69 // Reporting success (0) but with *result NULL is glibc's behavior.
102 *result = dst;
108 char* buf, size_t byte_count, passwd** result) {
109 return do_getpw_r(1, name, -1, pwd, buf, byte_count, result);
113 char* buf, size_t byte_count, passwd** result) {
114 return do_getpw_r(0, NULL, uid, pwd, buf, byte_count, result);
55 do_getpw_r(int by_name, const char* name, uid_t uid, passwd* dst, char* buf, size_t byte_count, passwd** result) argument
107 getpwnam_r(const char* name, passwd* pwd, char* buf, size_t byte_count, passwd** result) argument
112 getpwuid_r(uid_t uid, passwd* pwd, char* buf, size_t byte_count, passwd** result) argument
H A Dtime64.c60 # define LOCALTIME_R(clock, result) localtime_r(clock, result)
62 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result)
65 # define GMTIME_R(clock, result) gmtime_r(clock, result)
67 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result)
432 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { argument
435 assert(result !
450 fake_gmtime_r(const time_t *clock, struct tm *result) argument
[all...]
H A Dpthread_debug.c62 it means the thread has made a request that could result in a deadlock.
583 int result = 1; local
601 result = 0;
607 return result;
H A Dpthread.c204 int result = func(arg); local
205 pthread_exit((void*) result);
684 int result = 0; local
692 result = ESRCH;
701 result = EINVAL;
709 return result;
1050 * If the result is nonzero, this lock is already held by another thread.
/bionic/linker/
H A Dlinker_format.c282 int result; local
285 result = vformat_buffer(buf, sizeof buf, fmt, args);
290 return result;
308 return result;
347 unsigned result = 0; local
356 result = result*10 + d;
360 return result;
654 utest_expect(const char* result, const char* format, ...) argument
666 if (strcmp(result, buffe
[all...]
H A Dlinker.cpp720 soinfo* result = ptr; local
722 return result;
/bionic/libc/kernel/common/linux/
H A Dkd.h139 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dcoda.h244 u_int32_t result; member in struct:coda_out_hdr
/bionic/libc/netbsd/resolv/
H A Dres_debug.c558 const char *result; local
561 result = sym_ntos(__p_type_syms, type, &success);
563 return (result);
594 const char *result; local
597 result = sym_ntos(__p_class_syms, class, &success);
599 return (result);
1133 unsigned long result; local
1137 result = sym_ston(__p_class_syms, buf, &success);
1145 result = strtoul(buf + 5, &endptr, 10);
1146 if (errno == 0 && *endptr == '\0' && result <
1156 unsigned long result; local
[all...]
H A Dres_cache.c77 * this will initialize the cache on first usage. the result can be NULL
93 * is too short to accomodate the cached result.
630 * - we consider that the result from a RD=0 or a RD=1
632 * should be used to differentiate cached result.
1037 u_long result, ttl; local
1040 result = 0;
1047 if (n == 0 || ttl < result) {
1048 result = ttl;
1058 XLOG("TTL = %d\n", result);
1060 return result;
1342 int result = -1; local
1587 ResolvCacheStatus result = RESOLV_CACHE_NOTFOUND; local
2048 int result = 0; local
2090 struct addrinfo *result; local
[all...]
/bionic/libc/tzcode/
H A Dlocaltime.c302 register long result; local
305 result = (codep[0] & 0x80) ? ~0L : 0;
307 result = (result << 8) | (codep[i] & 0xff);
308 return result;
315 register time_t result; local
318 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
320 result = result * 256 + (codep[i] & 0xff);
321 return result;
655 register int result; local
1342 register struct tm * result; local
1441 struct tm* result; local
1461 register struct tm * result; local
1510 struct tm* result; local
1787 register int result; local
2085 time_t result; local
2107 time_t result; local
[all...]
/bionic/libc/kernel/common/linux/spi/
H A Dcpcap.h605 int result[CPCAP_ADC_BANK0_NUM]; member in struct:cpcap_adc_us_request
/bionic/libc/kernel/common/sound/
H A Dasound.h416 snd_pcm_sframes_t result; member in struct:snd_xferi
422 snd_pcm_sframes_t result; member in struct:snd_xfern
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c516 segments to the OS when freeing chunks that result in
971 result, so can be called frequently to monitor memory consumption.
983 this function returns only a precomputed result, so can be called
4988 all of the combinations that can result.
5357 int result = 0; local
5360 result = sys_trim(gm, pad);
5363 return result;
5380 size_t result; /* invert sense of 0 */ local
5382 result = granularity_align(1); /* Use minimal size */
5384 result
5893 int result = 0; local
5920 size_t result = 0; local
5932 size_t result = 0; local
5944 size_t result = 0; local
5957 size_t result = 0; local
[all...]

Completed in 248 milliseconds

12