OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysfile
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdwfl/
linux-kernel-modules.c
722
char *
sysfile
;
local
723
if (asprintf (&
sysfile
, SECADDRDIRFMT "%s", modname, secname) < 0)
726
FILE *f = fopen (
sysfile
, "r");
727
free (
sysfile
);
757
if (asprintf (&
sysfile
, SECADDRDIRFMT "_%s",
760
f = fopen (
sysfile
, "r");
761
free (
sysfile
);
772
int len = asprintf (&
sysfile
, SECADDRDIRFMT "%s",
776
char *end =
sysfile
+ len;
780
f = fopen (
sysfile
, "r")
[
all
...]
/external/openssh/
auth.c
365
/* return ok if key exists in
sysfile
or userfile */
368
const char *
sysfile
, const char *userfile)
377
load_hostkeys(hostkeys, host,
sysfile
);
Completed in 41 milliseconds