HomeSort by relevance Sort by last modified time
    Searched full:strdup_if (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
prototype.c 226 if (strdup_if(&name, name, !own_name) < 0)
238 if (strdup_if(&name, name, !own_name) < 0)
553 if (strdup_if(&key, key, !own_key) < 0) {
601 if (strdup_if(&key, key, !own_key) < 0) {
630 if (strdup_if(&filename, filename, !own_filename) < 0) {
660 if (strdup_if(&filename, filename, !own_filename) < 0) {
common.h 70 int strdup_if(const char **ret, const char *str, int whether);
library.c 135 strdup_if(const char **retp, const char *str, int whether) function
210 if (strdup_if(&name, libsym->name, libsym->own_name) < 0)
335 if (strdup_if(&soname, lib->soname, lib->own_soname) < 0
336 || strdup_if(&pathname, lib->pathname, lib->own_pathname) < 0) {

Completed in 80 milliseconds