Searched refs:resultp (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/intl/ |
D | printf.c | 221 libintl_vasprintf (char **resultp, const char *format, va_list args) in libintl_vasprintf() argument 227 *resultp = result; in libintl_vasprintf() 233 libintl_asprintf (char **resultp, const char *format, ...) in libintl_asprintf() argument 239 retval = libintl_vasprintf (resultp, format, args); in libintl_asprintf()
|
/external/u-boot/scripts/kconfig/ |
D | nconf.gui.c | 360 const char *init, char **resultp, int *result_len) in dialog_inputbox() argument 372 char *result = *resultp; in dialog_inputbox() 378 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox() 489 *resultp = result = realloc(result, in dialog_inputbox()
|
D | nconf.h | 90 const char *init, char **resultp, int *result_len);
|
/external/libpcap/ |
D | configure.ac | 150 struct netent *resultp; 153 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 222 struct protoent *resultp; 224 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|
D | CMakeLists.txt | 525 struct netent *resultp; 528 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 590 struct protoent *resultp; 592 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|
D | configure | 5306 struct netent *resultp; 5309 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 5433 struct protoent *resultp; 5435 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
|