Searched refs:safePopenOut (Results 1 – 4 of 4) sorted by relevance
/external/mtools/ |
D | expand.c | 25 ssize_t safePopenOut(const char **command, char *output, size_t len) in safePopenOut() function 91 last=safePopenOut(command, ans, EXPAND_BUF-1); in expand()
|
D | floppyd_installtest.c | 86 filelen = (uint32_t) safePopenOut(command, xcookie+4, filelen); in authenticate_to_floppyd()
|
D | mtools.h | 269 ssize_t safePopenOut(const char **command, char *output, size_t len);
|
D | floppyd_io.c | 86 newlen = safePopenOut(command, xcookie+4, cookielen); in authenticate_to_floppyd()
|