Home
last modified time | relevance | path

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

/third_party/musl/src/locale/
Dcatgets.c24 uint32_t msg_id_be = htobe32(msg_id); in catgets() local
32 const char *msg = bsearch(&msg_id_be, msgs, nmsgs, 12, cmp); in catgets()