HomeSort by relevance Sort by last modified time
    Searched refs:strdelim (Results 1 - 5 of 5) sorted by null

  /external/openssh/
servconf.c 795 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
799 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) {
807 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
983 if ((arg = strdelim(&cp)) == NULL)
987 arg = strdelim(&cp);
    [all...]
readconf.c 575 while ((oattrib = attrib = strdelim(&cp)) && *attrib != '\0') {
583 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) {
605 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
856 if ((keyword = strdelim(&s)) == NULL)
860 keyword = strdelim(&s);
880 arg = strdelim(&s);
898 arg = strdelim(&s);
1019 arg = strdelim(&s);
1037 (void)strdelim(&s); /* discard */
1046 arg = strdelim(&s)
    [all...]
misc.h 46 char *strdelim(char **);
dh.c 55 if ((arg = strdelim(&cp)) == NULL)
59 arg = strdelim(&cp);
misc.c 166 strdelim(char **s) function

Completed in 649 milliseconds