Searched refs:quoted (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10-stable/contrib/diff/lib/
H A Dquotesys.c28 /* Place into QUOTED a quoted version of ARG suitable for `system'.
33 quote_system_arg (quoted, arg)
34 char *quoted;
74 if (quoted)
76 quoted[len] = '-';
77 quoted[len + 1] = c;
85 if (quoted)
86 quoted[len] = c;
94 if (quoted)
95 quoted[le
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dversion.c25 #define quoted(a) #a macro
26 #define concat(a,b) a "-" quoted(b)
H A Dargv.c42 bool quoted = FALSE; local
47 if (quoted && blob[n] == '"') {
48 quoted = FALSE;
50 quoted = TRUE;
58 if (quoted && !isspace(UCH(blob[n + 1]))) {
65 } else if (!quoted && isspace(UCH(blob[n]))) {
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dquotearg.c95 char *quoted, *p, *q; local
98 /* Need to create a quoted copy of `string';
103 if ((quoted = (char *)malloc(2 * strlen(string) + 3)) == NULL) {
104 /* Couldn't get a buffer for the quoted string,
117 *quoted = '"';
118 for (backslashes = 0, p = string, q = quoted; *p; p++) {
167 * add the closing quote, terminate the quoted string,
174 if ((string = (char *)realloc(quoted, strlen(quoted) + 1)) == NULL) {
183 * quoted an
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dparse.c35 int com, quoted; local
52 quoted = 0;
56 quoted = 1;
61 if (c == '(' && prev_c != '\\' && !quoted) {
70 if (c == ')' && prev_c != '\\' && !quoted) {
86 if (c == ';' && quoted == 0) {
92 quoted = 1 - quoted;
221 int com, quoted; local
238 quoted
[all...]
/freebsd-10-stable/contrib/unbound/sldns/
H A Dparse.c37 int com, quoted; local
54 quoted = 0;
58 quoted = 1;
63 if (c == '(' && prev_c != '\\' && !quoted) {
72 if (c == ')' && prev_c != '\\' && !quoted) {
88 if (c == ';' && quoted == 0) {
94 quoted = 1 - quoted;
244 int com, quoted; local
261 quoted
[all...]
H A Dstr2wire.c356 /** see if rdata is quoted */
533 int* quoted, int* parens, size_t* pre_data_pos,
539 while(sldns_buffer_remaining(strbuf) > 0 && !*quoted &&
545 if(sldns_bget_token_par(strbuf, token, (*quoted)?"\"":delimiters,
546 token_len, parens, (*quoted)?NULL:" \t") == -1) {
550 /* check if not quoted yet, and we have encountered quotes */
551 if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) &&
559 *quoted = 1;
560 } else if(!*quoted && sldns_rdf_type_maybe_quoted(rdftype) &&
564 * of quoted strin
532 sldns_parse_rdf_token(sldns_buffer* strbuf, char* token, size_t token_len, int* quoted, int* parens, size_t* pre_data_pos, const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen) argument
588 sldns_affix_token(sldns_buffer* strbuf, char* token, size_t* token_len, int* quoted, int* parens, size_t* pre_data_pos, const char* delimiters, sldns_rdf_type rdftype, size_t* token_strlen) argument
618 int was_unknown_rr_format = 0, parens = 0, status, quoted; local
[all...]
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dutil.c230 bool quoted; local
232 quoted = false;
236 if ((*ip & 0377) == METAQUOTE && !quoted)
238 quoted = true;
246 quoted = false;
/freebsd-10-stable/contrib/mdocml/
H A Dmandoc.c484 * Parse a quoted or unquoted roff-style request or macro argument.
486 * pointer or advanced by one byte in case the argument is quoted.
488 * Collapse pairs of quotes inside quoted arguments.
496 int quoted, pairs, white; local
500 quoted = 0;
502 quoted = 1;
509 /* Move left after quoted quotes and escaped backslashes. */
517 } else if (0 == quoted && ' ' == cp[1])
520 } else if (0 == quoted) {
532 /* Unquoted quotes end quoted arg
[all...]
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dcond1.exp11 var == quoted
H A Dcond1.mk27 Ok+= var == "quoted",
92 .if "quoted" == quoted
/freebsd-10-stable/contrib/unbound/util/
H A Dconfiglexer.lex375 ub_c_error("EOF inside quoted string");
380 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \"");
396 ub_c_error("EOF inside quoted string");
401 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '");
430 ub_c_error("EOF inside quoted string");
/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp750 int quoted = 0; local
759 lex_error("newline before end of quoted text");
763 if (!quoted)
766 quoted = 0;
770 quoted = quoted ? 0 : c == '\\';
786 int quoted = 0; local
789 quoted = 1;
795 if (!quoted && lookup_flag != 0 && c == '(') {
806 if (quoted) {
[all...]
/freebsd-10-stable/contrib/sendmail/praliases/
H A Dpraliases.c178 bool quoted = false; local
183 ** Don't break into a quoted
188 quoted = !quoted;
189 else if (*p == ',' && !quoted)
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh4.c26 _PROTOTYPE(static int dollar, (int quoted ));
27 _PROTOTYPE(static int grave, (int quoted ));
221 subgetc(ec, quoted)
223 int quoted;
231 if (grave(quoted) == 0)
236 if (c == '$' && (c = dollar(quoted)) == 0) {
248 dollar(quoted)
249 int quoted;
342 PUSHIO(aword, dolp, quoted ? qstrchar : strchar);
350 grave(quoted)
[all...]
/freebsd-10-stable/tools/tools/notescheck/
H A Dnotescheck.py216 # Split a line into words on whitespace with the exception that quoted
232 # String split all the "odd" groups since they are not quoted strings.
233 quoted = False
236 if quoted:
238 quoted = False
242 quoted = True
/freebsd-10-stable/crypto/openssh/
H A Dauth-rsa.c208 int quoted = 0; local
210 for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {
214 quoted = !quoted;
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsi_lex.l121 static int quoted;
178 <F>\" { BEGIN Q; optr = ostr; quoted = 1; }
191 <Q>\" { BEGIN F; quoted = 0;
/freebsd-10-stable/contrib/amd/amd/
H A Dmntfs.c347 int quoted; local
353 quoted = strchr(mf->mf_info, ' ') != 0; /* cheap */
355 quoted ? "\"" : "",
357 quoted ? "\"" : "",
H A Dautil.c194 int quoted; local
228 quoted = strchr(mf->mf_info, ' ') != 0;
230 quoted ? "\"" : "",
232 quoted ? "\"" : "",
/freebsd-10-stable/usr.sbin/makefs/
H A Dmtree.c187 int c, error, quoted, subst; local
198 quoted = (subst || c == '\'') ? 1 : 0;
201 res = strdup(spec + quoted);
202 if (res != NULL && quoted)
393 mtree_warning("quoted word straddles "
/freebsd-10-stable/bin/sh/
H A Dexpand.c306 case CTLESC: /* This means CTL* are always considered quoted. */
388 int quoted; local
391 quoted = *p++ == '"';
410 if (!quoted)
420 expbackq(union node *cmd, int quoted, int flag) argument
431 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
490 if (quoted == 0)
860 strtodest(const char *p, int flag, int subtype, int quoted) argument
863 STPUTS_QUOTES(p, quoted ? DQSYNTAX : BASESYNTAX, expdest);
873 varvalue(const char *name, int quoted, in argument
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dutil.c56 ** pointer to quoted string.
71 /* Find length of quoted string */
130 ** are only found inside comments, quoted strings, or backslash
144 bool quoted = false; local
161 quoted = !quoted;
162 else if (!quoted)
182 return !quoted && commentlev == 0;
210 bool quoted = false; local
236 if (!quoted)
316 bool quoted = false; local
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dmatch.c473 Boolean quoted = FALSE; local
481 } else if (quoted) {
482 quoted = FALSE;
518 quoted = TRUE;
/freebsd-10-stable/contrib/binutils/gas/
H A Dlisting.c1195 int quoted; local
1202 quoted = 0;
1205 quoted = 1;
1213 if (quoted
1226 if (quoted)

Completed in 459 milliseconds

123