Searched refs:mbc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmbchar.h37 mb_ptr (mbc)
40 mb_len (mbc)
44 mb_iseq (mbc, sc)
45 returns true if mbc is the standard ASCII character sc.
47 mb_isnul (mbc)
48 returns true if mbc is the nul character.
64 mb_isalnum (mbc)
65 returns true if mbc is alphanumeric.
67 mb_isalpha (mbc)
68 returns true if mbc i
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dwclib.c53 #define mbc(c) ((c)&WC_MB) macro
367 if(mbc(lasttype))
399 if(mbc(c))
442 } while (mbc(c = type[*cp++]));
453 while(mbc(c) && ((c|WC_ERR) || (c&7)==0))
460 if(mbc(c))
473 if(mbc(c))
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregcomp.c1189 char mbc[COLL_KEY_MAX + 1]; local
1518 w = mbconv(mbc, c);
1519 pp = (unsigned char*)mbc;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c2805 union mbigcluster *mbc = (union mbigcluster *)page; local
2808 sp = slab_get(mbc);
2810 mcl_audit_init(mbc, &mca_list, &con_list,
2815 mbc, mbc, bufsize, 0, 1);

Completed in 144 milliseconds