OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_prot
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
curl_sec.h
31
int (*
check_prot
)(void *, int);
member in struct:Curl_sec_client_mech
/external/ppp/pppd/
options.c
409
options_from_file(filename, must_exist,
check_prot
, priv)
412
int
check_prot
;
426
if (
check_prot
&& seteuid(getuid()) == -1) {
432
if (
check_prot
&& seteuid(euid) == -1)
[
all
...]
pppd.h
701
int options_from_file __P((char *filename, int must_exist, int
check_prot
,
[
all
...]
Completed in 1205 milliseconds