Searched refs:shell_escape (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c81 static void shell_escape (char *, int);
490 shell_escape (char *arg, int from_tty)
651 shell_escape(p, from_tty);
937 shell_escape (p, from_tty);
1221 c = add_com ("shell", class_support, shell_escape,
485 shell_escape (char *arg, int from_tty) function
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch540 shell_escape() function
574 ARGV="$ARGV -r '$( shell_escape "$FILTER" )'"
576 ARGV="$ARGV -z '$( shell_escape "$EXECREGEX" )'"
578 ARGV="$ARGV -E '$( shell_escape "$EVENT_DETAILS" )'"
580 ARGV="$ARGV -t '$( shell_escape "$CUSTOM_TEST" )'"
582 ARGV="$ARGV -o '$( shell_escape "$OUTPUT" )'"
584 ARGV="$ARGV -O '$( shell_escape "$OUTPUT_CMD" )'"

Completed in 67 milliseconds