Searched refs:h_strdup (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c92 #define h_strdup(a) Strdup(a) macro
471 if ((h->cursor->ev.str = h_strdup(str)) == NULL) {
/macosx-10.10/libedit-40/src/
H A Dhistory.c92 #define h_strdup(a) Strdup(a) macro
472 if ((c->ev.str = h_strdup(str)) == NULL) {
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c80 #define h_strdup(a) strdup(a) macro
386 if ((h->cursor->ev.str = h_strdup(str)) == NULL) {

Completed in 101 milliseconds