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

  /external/dropbear/
scpmisc.h 19 char *strdelim(char **);
  /external/openssh/
readconf.c 375 if ((keyword = strdelim(&s)) == NULL)
379 keyword = strdelim(&s);
393 arg = strdelim(&s);
407 arg = strdelim(&s);
504 arg = strdelim(&s);
542 arg = strdelim(&s);
580 arg = strdelim(&s);
601 arg = strdelim(&s);
615 while ((arg = strdelim(&s)) != NULL && *arg != '\0') {
664 arg = strdelim(&s)
    [all...]
servconf.c 619 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
620 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
731 if ((arg = strdelim(&cp)) == NULL)
735 arg = strdelim(&cp);
754 arg = strdelim(&cp);
778 arg = strdelim(&cp);
791 arg = strdelim(&cp);
803 arg = strdelim(&cp);
819 arg = strdelim(&cp);
850 arg = strdelim(&cp)
    [all...]
misc.h 21 char *strdelim(char **);
dh.c 52 if ((arg = strdelim(&cp)) == NULL)
56 arg = strdelim(&cp);
misc.c 163 strdelim(char **s) function

Completed in 680 milliseconds