Home
last modified time | relevance | path

Searched refs:mystr_eq (Results 1 – 7 of 7) sorted by last modified time

/dports/net/mlvpn/MLVPN-2.3.1/src/
H A Dmlvpn.c690 if (mystr_eq(tmp->name, t->name)) in mlvpn_rtun_drop()
H A Dconfig.c77 if ((work->section != NULL) && !mystr_eq(work->section, lastSection)) in mlvpn_config()
80 if (mystr_eq(lastSection, "general")) in mlvpn_config()
98 if (mystr_eq(tmp, "tun")) in mlvpn_config()
136 if (mystr_eq(mode, "server")) in mlvpn_config()
339 if (mystr_eq(lastSection, tmptun->name)) in mlvpn_config()
344 if ((! mystr_eq(tmptun->bindaddr, bindaddr)) || in mlvpn_config()
345 (! mystr_eq(tmptun->bindport, bindport)) || in mlvpn_config()
347 (! mystr_eq(tmptun->destaddr, dstaddr)) || in mlvpn_config()
348 (! mystr_eq(tmptun->destport, dstport))) { in mlvpn_config()
423 mystr_eq(work->section, tmptun->name)) in mlvpn_config()
H A Dconfiglib.c506 (! mystr_eq(start->section, section))) in _conf_getValue()
509 if (mystr_eq(start->conf->var, var) == 1) in _conf_getValue()
H A Dtool.h6 int mystr_eq(const char *s1, const char *s2);
H A Dtool.c31 int mystr_eq(const char *s1, const char *s2) in mystr_eq() function
/dports/audio/cpige/cpige-1.5/
H A Dconfiglib.c257 int mystr_eq(char *s1, char *s2) in mystr_eq() function
285 if (mystr_eq(start->conf->var, var) == 1) in _conf_getValue()
342 if (mystr_eq(lastvar, config->conf->var) == 0) in _conf_writeConfig()
/dports/audio/cpige/cpige-1.5/gui/
H A Dconfiglib.c257 int mystr_eq(char *s1, char *s2) in mystr_eq() function
285 if (mystr_eq(start->conf->var, var) == 1) in _conf_getValue()
342 if (mystr_eq(lastvar, config->conf->var) == 0) in _conf_writeConfig()