Searched refs:strdelim (Results 1 – 7 of 7) sorted by relevance
34 cp = strdelim(&str); in test_strdelim()36 cp = strdelim(&str); in test_strdelim()43 cp = strdelim(&str); in test_strdelim()51 cp = strdelim(&str); in test_strdelim()53 cp = strdelim(&str); in test_strdelim()61 cp = strdelim(&str); in test_strdelim()64 cp = strdelim(&str); in test_strdelim()72 cp = strdelim(&str); in test_strdelim()75 cp = strdelim(&str); in test_strdelim()78 cp = strdelim(&str); in test_strdelim()[all …]
69 if ((arg = strdelim(&cp)) == NULL) in parse_prime()73 arg = strdelim(&cp); in parse_prime()
60 char *strdelim(char **);
992 #define strdelim Fssh_strdelim macro
1176 if ((keyword = strdelim(&str)) == NULL) in process_config_line_depth()1180 keyword = strdelim(&str); in process_config_line_depth()
1364 if ((keyword = strdelim(&str)) == NULL) in process_server_config_line_depth()1368 keyword = strdelim(&str); in process_server_config_line_depth()
514 strdelim(char **s) in strdelim() function