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

/netbsd-6-1-5-RELEASE/sbin/pppoectl/
H A Dpppoectl.c390 #define startswith(a,s) strncmp(a, s, (off = strlen(s))) == 0 macro
391 if (startswith(arg, "authproto=")) {
403 } else if (startswith(arg, "myauthproto=")) {
414 } else if (startswith(arg, "myauthname=")) {
418 } else if (startswith(arg, "myauthsecret=") || startswith(arg, "myauthkey=")) {
422 } else if (startswith(arg, "hisauthproto=")) {
433 } else if (startswith(arg, "hisauthname=")) {
437 } else if (startswith(arg, "hisauthsecret=") || startswith(ar
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcopyright.py423 if stripped_line.startswith(cdescr.start):
426 and stripped_line.startswith(cdescr.start2)):
450 if not line.startswith(cdescr_start):
596 if fullpath.startswith('./'):
H A Dgdb-gdb.py139 if field.name.startswith("flag_")
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwpas-dbus-new.py127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):

Completed in 208 milliseconds