Home | History | Annotate | Download | only in src

Lines Matching full:contp

155   char *contp;
160 ((contp = strchr(input, '=')) != NULL)) {
164 contents = strdup(contp+1);
169 contp = contents;
171 if('@' == contp[0] && !literal_value) {
178 char *ptr = contp;
191 contp = get_param_word(&ptr, &word_end);
193 *word_end = '\0'; /* terminate the contp */
259 if(*contp && !AddMultiFiles(contp, type, filename, &multi_start,
306 char *ct = literal_value ? NULL : strstr(contp, ";type=");
319 if(contp[0]=='<' && !literal_value) {
321 info[i].value = contp+1;
328 "bad!\n", contp + 1);
335 if(convert_to_network(contp, strlen(contp))) {
342 info[i].value = contp;