(linenum→info "unix/slp.c:2238")

glibc/2.7/nss/Versions

    1: libc {
    2:   GLIBC_2.0 {
    3:      # functions used in other libraries
    4:     __nss_passwd_lookup; __nss_group_lookup; __nss_hosts_lookup; __nss_next;
    5:     __nss_database_lookup; __nss_configure_lookup;
    6:   }
    7:   GLIBC_2.2.2 {
    8:     __nss_hostname_digits_dots;
    9:   }
   10:   GLIBC_PRIVATE {
   11:     _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
   12:     __nss_disable_nscd; __nss_lookup_function; __nss_services_lookup;
   13:   }
   14: }
   15: 
   16: libnss_files {
   17:   GLIBC_PRIVATE {
   18:     _nss_files_setaliasent;
   19:     _nss_files_endaliasent;
   20:     _nss_files_getaliasbyname_r;
   21:     _nss_files_getaliasent_r;
   22: 
   23:     _nss_files_setetherent;
   24:     _nss_files_endetherent;
   25:     _nss_files_getetherent_r;
   26:     _nss_files_parse_etherent;
   27: 
   28:     _nss_files_setgrent;
   29:     _nss_files_endgrent;
   30:     _nss_files_getgrent_r;
   31:     _nss_files_getgrgid_r;
   32:     _nss_files_getgrnam_r;
   33: 
   34:     _nss_files_sethostent;
   35:     _nss_files_endhostent;
   36:     _nss_files_gethostbyaddr_r;
   37:     _nss_files_gethostbyname2_r;
   38:     _nss_files_gethostbyname_r;
   39:     _nss_files_gethostent_r;
   40:     _nss_files_gethostton_r;
   41: 
   42:     _nss_files_setnetent;
   43:     _nss_files_endnetent;
   44:     _nss_files_getnetbyaddr_r;
   45:     _nss_files_getnetbyname_r;
   46:     _nss_files_getnetent_r;
   47:     _nss_files_getntohost_r;
   48:     _nss_files_parse_netent;
   49: 
   50:     _nss_files_setnetgrent;
   51:     _nss_files_endnetgrent;
   52:     _nss_files_getnetgrent_r;
   53: 
   54:     _nss_files_setprotoent;
   55:     _nss_files_endprotoent;
   56:     _nss_files_getprotobyname_r;
   57:     _nss_files_getprotobynumber_r;
   58:     _nss_files_getprotoent_r;
   59:     _nss_files_parse_protoent;
   60: 
   61:     _nss_files_setpwent;
   62:     _nss_files_endpwent;
   63:     _nss_files_getpwent_r;
   64:     _nss_files_getpwnam_r;
   65:     _nss_files_getpwuid_r;
   66: 
   67:     _nss_files_setrpcent;
   68:     _nss_files_endrpcent;
   69:     _nss_files_getrpcbyname_r;
   70:     _nss_files_getrpcbynumber_r;
   71:     _nss_files_getrpcent_r;
   72:     _nss_files_parse_rpcent;
   73: 
   74:     _nss_files_setservent;
   75:     _nss_files_endservent;
   76:     _nss_files_getservbyname_r;
   77:     _nss_files_getservbyport_r;
   78:     _nss_files_getservent_r;
   79:     _nss_files_parse_servent;
   80: 
   81:     _nss_files_setspent;
   82:     _nss_files_endspent;
   83:     _nss_files_getspent_r;
   84:     _nss_files_getspnam_r;
   85: 
   86:     _nss_netgroup_parseline;
   87:     _nss_files_getpublickey;
   88:     _nss_files_getsecretkey;
   89:   }
   90: }
Syntax (Markdown)