/titanic_44/usr/src/cmd/sa/ |
H A D | timex.c | 72 char fld[20][12]; in main() local 168 fld[0], fld[1], fld[2], fld[3], fld[4], in main() 169 fld[5], fld[6], fld[7], fld[8], fld[9], in main() 170 fld[10], fld[11], fld[12], fld[13], fld[14], in main() 171 fld[15], fld[16], fld[17], fld[18], in main() 172 fld[19]); in main() 175 if (strcmp(fld[i], "CHARS") in main() 178 if (strcmp(fld[i], "BLOCKS") in main() 183 chars += atol(fld[ichar]); in main() 184 bloks += atol(fld[iblok]); in main()
|
/titanic_44/usr/src/cmd/refer/ |
H A D | sortbib.c | 36 static void parse(char [], char fld[][BUF]); 102 char line[BUF], fld[4][BUF]; /* one line, the sort fields */ in sortbib() local 133 fld[0], fld[1], fld[2], fld[3]); in sortbib() 139 *fld[0] = *fld[1] = *fld[2] = *fld[3] = NULL; in sortbib() 144 parse(line, fld); in sortbib() 157 i, lastoffset, length, fld[0], fld[1], fld[2], fld[3]); in sortbib() 208 parse(char line[], char fld[][BUF]) in parse() 223 strcat(fld[i], "~~"); in parse() 225 strcat(fld[i], wd[n-1]); in parse() 227 strcat(fld[i], wd[n-2]); in parse() [all …]
|
/titanic_44/usr/src/cmd/lp/lib/printers/ |
H A D | getpentry.c | 58 int fld; in getpentry() local 131 for (fld = 0; fld < PR_MAX; fld++) in getpentry() 132 if (prtrheadings[fld].v && in getpentry() 133 prtrheadings[fld].len && in getpentry() 136 prtrheadings[fld].v, in getpentry() 137 prtrheadings[fld].len)) { in getpentry() 139 p = buf + prtrheadings[fld].len; in getpentry() 150 if (fld >= PR_MAX) in getpentry() 153 if (fld == want_fld) { in getpentry()
|
H A D | getprinter.c | 65 int fld; in getprinter() local 158 for (fld = 0; fld < PR_MAX; fld++) in getprinter() 160 prtrheadings[fld].v in getprinter() 161 && prtrheadings[fld].len in getprinter() 164 prtrheadings[fld].v, in getprinter() 165 prtrheadings[fld].len in getprinter() 168 p = buf + prtrheadings[fld].len; in getprinter() 179 if (fld >= PR_MAX) in getprinter() 182 switch (fld) { in getprinter()
|
H A D | putprinter.c | 99 int fld; in putprinter() local 319 for (fld = 0; fld < PR_MAX; fld++) { in putprinter() 320 if (prbufp->remote && !prtrheadings[fld].okremote) in putprinter() 323 switch (fld) { in putprinter() 325 #define HEAD prtrheadings[fld].v in putprinter()
|
/titanic_44/usr/src/cmd/lp/lib/forms/ |
H A D | f_head.c | 76 int fld; local 79 for (fld = 0; fld < FO_MAX; fld++) 81 formheadings[fld].v 82 && formheadings[fld].len 85 formheadings[fld].v, 86 formheadings[fld].len 91 return (fld);
|
H A D | wrform.c | 63 int fld; in wrform() local 69 for (fld = 0; fld < FO_MAX; fld++) in wrform() 70 if ((!which_set || which_set[fld]) && in wrform() 71 (formheadings[fld].infile || error_handler)) in wrform() 72 switch (fld) { in wrform() 74 #define HEAD formheadings[fld].v in wrform()
|
H A D | rdform.c | 66 int fld; in rdform() local 126 fld = _search_fheading(buf); in rdform() 127 if (fld >= FO_MAX) { in rdform() 144 p = buf + formheadings[fld].len; in rdform() 149 which_set[fld] = 1; in rdform() 152 formheadings[fld].infile in rdform() 154 ) switch (fld) { in rdform()
|
/titanic_44/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 267 register int fld; local 293 for (fld = 0; fld < FL_MAX; fld++) 294 real_fields[fld] = 0; 308 for (fld = 0; fld < FL_MAX; fld++) 310 headings[fld].v 311 && headings[fld].len 314 headings[fld].v, 315 headings[fld].len 318 real_fields[fld] = 1; 319 p += headings[fld].len + 1; [all …]
|
H A D | lpforms.c | 472 int fld; local 497 for (fld = 0; fld < FO_MAX; fld++) 498 which_set[fld] = 0; 505 for (fld = 0; fld < FO_MAX; fld++) 506 if (which_set[fld]) 508 if (fld >= FO_MAX) 672 for (fld = 0; fld < FO_MAX; fld++) 673 if (which_set[fld]) switch(fld) { 926 int fld,whichVal; local 930 for (fld = 0; fld < FO_MAX; fld++) [all …]
|
/titanic_44/usr/src/cmd/lp/lib/secure/ |
H A D | secure.c | 56 int fld; in getsecure() local 77 fld = 0; in getsecure() 78 fld < SC_MAX && fdgets(buf, BUFSIZ, fd); in getsecure() 79 fld++ in getsecure() 82 switch (fld) { in getsecure() 113 if (errno != 0 || fld != SC_MAX) { in getsecure() 153 int fld; in putsecure() local 174 for (fld = 0; fld < SC_MAX; fld++) in putsecure() 176 switch (fld) { in putsecure()
|
/titanic_44/usr/src/cmd/lp/lib/requests/ |
H A D | getrequest.c | 70 int fld; local 117 for (fld = 0; fld < RQ_MAX; fld++) 119 reqheadings[fld].v 120 && reqheadings[fld].len 123 reqheadings[fld].v, 124 reqheadings[fld].len 127 p = buf + reqheadings[fld].len; 136 if (fld >= RQ_MAX) 139 switch (fld) {
|
H A D | putrequest.c | 69 int fld; local 125 for (fld = 0; fld < RQ_MAX; fld++) switch (fld) { 127 #define HEAD reqheadings[fld].v
|
/titanic_44/usr/src/cmd/lp/lib/filters/ |
H A D | dumpfilters.c | 59 register int fld; in dumpfilters() local 68 for (fld = 0; fld < FL_MAX; fld++) switch (fld) { in dumpfilters()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 709 char *zoneroot, be_fs_list_data_t *fld) in be_get_legacy_fs() argument 717 if (be_name == NULL || be_root_ds == NULL || fld == NULL) in be_get_legacy_fs() 731 if (!zfs_is_mounted(zhp, &fld->altroot)) { in be_get_legacy_fs() 732 if ((ret = _be_mount(be_name, &fld->altroot, in be_get_legacy_fs() 741 } else if (fld->altroot == NULL) { in be_get_legacy_fs() 776 "%s%s", fld->altroot, zoneroot); in be_get_legacy_fs() 796 free(fld->altroot); in be_get_legacy_fs() 797 fld->altroot = zone_md.altroot; in be_get_legacy_fs() 804 if (get_mountpoint_from_vfstab(fld->altroot, zfs_get_name(zhp), in be_get_legacy_fs() 807 if (add_to_fs_list(fld, zfs_get_name(zhp)) in be_get_legacy_fs() [all …]
|
H A D | be_rename.c | 69 be_fs_list_data_t fld = { 0 }; in be_rename() local 161 &fld)) != BE_SUCCESS) { in be_rename() 209 &fld, mp)) != BE_SUCCESS) { in be_rename() 224 be_free_fs_list(&fld); in be_rename()
|
/titanic_44/usr/src/cmd/lastcomm/ |
H A D | lastcomm.h | 58 #define fldsiz(str, fld) (sizeof (((struct str *)0)->fld)) argument
|
/titanic_44/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 914 int fld = 0; in set_attrval() local 917 for (fld = 0; fld < N_FIELDS; fld++) { in set_attrval() 918 if (strcmp(attr, all_fields[fld].name) == 0) in set_attrval() 923 if (fld >= N_FIELDS || all_fields[fld].set_filter == NULL) { in set_attrval() 927 if ((ret = all_fields[fld].set_filter(&post_filtp->ldata, val)) in set_attrval() 929 post_filtp->match_type_p[fld] = match_type; in set_attrval() 2060 res = (*(sort_list[i].fld->compare))(b1, b2, CFGA_MATCH_ORDER); in ldata_compare() 2097 char *cp = NULL, *fld; in get_field() local 2099 fld = *fspp; in get_field() 2101 if (fld != NULL && *fld == '\0') in get_field() [all …]
|
/titanic_44/usr/src/lib/libprtdiag/common/ |
H A D | io.c | 223 switch (manuf.fld.manf) { in fmt_manf_id() 226 manuf.fld.partno, manuf.fld.version); in fmt_manf_id() 231 manuf.fld.partno, manuf.fld.version); in fmt_manf_id() 236 manuf.fld.manf, manuf.fld.partno, manuf.fld.version); in fmt_manf_id() 476 (int)strap.fld.board_rev, 0); in display_ffb()
|
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | powf.s | 198 fld %st(1) / x , y , x 208 fld %st(1) / x , y , x 209 fld %st(0) / x , x , y , x 219 fld %st(1) / x , y , x 225 fld %st(1) / x , y , x 226 fld %st(1) / y , x , y , x 231 fld %st(1) / x , y , x , y , x 260 fld %st(0) / t , t , y , x 307 fld %st(1) / x , y , x 317 fld %st(1) / x , y , x
|
H A D | powl.s | 194 fld %st(1) / x , y , x 204 fld %st(1) / x , y , x 205 fld %st(0) / x , x , y , x 215 fld %st(1) / x , y , x 221 fld %st(1) / x , y , x 222 fld %st(1) / y , x , y , x 227 fld %st(1) / x , y , x , y , x 256 fld %st(0) / t , t , y , x 299 fld %st(1) / x , y , x 309 fld %st(1) / x , y , x
|
H A D | pow.s | 212 fld %st(1) / x , y , x 222 fld %st(1) / x , y , x 223 fld %st(0) / x , x , y , x 229 fld %st(1) / x , y , x 230 fld %st(1) / y , x , y , x 235 fld %st(1) / x , y , x , y , x 261 fld %st(0) / t , t , y , x 328 fld %st(1) / x , y , x 338 fld %st(1) / x , y , x
|
/titanic_44/usr/src/lib/libm/amd64/src/ |
H A D | powl.s | 190 fld %st(1) / x , y , x 199 fld %st(1) / x , y , x 200 fld %st(0) / x , x , y , x 209 fld %st(1) / x , y , x 215 fld %st(1) / x , y , x 216 fld %st(1) / y , x , y , x 247 fld %st(0) / t , t , y , x 287 fld %st(1) / x , y , x 297 fld %st(1) / x , y , x
|
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 150 p = tbl[i].fld; in cfg_get_item() 187 p = tbl[i].fld; in cfg_get_num_flds() 308 int fld; in cfg_filter_node() local 314 fld = cfg_get_item(tbl, tag, "cnode"); in cfg_filter_node() 315 if (fld < 0) /* no cnode field always good */ in cfg_filter_node() 321 while (ptr && (i < fld)) { in cfg_filter_node() 343 int fld; in cfg_insert_node() local 349 fld = cfg_get_item(tbl, tag, "cnode"); in cfg_insert_node() 351 if ((fld < 0) && !(cfg->cf_node)) /* no cnode field always good */ in cfg_insert_node() 354 cfg_fld_mov(tmpbuf, buf, 1, (fld - 1)); in cfg_insert_node() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.h | 142 } fld; member 153 } fld; member
|