Lines Matching defs:string
420 {"form-string", ARG_STRG, ' ', C_FORM_STRING},
672 * char or the end of the string. */
752 url[new_index] = 0; /* terminate string */
900 /* no data from the file, point to a zero byte string to make this
1113 /* no data from the file, point to a zero byte string to make this
1282 /* --expand on an option that isn't a string or a filename */
1384 /* if given a blank string, make it NULL again */
1542 /* kerberos level string */
1992 /* A cookie string must have a =-letter */
2277 case C_FORM_STRING: /* --form-string */
2284 (cmd == C_FORM_STRING)?TRUE:FALSE)) /* literal string */
2316 char *string;
2325 err = file2memory(&string, &len, file);
2326 if(!err && string) {
2329 char *h = strtok(string, "\r\n");
2339 free(string);
2591 /* "-" equals stdin, but keep the string around for now */
2628 /* get the output string */