Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_krb5.h33 int (*check_prot)(void *, int); member
/external/ppp/pppd/
Doptions.c409 options_from_file(filename, must_exist, check_prot, priv) in options_from_file() argument
412 int check_prot;
426 if (check_prot && seteuid(getuid()) == -1) {
432 if (check_prot && seteuid(euid) == -1)
Dpppd.h701 int options_from_file __P((char *filename, int must_exist, int check_prot,