Searched refs:malloc_osfunc (Results 1 – 3 of 3) sorted by relevance
735 if ((buf = malloc_osfunc(MKSH_HS_BUFSIZ)) == NULL) in hist_persist_back()
781 #define malloc_osfunc(sz) malloc(sz) macro
3309 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { in c_cat()