/titanic_50/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 522 int *types, int ntypes) in print_contract() argument 561 if (bsearch(&key, types, ntypes, sizeof (int), int_compar) == in print_contract() 666 scan_all(int *types, int ntypes, ctid_t *ids, int nids) in scan_all() argument 690 int_compar) == NULL) : (ntypes != 0); in scan_all() 691 print_contract("all", key, NULL, (test ? types : NULL), ntypes); in scan_all() 777 parse_types(const char *arg, int **typesp, int ntypes) in parse_types() argument 779 return (parse(arg, typesp, ntypes, get_type)); in parse_types() 809 int nids = 0, ntypes = 0; in main() local 838 ntypes = parse_types(optarg, &types, ntypes); in main() 867 if (ntypes) in main() [all …]
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | regex2.h | 116 int ntypes; member 140 for (i = 0; i < cs->ntypes; i++) in CHIN1()
|
H A D | regcomp.c | 1140 if (cs->nwides == 1 && cs->nranges == 0 && cs->ntypes == 0 && in singleton() 1211 newtypes = realloc(cs->types, (cs->ntypes + 1) * in CHaddtype() 1218 cs->types[cs->ntypes++] = wct; in CHaddtype()
|
/titanic_50/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 108 static int ntypes = 0; /* number of types defined */ variable 629 if (!(defunion || ntypes)) 796 if (ntypes && !(levprd[nprod] & ACTFLAG) && 1142 for (i = 1; i <= ntypes; ++i) { in gettok() 1148 typeset[numbval = ++ntypes] = cstash(tokname); in gettok() 1487 if (ntypes) { /* put out the proper tag... */ in cpyact() 1550 if (ntypes) { in cpyact() 1603 if (ntypes) { /* put out the proper tag */ in cpyact()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 1173 int ntypes = count_types(h, buf); in ctf_parse() local 1177 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); in ctf_parse() 1179 for (i = 1; i <= ntypes; i++) { in ctf_parse() 1189 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1190 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si); in ctf_parse() 1191 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx); in ctf_parse() 1195 td->td_nextid = ntypes + 1; in ctf_parse()
|
/titanic_50/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.c | 1832 int index, ntypes; in drmach_name2type_idx() local 1841 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]); in drmach_name2type_idx() 1844 for (index = 0; index < ntypes; index++) { in drmach_name2type_idx()
|
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 1544 int index, ntypes; in drmach_name2type_idx() local 1553 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]); in drmach_name2type_idx() 1556 for (index = 0; index < ntypes; index++) { in drmach_name2type_idx()
|
/titanic_50/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 837 "Input types not allowed with multiple printer\ntypes." 838 …\nwhen more than one printer type is\ngiven. You have to change the printer\ntypes or input types."
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 4681 int index, ntypes; in drmach_name2type_idx() local 4690 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]); in drmach_name2type_idx() 4693 for (index = 0; index < ntypes; index++) { in drmach_name2type_idx()
|