Symbol: strprefix
crypto/openssh/misc.h
59
const char *strprefix(const char *, const char *, int);
crypto/openssh/readconf.c
787
if (strprefix(attrib, "host=", 1) != NULL ||
crypto/openssh/readconf.c
788
strprefix(attrib, "originalhost=", 1) != NULL ||
crypto/openssh/readconf.c
789
strprefix(attrib, "user=", 1) != NULL ||
crypto/openssh/readconf.c
790
strprefix(attrib, "localuser=", 1) != NULL ||
crypto/openssh/readconf.c
791
strprefix(attrib, "localnetwork=", 1) != NULL ||
crypto/openssh/readconf.c
792
strprefix(attrib, "version=", 1) != NULL ||
crypto/openssh/readconf.c
793
strprefix(attrib, "tagged=", 1) != NULL ||
crypto/openssh/readconf.c
794
strprefix(attrib, "command=", 1) != NULL ||
crypto/openssh/readconf.c
795
strprefix(attrib, "exec=", 1) != NULL) {
crypto/openssh/servconf.c
1107
if (strprefix(attrib, "user=", 1) != NULL ||
crypto/openssh/servconf.c
1108
strprefix(attrib, "group=", 1) != NULL ||
crypto/openssh/servconf.c
1109
strprefix(attrib, "host=", 1) != NULL ||
crypto/openssh/servconf.c
1110
strprefix(attrib, "address=", 1) != NULL ||
crypto/openssh/servconf.c
1111
strprefix(attrib, "localaddress=", 1) != NULL ||
crypto/openssh/servconf.c
1112
strprefix(attrib, "localport=", 1) != NULL ||
crypto/openssh/servconf.c
1113
strprefix(attrib, "rdomain=", 1) != NULL ||
crypto/openssh/servconf.c
1114
strprefix(attrib, "version=", 1) != NULL) {
crypto/openssh/servconf.c
2848
if ((val = strprefix(p, "addr=", 0)) != NULL) {
crypto/openssh/servconf.c
2850
} else if ((val = strprefix(p, "host=", 0)) != NULL) {
crypto/openssh/servconf.c
2852
} else if ((val = strprefix(p, "user=", 0)) != NULL) {
crypto/openssh/servconf.c
2854
} else if ((val = strprefix(p, "laddr=", 0)) != NULL) {
crypto/openssh/servconf.c
2856
} else if ((val = strprefix(p, "rdomain=", 0)) != NULL) {
crypto/openssh/servconf.c
2858
} else if ((val = strprefix(p, "lport=", 0)) != NULL) {
crypto/openssh/ssh-agent.c
2302
else if ((ccp = strprefix(optarg,