Lines Matching +defs:quoted +defs:string
77 char *newfmt; /* pointer to new format string */
336 * compliant strftime(3) will output an empty string for the
361 snarf_comment(char **buf, char *bufend, const char *string)
372 for (p = string + 1; *p != '\0'; p++) {
400 snarf_quote(char **buf, char *bufend, const char *string)
409 for (p = string + 1; *p != '\0' && *p != '"'; p++) {
449 case '"': /* quoted-string ... skip it! */
470 * gmtoff string.
525 * string or NULL on error.
569 * those fields specified in its format string, we use tmp_tm
589 * trailing whitespace unless specified in the format string.
624 /* what remains should be the gmtoff string */
630 * Parse the headline string into a tm structure. Returns a pointer
693 * Note: We return the gmtoff as a string as "-0000" has special
829 * qcontent = qtext / quoted-pair
830 * quoted-string = [CFWS]
845 * word = atom / quoted-string
852 * dcontent = dtext / quoted-pair
855 * local-part = dot-atom / quoted-string / obs-local-part
873 int quoted;
881 quoted = 0;
885 case '"': /* quoted-string */
888 if (!quoted)
890 quoted = 1;
905 if (!quoted && q < qend) {
959 * Protect a string against strftime() conversion.
1024 * If a format string begins with the USE_HL_DATE string, smsgprintf