Searched refs:strdelim (Results 1 – 5 of 5) sorted by relevance
795 while ((attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line()799 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) { in match_cfg_line()807 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') { in match_cfg_line()983 if ((arg = strdelim(&cp)) == NULL) in process_server_config_line()987 arg = strdelim(&cp); in process_server_config_line()1006 arg = strdelim(&cp); in process_server_config_line()1027 arg = strdelim(&cp); in process_server_config_line()1040 arg = strdelim(&cp); in process_server_config_line()1052 arg = strdelim(&cp); in process_server_config_line()1080 arg = strdelim(&cp); in process_server_config_line()[all …]
575 while ((oattrib = attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line()583 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) { in match_cfg_line()605 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') { in match_cfg_line()856 if ((keyword = strdelim(&s)) == NULL) in process_config_line_depth()860 keyword = strdelim(&s); in process_config_line_depth()880 arg = strdelim(&s); in process_config_line_depth()898 arg = strdelim(&s); in process_config_line_depth()1019 arg = strdelim(&s); in process_config_line_depth()1037 (void)strdelim(&s); /* discard */ in process_config_line_depth()1046 arg = strdelim(&s); in process_config_line_depth()[all …]
55 if ((arg = strdelim(&cp)) == NULL) in parse_prime()59 arg = strdelim(&cp); in parse_prime()
46 char *strdelim(char **);
166 strdelim(char **s) in strdelim() function