Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mg/
H A Dregion.c35 static int shellcmdoutput(char * const, char * const, int,
449 return (shellcmdoutput(cmd, text, len, bp)); in piperegion()
468 return (shellcmdoutput(cmd, NULL, 0, bp)); in shellcommand()
472 shellcmdoutput(char* const cmd, char* const text, int len, in shellcmdoutput() function