Searched refs:error (Results 1 – 9 of 9) sorted by relevance
/nscd/ |
A D | nscd_conf.c | 53 error (0, 0, _("database %s is not supported"), name); in find_db() 104 error (0, 0, _("Parse error: %s"), line); in nscd_parse_file() 190 error (0, 0, _("Must specify user name for server-user option")); in nscd_parse_file() 200 error (0, 0, _("Must specify user name for stat-user option")); in nscd_parse_file() 258 error (0, 0, _("Must specify value for restart-interval option")); in nscd_parse_file() 272 error (0, 0, _("Unknown option: %s %s %s"), entry, arg1, arg2); in nscd_parse_file() 285 error (0, 0, _("\ in nscd_parse_file() 305 error (0, 0, _("maximum file size for %s database too small"), in nscd_parse_file()
|
A D | nscd.c | 158 error (0, 0, gettext ("wrong number of arguments")); in main() 172 error (EXIT_FAILURE, 0, in main() 182 error (EXIT_FAILURE, 0, _("already running")); in main() 201 error (EXIT_FAILURE, errno, in main() 206 error (EXIT_FAILURE, errno, _("cannot fork")); in main() 363 error (EXIT_FAILURE, err, _("write incomplete")); in invalidate_db() 374 error (EXIT_FAILURE, err, _("cannot read invalidate ACK")); in invalidate_db() 380 error (EXIT_FAILURE, resp, _("invalidation failed")); in invalidate_db() 429 error (4, 0, _("Only root is allowed to use this option!")); in parse_opt() 454 error (4, 0, _("Only root is allowed to use this option!")); in parse_opt() [all …]
|
A D | nscd_stat.c | 184 error (EXIT_FAILURE, 0, in receive_print_stats() 188 error (EXIT_FAILURE, 0, in receive_print_stats() 196 error (EXIT_FAILURE, 0, _("nscd not running!\n")); in receive_print_stats() 208 error (EXIT_FAILURE, err, _("write incomplete")); in receive_print_stats() 220 error (EXIT_FAILURE, err, _("cannot read statistics data")); in receive_print_stats()
|
A D | hstcache.c | 52 .error = NETDB_INTERNAL 73 .error = HOST_NOT_FOUND 87 .error = TRY_AGAIN 265 dataset->resp.error = NETDB_SUCCESS; in cache_addhst() 268 assert ((char *) (&dataset->resp.error + 1) == dataset->strdata); in cache_addhst()
|
A D | nscd-client.h | 128 int32_t error; member 141 int32_t error; member
|
A D | nscd_getai.c | 181 *h_errnop = ai_resp.error; in __nscd_getai()
|
A D | cachedumper.c | 225 printf (" addrtype %d error %d", hst->h_addrtype, hst->error); in nscd_print_cache() 262 (long) ai->canonlen, ai->error); in nscd_print_cache()
|
A D | aicache.c | 42 .error = 0 373 dataset->resp.error = NETDB_SUCCESS; in addhstaiX()
|
A D | nscd_gethst_r.c | 423 *h_errnop = hst_resp.error; in nscd_gethst_r()
|
Completed in 21 milliseconds