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

/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh47 # our local shell (ATF_SHELL) better do quoting correctly...
410 # $( ), and in there, the outside quoting rules are suspended, and it
448 atf_test_case quoting
453 reset quoting
562 atf_add_test_case quoting # stuff quoted inside
/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-procfs.c910 functionality is simple quoting. The gdb command:
917 char quoting = 0; local
922 quoting = 0;
934 quoting = strchr (cp, '"') ? 1 : 0;
941 if (quoting)
943 if ((cp == NULL) || (!quoting))

Completed in 82 milliseconds