Searched refs:quote_string (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Dbackend.c21 * quote_string() - Write a quoted string to stdout, escaping \ and ".
36 static void quote_string(const char *s);
112 quote_string(device_make_and_model);
114 quote_string("unknown");
115 quote_string(device_info);
116 quote_string(device_id);
117 quote_string(device_location);
124 * 'quote_string()' - Write a quoted string to stdout, escaping \ and ".
128 quote_string(const char *s) /* I - String to write */ function
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dquotearg.c179 char const *quote_string = 0; local
198 quote_string = "\"";
231 for (quote_string = left; *quote_string; quote_string++)
232 STORE (*quote_string);
234 quote_string = right;
235 quote_string_len = strlen (quote_string);
241 quote_string = "'";
257 && memcmp (arg + i, quote_string, quote_string_le
[all...]
/macosx-10.10/gpatch-3/patch/
H A Dquotearg.c225 char const *quote_string = 0; local
244 quote_string = "\"";
272 for (quote_string = left; *quote_string; quote_string++)
273 STORE (*quote_string);
275 quote_string = right;
276 quote_string_len = strlen (quote_string);
282 quote_string = "'";
298 && memcmp (arg + i, quote_string, quote_string_le
[all...]
/macosx-10.10/text_cmds-88/sort/
H A Dquotearg.c195 char const *quote_string = 0; local
214 quote_string = "\"";
247 for (quote_string = left; *quote_string; quote_string++)
248 STORE (*quote_string);
250 quote_string = right;
251 quote_string_len = strlen (quote_string);
257 quote_string = "'";
273 && memcmp (arg + i, quote_string, quote_string_le
[all...]
/macosx-10.10/ruby-106/ruby/lib/net/http/
H A Dgeneric_request.rb241 key = quote_string(key, charset)
249 filename = quote_string(filename, charset)
283 def quote_string(str, charset) method in class:Net
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.h178 extern char *quote_string __P((char *));
H A Darrayfunc.c745 retval = quote_string (temp);
830 retval = quote_string (temp);
H A Darray.c294 t = quote_string (a->value);
643 t = quoted ? quote_string(element_value(ae)) : element_value(ae);
847 quote_string(s) function
H A Dsubst.c3059 quote_string (string) function
3144 w->word->word = quote_string (t);
4499 /* This is essentially quote_string inline */
4927 ? quote_string (tt)
4950 ? quote_string (temp)
4968 ? quote_string (temp)
5584 temp = quote_string (tt);
6418 ? quote_string (temp1)
6486 temp1 = quote_string (temp);
6686 ? quote_string (tem
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dslrnrc.vim64 syn keyword slrnrcVarStr contained postpone_directory printer_name quote_string realname reply_custom_headers reply_string replyto save_directory save_posts save_replies
79 syn region slrnrcCmdLine matchgroup=slrnrcCmd start="\<\(cc_followup_string\|decode_directory\|editor_command\|followup\|hostname\|organization\|quote_string\|realname\|replyto\|scorefile\|signature\|username\)\>" end="$" oneline contains=slrnrc\(String\|Comment\)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dprincipal.c399 quote_string(const char *s, char *out, size_t idx, size_t len, int display) function
441 idx = quote_string(princ_ncomp(principal, i), name, idx, len, display);
461 idx = quote_string(princ_realm(principal), name, idx, len, display);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dname.c87 quote_string(const char *f, size_t len, int flags, size_t *rlen) function
132 qs = quote_string(ss, len, Q_RFC2253, &len);
/macosx-10.10/cups-408/cups/backend/
H A Dipp.c172 static const char *quote_string(const char *s, char *q, size_t qsize);
3061 quote_string(def_username, quoted, sizeof(quoted)));
3085 * 'quote_string()' - Quote a string value.
3089 quote_string(const char *s, /* I - String */ function
3169 quote_string(attr->values[i].string.text, valptr, (size_t)(value + sizeof(value) - valptr));

Completed in 295 milliseconds