Home
last modified time | relevance | path

Searched refs:cleanup_stat_map (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dcleanup_strerror.c68 static const CLEANUP_STAT_DETAIL cleanup_stat_map[] = { variable
93 for (i = 0; i < sizeof(cleanup_stat_map) / sizeof(cleanup_stat_map[0]); i++) in cleanup_strerror()
94 if (cleanup_stat_map[i].status & status) in cleanup_strerror()
95 return (cleanup_stat_map[i].text); in cleanup_strerror()
109 for (i = 0; i < sizeof(cleanup_stat_map) / sizeof(cleanup_stat_map[0]); i++) in cleanup_stat_detail()
110 if (cleanup_stat_map[i].status & status) in cleanup_stat_detail()
111 return (cleanup_stat_map + i); in cleanup_stat_detail()