/glibc-2.36/nscd/ |
D | selinux.c | 97 .func_log = dbg_log, 154 dbg_log (_("Failed opening connection to the audit subsystem: %m")); in audit_init() 175 dbg_log (_("Failed to set keep-capabilities")); in preserve_capabilities() 190 dbg_log (_("Failed to initialize drop of capabilities")); in preserve_capabilities() 212 dbg_log (_("Failed to drop capabilities")); in preserve_capabilities() 229 dbg_log (_("Failed to drop capabilities")); in install_real_capabilities() 238 dbg_log (_("Failed to unset keep-capabilities")); in install_real_capabilities() 254 dbg_log (_("Failed to determine if kernel supports SELinux")); in nscd_selinux_enabled() 339 dbg_log (_("Access Vector Cache (AVC) started")); in nscd_avc_init() 381 dbg_log (_("Error querying policy for undefined object classes " in nscd_request_avc_has_perm() [all …]
|
D | connections.c | 519 dbg_log (_("invalid persistent database file \"%s\": %s"), in nscd_init() 573 … dbg_log (_("suggested size of table for database %s larger than the persistent database's table"), in nscd_init() 584 dbg_log (_("\ in nscd_init() 648 …dbg_log (_("database for %s corrupted or simultaneously used; remove %s manually if necessary and … in nscd_init() 654 dbg_log (_("cannot create %s; no persistent database used"), in nscd_init() 657 dbg_log (_("cannot create %s; no sharing possible"), in nscd_init() 668 dbg_log (_("\ in nscd_init() 728 dbg_log (_("cannot write to database file %s: %s"), in nscd_init() 784 dbg_log (_("cannot open socket: %s"), strerror (errno)); in nscd_init() 793 dbg_log ("%s: %s", _PATH_NSCDSOCKET, strerror (errno)); in nscd_init() [all …]
|
D | cache.c | 150 dbg_log (_("add new entry \"%s\" of type %s for %s to cache%s"), in cache_add() 287 dbg_log (_("checking for monitored file `%s': %s"), in prune_cache() 297 dbg_log (_("monitored file `%s` changed (mtime)"), in prune_cache() 340 dbg_log (_("pruning %s cache; time %ld"), in prune_cache() 369 dbg_log (_("considering %s entry \"%s\", timeout %" PRIu64), in prune_cache() 531 dbg_log ("remove %s entry \"%s\"", serv2str[runp->type], str); in prune_cache()
|
D | mem.c | 420 dbg_log (_("freed %zu bytes in %s cache"), in gc() 441 dbg_log ("entry %zu in hash bucket %zu out of bounds: " in gc() 451 dbg_log ("key of entry %zu in hash bucket %zu out of " in gc() 458 dbg_log ("packet of entry %zu in hash bucket %zu out of " in gc() 468 dbg_log ("full key of entry %zu in hash bucket %zu " in gc() 563 dbg_log (_("no more memory for database '%s'"), dbnames[db - dbs]); in mempool_alloc()
|
D | pwdcache.c | 362 dbg_log (_("short write in %s: %s"), __FUNCTION__, in cache_addpw() 406 dbg_log (_("Haven't found \"%s\" in user database cache!"), keystr); in addpwbyX() 408 dbg_log (_("Reloading \"%s\" in user database cache!"), keystr); in addpwbyX() 470 dbg_log (_("Invalid numeric uid \"%s\"!"), (char *) key); in addpwbyuid()
|
D | grpcache.c | 384 dbg_log (_("short write in %s: %s"), __FUNCTION__, in cache_addgr() 429 dbg_log (_("Haven't found \"%s\" in group cache!"), keystr); in addgrbyX() 431 dbg_log (_("Reloading \"%s\" in group cache!"), keystr); in addgrbyX() 491 dbg_log (_("Invalid numeric gid \"%s\"!"), (char *) key); in addgrbygid()
|
D | initgrcache.c | 74 dbg_log (_("Haven't found \"%s\" in group cache!"), (char *) key); in addinitgroupsX() 76 dbg_log (_("Reloading \"%s\" in group cache!"), (char *) key); in addinitgroupsX() 377 dbg_log (_("short write in %s: %s"), __FUNCTION__, in addinitgroupsX()
|
D | servicescache.c | 309 dbg_log (_("short write in %s: %s"), __FUNCTION__, in cache_addserv() 357 dbg_log (_("Haven't found \"%s\" in services cache!"), key); in addservbyX() 359 dbg_log (_("Reloading \"%s\" in services cache!"), key); in addservbyX()
|
D | netgroupcache.c | 121 dbg_log (_("Haven't found \"%s\" in netgroup cache!"), key); in addgetnetgrentX() 123 dbg_log (_("Reloading \"%s\" in netgroup cache!"), key); in addgetnetgrentX() 469 dbg_log (_("Haven't found \"%s (%s,%s,%s)\" in netgroup cache!"), in addinnetgrX() 472 dbg_log (_("Reloading \"%s (%s,%s,%s)\" in netgroup cache!"), in addinnetgrX()
|
D | dbg_log.h | 23 extern void dbg_log (const char *str, ...)
|
D | hstcache.c | 401 dbg_log (_("short write in %s: %s"), __FUNCTION__, in cache_addhst() 451 dbg_log (_("Haven't found \"%s\" in hosts cache!"), (char *) str); in addhstbyX() 453 dbg_log (_("Reloading \"%s\" in hosts cache!"), (char *) str); in addhstbyX()
|
D | dbg_log.c | 51 dbg_log (const char *fmt,...) in dbg_log() function
|
D | aicache.c | 68 dbg_log (_("Haven't found \"%s\" in hosts cache!"), (char *) key); in addhstaiX() 70 dbg_log (_("Reloading \"%s\" in hosts cache!"), (char *) key); in addhstaiX()
|
D | nscd.c | 281 dbg_log ("%s: %s", _PATH_NSCDPID, strerror (errno)); in main() 284 dbg_log (_("Could not create log file")); in main()
|
D | Makefile | 37 dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \
|
D | nscd_stat.c | 158 dbg_log (_("cannot write statistics: %s"), in send_stats()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 2102 * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to
|
D | ChangeLog.8 | 799 * nscd/dbg_log.c: Make sure, that debug message is really written. 2151 (close_sockets): Correct parameter to dbg_log. 9619 * nscd/dbg_log.c: New file. 9620 * nscd/dbg_log.h: New file.
|
D | ChangeLog.12 | 8964 * nscd/dbg_log.h (dbg_log): Correct attribute. 9021 * nscd/dbg_log.h: Add format attribute.
|
D | ChangeLog.9 | 4054 * nscd/dbg_log.c: Remove unnecessary variable initializations. 4056 * nscd/dbg_log.h: Declare set_logfile.
|
D | ChangeLog.17 | 2161 * nscd/dbg_log.c (dbg_log): Print timestamp before the message text. 10682 * nscd/dbg_log.c: Likewise.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 799 * nscd/dbg_log.c: Make sure, that debug message is really written. 2151 (close_sockets): Correct parameter to dbg_log. 9619 * nscd/dbg_log.c: New file. 9620 * nscd/dbg_log.h: New file.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 10845 dbg_log.h 10862 dbg_log.c
|
D | filelist#en_US.UTF-8 | 10845 dbg_log.h 10862 dbg_log.c
|
/glibc-2.36/ |
D | CONTRIBUTED-BY | 3798 nscd/dbg_log.c: 3801 nscd/dbg_log.h:
|