Searched refs:sysfile (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | linux-kernel-modules.c | 795 char *sysfile; in INTDEF() local 796 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0) in INTDEF() 799 FILE *f = fopen (sysfile, "r"); in INTDEF() 800 free (sysfile); in INTDEF() 830 if (asprintf (&sysfile, SECADDRDIRFMT "_%s", in INTDEF() 833 f = fopen (sysfile, "r"); in INTDEF() 834 free (sysfile); in INTDEF() 845 int len = asprintf (&sysfile, SECADDRDIRFMT "%s", in INTDEF() 849 char *end = sysfile + len; in INTDEF() 853 f = fopen (sysfile, "r"); in INTDEF() [all …]
|
/external/openssh/ |
D | auth.c | 412 const char *sysfile, const char *userfile) in check_key_in_hostfiles() argument 421 load_hostkeys(hostkeys, host, sysfile); in check_key_in_hostfiles()
|