| /freebsd-12-stable/usr.sbin/nscd/ |
| D | parser.c | 376 int field_count, line_num, value; in parse_config_file() local 393 field_count = strbreak(buffer, fields, sizeof(fields)); in parse_config_file() 396 if (field_count == 0) in parse_config_file() 404 if ((field_count == 3) && in parse_config_file() 413 if ((field_count == 2) && in parse_config_file() 420 if ((field_count == 3) && in parse_config_file() 427 } else if ((field_count == 3) && in parse_config_file() 433 } else if ((field_count == 3) && in parse_config_file() 439 } else if ((field_count == 3) && in parse_config_file() 449 if ((field_count == 3) && in parse_config_file() [all …]
|
| /freebsd-12-stable/sys/dev/bhnd/nvram/ |
| D | bhnd_nvram_value_fmts.c | 873 size_t field_count; in bhnd_nvram_ident_octet_string() local 876 field_count = 0; in bhnd_nvram_ident_octet_string() 927 field_count++; in bhnd_nvram_ident_octet_string() 947 *nelem = field_count; in bhnd_nvram_ident_octet_string()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ui-out.c | 53 int field_count; member 132 current->field_count = 0; in push_level() 1102 current->field_count += 1; in verify_field() 1108 if (*fldno != current->field_count) in verify_field() 1116 *fldno = current->field_count; in verify_field()
|
| /freebsd-12-stable/contrib/ncurses/misc/ |
| D | form.ref | 80 "field_count" @111 ;NONAME
|
| D | form.def | 37 "field_count" @111 NONAME
|
| /freebsd-12-stable/lib/ncurses/form/ |
| D | Makefile | 94 form_field.3 field_count.3 \
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptRuntime.cpp | 573 empirical_type<uint32_t> field_count; // Number of Subelements member 2006 elem.field_count = static_cast<uint32_t>(results[3]); in JITElementPacked() 2012 *elem.type_vec_size.get(), *elem.field_count.get()); in JITElementPacked() 2016 return !(*elem.field_count.get() > 0 && in JITElementPacked() 2028 if (!elem.element_ptr.isValid() || !elem.field_count.isValid()) { in JITSubelements() 2041 const uint32_t field_count = *elem.field_count.get(); in JITSubelements() local 2042 for (uint32_t field_index = 0; field_index < field_count; ++field_index) { in JITSubelements() 2048 context, field_count, field_count, field_count, in JITSubelements() 2049 *elem.element_ptr.get(), field_count, field_index); in JITSubelements()
|
| /freebsd-12-stable/contrib/ncurses/form/ |
| D | frm_def.c | 441 field_count(const FORM *form) in field_count() function
|
| D | llib-lformtw | 426 #undef field_count 427 int field_count(
|
| D | llib-lformt | 426 #undef field_count 427 int field_count(
|
| D | llib-lformw | 426 #undef field_count 427 int field_count(
|
| D | llib-lform | 426 #undef field_count 427 int field_count(
|
| D | form.h | 383 extern NCURSES_EXPORT(int) field_count (const FORM *);
|
| /freebsd-12-stable/sys/dev/pst/ |
| D | pst-iop.h | 495 u_int16_t field_count; member
|
| D | pst-iop.c | 368 param->operation[0].field_count = 0xffff; in iop_get_util_params()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangASTSource.cpp | 1523 int field_idx = 0, field_count = record_layout.getFieldCount(); in layoutRecordType() local 1528 if (field_idx >= field_count) in layoutRecordType()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | ieee.c | 2531 unsigned int field_count, field_alloc; in ieee_read_cxx_class() local 2573 field_count = 0; in ieee_read_cxx_class() 2869 if (field_count + 1 >= field_alloc) in ieee_read_cxx_class() 2876 fields[field_count] = field; in ieee_read_cxx_class() 2877 ++field_count; in ieee_read_cxx_class() 2878 fields[field_count] = DEBUG_FIELD_NULL; in ieee_read_cxx_class()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-protos.h | 344 extern int field_count(FORM *);
|
| /freebsd-12-stable/contrib/ncurses/doc/ |
| D | ncurses-intro.doc | 1840 int field_count(FORM *form); /* count connect fields */ 1851 The field_count() function simply counts the number of fields
|