Home
last modified time | relevance | path

Searched refs:dbg_log (Results 1 – 25 of 30) sorted by relevance

12

/glibc-2.36/nscd/
Dselinux.c97 .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 …]
Dconnections.c519 dbg_log (_("invalid persistent database file \"%s\": %s"), in nscd_init()
573dbg_log (_("suggested size of table for database %s larger than the persistent database's table"), in nscd_init()
584 dbg_log (_("\ in nscd_init()
648dbg_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 …]
Dcache.c150 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()
Dmem.c420 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()
Dpwdcache.c362 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()
Dgrpcache.c384 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()
Dinitgrcache.c74 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()
Dservicescache.c309 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()
Dnetgroupcache.c121 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()
Ddbg_log.h23 extern void dbg_log (const char *str, ...)
Dhstcache.c401 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()
Ddbg_log.c51 dbg_log (const char *fmt,...) in dbg_log() function
Daicache.c68 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()
Dnscd.c281 dbg_log ("%s: %s", _PATH_NSCDPID, strerror (errno)); in main()
284 dbg_log (_("Could not create log file")); in main()
DMakefile37 dbg_log nscd_conf nscd_stat cache mem nscd_setup_thread \
Dnscd_stat.c158 dbg_log (_("cannot write statistics: %s"), in send_stats()
/glibc-2.36/ChangeLog.old/
DChangeLog.152102 * nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to
DChangeLog.8799 * 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.
DChangeLog.128964 * nscd/dbg_log.h (dbg_log): Correct attribute.
9021 * nscd/dbg_log.h: Add format attribute.
DChangeLog.94054 * nscd/dbg_log.c: Remove unnecessary variable initializations.
4056 * nscd/dbg_log.h: Declare set_logfile.
DChangeLog.172161 * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
10682 * nscd/dbg_log.c: Likewise.
/glibc-2.36/posix/
Dtst-regex.input799 * 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/
Dfilelist#C10845 dbg_log.h
10862 dbg_log.c
Dfilelist#en_US.UTF-810845 dbg_log.h
10862 dbg_log.c
/glibc-2.36/
DCONTRIBUTED-BY3798 nscd/dbg_log.c:
3801 nscd/dbg_log.h:

12