Lines Matching refs:contp
727 char *contp;
751 contp = strchr(contents, '=');
752 if(contp) {
754 if(contp > contents)
756 *contp++ = '\0';
758 if(*contp == '(' && !literal_value) {
761 &contp, &data, &type, NULL, NULL, &headers);
772 else if(!name && !strcmp(contp, ")") && !literal_value) {
780 else if('@' == contp[0] && !literal_value) {
789 ++contp;
790 sep = get_param_part(config, ',', &contp,
796 /* now contp point to comma or string end.
833 /* *contp could be '\0', so we just check with the delimiter */
838 if(*contp == '<' && !literal_value) {
839 ++contp;
840 sep = get_param_part(config, '\0', &contp,
869 data = contp;
871 sep = get_param_part(config, '\0', &contp,
889 *contp = (char) sep;
891 "garbage at end of field specification: %s", contp);