Home
last modified time | relevance | path

Searched refs:strdelim (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dservconf.c1069 while ((attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line()
1073 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) { in match_cfg_line()
1081 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') { in match_cfg_line()
1292 if ((arg = strdelim(&cp)) == NULL) in process_server_config_line_depth()
1296 arg = strdelim(&cp); in process_server_config_line_depth()
1315 arg = strdelim(&cp); in process_server_config_line_depth()
1336 arg = strdelim(&cp); in process_server_config_line_depth()
1349 arg = strdelim(&cp); in process_server_config_line_depth()
1361 arg = strdelim(&cp); in process_server_config_line_depth()
1386 if ((arg = strdelim(&cp)) != NULL) { in process_server_config_line_depth()
[all …]
Dreadconf.c603 while ((oattrib = attrib = strdelim(&cp)) && *attrib != '\0') { in match_cfg_line()
611 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) { in match_cfg_line()
641 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') { in match_cfg_line()
922 if ((keyword = strdelim(&s)) == NULL) in process_config_line_depth()
926 keyword = strdelim(&s); in process_config_line_depth()
948 arg = strdelim(&s); in process_config_line_depth()
964 arg = strdelim(&s); in process_config_line_depth()
994 arg = strdelim(&s); in process_config_line_depth()
1096 arg = strdelim(&s); in process_config_line_depth()
1114 (void)strdelim(&s); /* discard */ in process_config_line_depth()
[all …]
Ddh.c58 if ((arg = strdelim(&cp)) == NULL) in parse_prime()
62 arg = strdelim(&cp); in parse_prime()
Dmisc.h48 char *strdelim(char **);
Dmisc.c375 strdelim(char **s) in strdelim() function