Searched refs:squote (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dargv.c166 int squote = 0; local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
230 else if (squote)
234 squote = 0;
256 squote = 1;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dargv.c166 int squote = 0; local
215 if (ISSPACE (*input) && !squote && !dquote && !bsquote)
230 else if (squote)
234 squote = 0;
256 squote = 1;
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c513 int squote = 0;
535 if (((*p == ' ' || *p == '\t')) && !squote && !dquote && !bsquote)
543 else if (squote)
546 squote = 0;
556 squote = 1;
512 int squote = 0; local
/freebsd-12-stable/contrib/unbound/services/
H A Dauthzone.c4155 int squote = 0, dquote = 0; local
4158 if(squote && c != '\'') continue;
4163 squote = !squote; /* skip quoted part */
4182 int squote = 0, dquote = 0; local
4185 if(squote && c != '\'') continue;
4190 squote = !squote; /* skip quoted part */

Completed in 203 milliseconds