Searched refs:safe_cmd (Results 1 – 1 of 1) sorted by relevance
1937 char safe_cmd[BUFSIZ]; in _popen() local1946 (void) snprintf(safe_cmd, BUFSIZ, "IFS=' \t'; %s", cmd); in _popen()1948 if ((fptr = popen(safe_cmd, "r")) != NULL) in _popen()