/src/sys/fs/cd9660/ |
iso_rrip.h | 62 int fields; /* interesting fields in this analysis */ member in struct:__anon02f4174b0108
|
/src/tests/lib/libc/regex/ |
split.c | 36 * split - divide a string into fields, like awk split() 38 * returns number of fields, including overflow 40 * fields[] list is not NULL-terminated 41 * nfields number of entries available in fields[] 45 split(char *string, char *fields[], int nfields, const char *sep) 52 char **fp = fields; 85 /* we have overflowed the fields vector -- just count them */ 115 /* we have overflowed the fields vector -- just count them */ 188 char *fields[MNF]; local in function:main 197 (void) split(buf, fields, MNF, argv[2]) 216 char *fields[NF]; local in function:dosplit 309 char *fields[RNF+1]; local in function:regress [all...] |
/src/usr.sbin/ypserv/revnetgroup/ |
parse_netgroup.c | 182 int fields; local in function:parse_netgrp 223 fields = 0; 228 fields++; 247 * fields. It's up to user programs 260 if (fields < 3)
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm_symbol.c | 543 symlist_t *fields; local in function:symtable_dump 548 fields = &curnode->symbol->info.rinfo->fields; 549 SLIST_FOREACH(fieldnode, fields, links) {
|
aicasm_symbol.h | 80 symlist_t fields; member in struct:reg_info
|
/src/usr.bin/audio/ctl/ |
ctl.c | 89 } fields[] = { variable in typeref:struct:field[] 158 for (i = 0; fields[i].name; i++) 159 if (strcmp(fields[i].name, name) == 0) 160 return &fields[i]; 384 for (i = 0; fields[i].name; i++) { 385 if (!(fields[i].flags & ALIAS)) { 386 prfield(&fields[i], sep); 395 for (i = 0; fields[i].name; i++) { 396 if (fields[i].flags & SET) { 398 fields[i].name) [all...] |
/src/usr.bin/mixerctl/ |
mixerctl.c | 57 } *fields, *rfields; variable in typeref:struct:field * 79 for (i = 0; fields[i].name; i++) 80 if (strcmp(fields[i].name, name) == 0) 81 return &fields[i]; 398 fields = calloc(ndev, sizeof *fields); 431 fields[j++] = rfields[i]; 434 fields[j] = rfields[pos]; 435 fields[j].name = catstr(rfields[i].name, 444 int cls = fields[i].infp->mixer_class [all...] |
/src/usr.sbin/diskpart/ |
diskpart.c | 369 } fields[] = { variable in typeref:struct:field[] 446 for (fp = fields; fp->f_name != NULL; fp++) {
|
/src/usr.sbin/quotarestore/ |
quotarestore.c | 370 char *fields[8]; local in function:readdumpfile 422 fields[num++] = s; 424 errx(EXIT_FAILURE, "%s:%u: Too many fields", 429 errx(EXIT_FAILURE, "%s:%u: Not enough fields", 433 if (getidtype(fields[0], &key.qk_idtype)) { 435 path, lineno, fields[0]); 437 if (getid(fields[1], key.qk_idtype, &key.qk_id)) { 439 path, lineno, fields[1]); 441 if (getobjtype(fields[2], &key.qk_objtype)) { 444 path, lineno, fields[2]) [all...] |
/src/usr.bin/join/ |
join.c | 72 char **fields; /* line field(s) */ member in struct:__anon1dd7fe7d0108 104 static int joinout = 1; /* show lines with matched join fields (-v) */ 373 /* Split the line into fields, allocate space as necessary. */ 383 if (reallocarr(&lp->fields, 388 lp->fields[lp->fieldcnt++] = fieldp; 407 return (strcmp(lp1->fields[fieldno1], lp2->fields[fieldno2])); 438 * lines. Output empty fields in the right places. 470 * Output the join field, then the remaining fields from F1 497 if (*lp->fields[fieldno] == '\0' [all...] |
/src/share/examples/puffs/pgfs/ |
pgfs_db.c | 73 } fields[] = { local in function:dumperror 96 for (i = 0; i < __arraycount(fields); i++) { 97 const char *val = PQresultErrorField(res, fields[i].code); 102 fprintf(stderr, "%s: %s\n", fields[i].name, val);
|
/src/lib/libform/ |
form.h | 49 /* Options for the fields */ 206 int index; /* index of this field in form fields array. */ 232 FIELD *link; /* used if fields are linked */ 234 TAILQ_ENTRY(_form_field) glue; /* tail queue glue for sorting fields */ 241 /* define the types of fields we can have */ 288 int field_count; /* number of fields attached */ 292 _FORMI_PAGE_START *page_starts; /* dynamic array of fields that start 296 FIELD **fields; /* array of fields attached to this form. */ member in struct:_form_struct
|
/src/lib/libradius/ |
radlib.c | 420 const char *fields[5]; local in function:rad_config 452 /* Extract the fields from the line. */ 454 nfields = split(buf, fields, sizeof(fields) / sizeof(fields[0]), 469 if (strcmp(fields[0], "auth") != 0 && 470 strcmp(fields[0], "acct") != 0) { 479 fields[i] = fields[i - 1]; 480 fields[0] = "auth" [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link_ddc.c | 89 } fields; member in union:hdmi_scdc_update_read_data 103 } fields; member in union:hdmi_scdc_status_flags_data 123 } fields; member in union:hdmi_scdc_ced_data
|
/src/usr.sbin/sunlabel/ |
sunlabel.c | 109 /* BEGIN fields taken directly from struct dk_label */ 123 /* END fields taken directly from struct dk_label */ 145 * Note that while the fields in the label vary in size (8, 16, or 32 179 * _ascii functions are for 128-byte string fields (the ASCII label); 180 * the _int functions are for int-valued fields (everything else). 190 /* The fields themselves. */ 191 static struct field fields[] = variable in typeref:struct:field[] 884 if (fields[0].taglen < 1) { 885 for (i = 0; fields[i].tag; i++) 886 fields[i].taglen = strlen(fields[i].tag) [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
save.h | 379 } fields; member in union:vioapic_redir_entry
|
/src/sys/dev/pci/igc/ |
igc_hw.h | 185 } fields; member in union:igc_tx_desc::__anonb418ff9d090a
|
/src/sys/dev/pci/ |
if_dge.c | 1067 uint8_t fields = 0; local in function:dge_tx_cksum 1071 * fields for the protocol headers. 1097 * MUST provide valid values for IPCSS and TUCSS fields. 1102 fields |= TDESC_POPTS_IXSM; 1123 fields |= TDESC_POPTS_TXSM; 1168 *fieldsp = fields;
|
if_wm.c | 8622 uint8_t fields; local in function:wm_tx_offload 8626 * fields for the protocol headers. 8661 fields = 0; 8748 * MUST provide valid values for IPCSS and TUCSS fields. 8756 fields |= WTX_IXSM; 8764 fields |= WTX_TXSM; 8772 fields |= WTX_TXSM; 8785 *fieldsp = fields; 8814 txq->txq_last_hw_fields == fields && 8823 txq->txq_last_hw_fields = fields; 9713 uint32_t cmdlen, fields, dcmdlen; local in function:wm_nq_send_common_locked [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_dp_types.h | 305 } fields; member in union:dp_downstream_port_present 679 } fields; member in union:dpcd_dsc_basic_capabilities 688 } fields; member in union:dpcd_dsc_ext_capabilities
|
/src/sys/external/bsd/ena-com/ |
ena_admin_defs.h | 641 /* RSS flow hash fields */ 663 /* flow hash fields (bitwise according to ena_admin_flow_hash_fields) */ 664 uint16_t fields; member in struct:ena_admin_proto_input
|
/src/sys/external/bsd/ena-com/ena_defs/ |
ena_admin_defs.h | 711 /* RSS flow hash fields */ 733 /* flow hash fields (bitwise according to ena_admin_flow_hash_fields) */ 734 uint16_t fields; member in struct:ena_admin_proto_input
|
/src/sys/dev/i2o/ |
i2o.h | 580 u_int16_t fields[1]; member in struct:i2o_param_op_all_template
|
/src/lib/libc/time/ |
zic.c | 194 static void inleap(char ** fields, int nfields); 195 static void inlink(char ** fields, int nfields); 196 static void inrule(char ** fields, int nfields); 197 static bool inzcont(char ** fields, int nfields); 198 static bool inzone(char ** fields, int nfields); 254 ** Which fields are which on a Zone line. 271 ** Which fields are which on a Zone continuation line. 304 ** Which fields are which on a Link line. 314 ** Which fields are which on a Leap line. 326 /* Expires lines are like Leap lines, except without CORR and ROLL fields. * 1759 char *fields[MAX_FIELDS]; local in function:infile [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_type.h | 750 /* DMA Coalescing register fields */ 770 /* EEE register fields */ 785 /* Security Bit Fields and Masks */ 836 /* LinkSec (MacSec) Bit Fields and Masks */ 1105 /* Management Bit Fields and Masks */ 2446 /* MSI-X capability fields masks */ 3353 } fields; member in union:ixgbe_legacy_tx_desc::__anoncb0dc0f8050a
|