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

  /external/openssh/
servconf.c 794 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
798 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) {
806 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
973 if ((arg = strdelim(&cp)) == NULL)
977 arg = strdelim(&cp);
    [all...]
readconf.c 514 while ((oattrib = attrib = strdelim(&cp)) && *attrib != '\0') {
522 ((arg = strdelim(&cp)) != NULL && *arg != '\0')) {
544 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
776 if ((keyword = strdelim(&s)) == NULL)
780 keyword = strdelim(&s);
801 arg = strdelim(&s);
819 arg = strdelim(&s);
940 arg = strdelim(&s);
962 (void)strdelim(&s); /* discard */
971 arg = strdelim(&s)
    [all...]
misc.h 40 char *strdelim(char **);
dh.c 55 if ((arg = strdelim(&cp)) == NULL)
59 arg = strdelim(&cp);
misc.c 165 strdelim(char **s) function

Completed in 1150 milliseconds