/src/sys/fs/cd9660/ |
iso_rrip.h | 62 int fields; /* interesting fields in this analysis */ member in struct:__anon02f4174b0108
|
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...] |
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)
|
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.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
|
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...] |
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...] |
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++) {
|
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...] |
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...] |
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);
|
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
|