Lines Matching refs:cmd
125 char *cmd; in exec_out2file() local
134 ret = vasprintf(&cmd, fmt, args); in exec_out2file()
139 strtrim(cmd, ret); in exec_out2file()
140 argc = strcnt(cmd, ' ') + 1; in exec_out2file()
144 free(cmd); in exec_out2file()
150 start = cmd; in exec_out2file()
164 free(cmd); in exec_out2file()
182 char *cmd; in exec_out2mem() local
193 ret = vasprintf(&cmd, fmt, args); in exec_out2mem()
198 pp = popen(cmd, "r"); in exec_out2mem()
200 free(cmd); in exec_out2mem()
229 free(cmd); in exec_out2mem()