Searched refs:strdelim (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.c714 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
715 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
878 if ((arg = strdelim(&cp)) == NULL)
882 arg = strdelim(&cp);
901 arg = strdelim(&cp);
925 arg = strdelim(&cp);
938 arg = strdelim(&cp);
950 arg = strdelim(&cp);
966 arg = strdelim(&cp);
997 arg = strdelim(
[all...]
H A Dreadconf.c431 if ((keyword = strdelim(&s)) == NULL)
435 keyword = strdelim(&s);
457 arg = strdelim(&s);
471 arg = strdelim(&s);
568 arg = strdelim(&s);
606 arg = strdelim(&s);
628 (void)strdelim(&s); /* discard */
637 arg = strdelim(&s);
656 arg = strdelim(&s);
670 while ((arg = strdelim(
[all...]
H A Dmisc.h22 char *strdelim(char **);
H A Ddh.c53 if ((arg = strdelim(&cp)) == NULL)
57 arg = strdelim(&cp);
H A Dssh_namespace.h455 #define strdelim ssh_strdelim macro
H A Dmisc.c164 strdelim(char **s) function

Completed in 286 milliseconds