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

  /src/usr.bin/gencat/
gencat.c 557 void *msgcat; /* message catalog data */ local in function:MCReadCat
591 msgcat = xmalloc(cat_hdr.__mem);
593 n = read(fd, msgcat, cat_hdr.__mem);
601 set_hdr = (struct _nls_set_hdr *)msgcat;
602 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
604 strings = (char *)msgcat + cat_hdr.__msg_txt_offset;
631 ((char *)msgcat + cat_hdr.__mem)))
638 free(msgcat);
657 void *msgcat; /* message catalog data */ local in function:MCWriteCat
695 msgcat = xmalloc(msgcat_size)
    [all...]
gencat.c 557 void *msgcat; /* message catalog data */ local in function:MCReadCat
591 msgcat = xmalloc(cat_hdr.__mem);
593 n = read(fd, msgcat, cat_hdr.__mem);
601 set_hdr = (struct _nls_set_hdr *)msgcat;
602 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
604 strings = (char *)msgcat + cat_hdr.__msg_txt_offset;
631 ((char *)msgcat + cat_hdr.__mem)))
638 free(msgcat);
657 void *msgcat; /* message catalog data */ local in function:MCWriteCat
695 msgcat = xmalloc(msgcat_size)
    [all...]

Completed in 23 milliseconds