HomeSort by: relevance | last modified time | path
    Searched refs:strdelim (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
namespace.h 79 #define strdelim ssh_strdelim macro
dh.c 71 if ((arg = strdelim(&cp)) == NULL)
75 arg = strdelim(&cp);
misc.h 61 char *strdelim(char **);
misc.c 496 strdelim(char **s) function
readconf.c 1216 if ((keyword = strdelim(&str)) == NULL)
1220 keyword = strdelim(&str);
servconf.c 1497 if ((keyword = strdelim(&str)) == NULL)
1501 keyword = strdelim(&str);
2954 /* arg = strdelim(&cp); */

Completed in 20 milliseconds