Searched refs:strdelim (Results 1 – 7 of 7) sorted by relevance
36 cp = strdelim(&str); in test_strdelim()38 cp = strdelim(&str); in test_strdelim()45 cp = strdelim(&str); in test_strdelim()53 cp = strdelim(&str); in test_strdelim()55 cp = strdelim(&str); in test_strdelim()63 cp = strdelim(&str); in test_strdelim()66 cp = strdelim(&str); in test_strdelim()74 cp = strdelim(&str); in test_strdelim()77 cp = strdelim(&str); in test_strdelim()80 cp = strdelim(&str); in test_strdelim()[all …]
70 if ((arg = strdelim(&cp)) == NULL) in parse_prime()74 arg = strdelim(&cp); in parse_prime()
60 char *strdelim(char **);
990 #define strdelim Fssh_strdelim macro
1349 if ((keyword = strdelim(&str)) == NULL) in process_server_config_line_depth()1353 keyword = strdelim(&str); in process_server_config_line_depth()
1131 if ((keyword = strdelim(&str)) == NULL) in process_config_line_depth()1135 keyword = strdelim(&str); in process_config_line_depth()
490 strdelim(char **s) in strdelim() function