Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h641 #define malloc_osfunc(sz) malloc(sz) macro
Dfuncs.c3610 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { in c_cat()