Lines Matching refs:startswith
385 #define startswith(a,s) strncmp(a, s, (off = strlen(s))) == 0
386 if (startswith(arg, "authproto=")) {
398 } else if (startswith(arg, "myauthproto=")) {
409 } else if (startswith(arg, "myauthname=")) {
413 } else if (startswith(arg, "myauthsecret=") || startswith(arg, "myauthkey=")) {
417 } else if (startswith(arg, "hisauthproto=")) {
428 } else if (startswith(arg, "hisauthname=")) {
432 } else if (startswith(arg, "hisauthsecret=") || startswith(arg, "hisauthkey=")) {
436 } else if (startswith(arg, "max-noreceive=")) {
445 } else if (startswith(arg, "max-alive-missed=")) {
454 } else if (startswith(arg, "alive-interval=")) {
479 else if (startswith(arg, "lcp-timeout=")) {
486 } else if (startswith(arg, "idle-timeout=")) {
489 } else if (startswith(arg, "max-auth-failure=")) {
494 } else if (startswith(arg, "query-dns=")) {