HomeSort by: relevance | last modified time | path
    Searched defs:msgcat (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gencat/
gencat.c 558 void *msgcat; /* message catalog data */ local
592 msgcat = xmalloc(cat_hdr.__mem);
594 n = read(fd, msgcat, cat_hdr.__mem);
602 set_hdr = (struct _nls_set_hdr *)msgcat;
603 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
605 strings = (char *)msgcat + cat_hdr.__msg_txt_offset;
632 ((char *)msgcat + cat_hdr.__mem)))
639 free(msgcat);
658 void *msgcat; /* message catalog data */ local
696 msgcat = xmalloc(msgcat_size)
    [all...]
gencat.c 558 void *msgcat; /* message catalog data */ local
592 msgcat = xmalloc(cat_hdr.__mem);
594 n = read(fd, msgcat, cat_hdr.__mem);
602 set_hdr = (struct _nls_set_hdr *)msgcat;
603 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
605 strings = (char *)msgcat + cat_hdr.__msg_txt_offset;
632 ((char *)msgcat + cat_hdr.__mem)))
639 free(msgcat);
658 void *msgcat; /* message catalog data */ local
696 msgcat = xmalloc(msgcat_size)
    [all...]

Completed in 36 milliseconds