Home
last modified time | relevance | path

Searched refs:startswith (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/spppcontrol/
Dspppcontrol.c103 #define startswith(s) strncmp(argv[0], s, (off = strlen(s))) == 0 in main() macro
106 if (startswith("authproto=")) { in main()
119 } else if (startswith("myauthproto=")) { in main()
129 } else if (startswith("myauthname=")) in main()
132 else if (startswith("myauthsecret=") || in main()
133 startswith("myauthkey=")) in main()
136 else if (startswith("hisauthproto=")) { in main()
146 } else if (startswith("hisauthname=")) in main()
149 else if (startswith("hisauthsecret=") || in main()
150 startswith("hisauthkey=")) in main()