Home
last modified time | relevance | path

Searched refs:malloc_osfunc (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dhistrap.c732 if ((buf = malloc_osfunc(MKSH_HS_BUFSIZ)) == NULL) in hist_persist_back()
Dsh.h731 #define malloc_osfunc(sz) malloc(sz) macro
Dfuncs.c3485 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { in c_cat()