HomeSort by: relevance | last modified time | path
    Searched defs:startswith (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/pppoectl/
pppoectl.c 385 #define startswith(a,s) strncmp(a, s, (off = strlen(s))) == 0 macro
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="))
    [all...]
pppoectl.c 385 #define startswith(a,s) strncmp(a, s, (off = strlen(s))) == 0 macro
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="))
    [all...]

Completed in 52 milliseconds