Searched defs:pmb (Results 1 – 3 of 3) sorted by relevance
94 char *pmb; in tstostr() local 143 char *pmb = from; in mbstotcs() local [all...]
53 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) argument 54 #define wctomb(pmb, wc) ((*(pmb) = ((char)wc)), 1) argument
540 struct bind **pmb; in make_mbind() local