OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Nov 06 21:09:53 GMT 2025