/freebsd-src/usr.bin/locate/locate/ |
H A D | fastfind.c | 43 long lines, chars, size, size_nbg, big, zwerg, umlaut; in statistic() local 46 int count, longest_path; in statistic() local 147 int count, found, globflag; local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringList.cpp | 114 size_t count = 0; in LongestCommonPrefix() local 152 size_t StringList::SplitIntoLines(const std::string &lines) { in SplitIntoLines() 156 size_t StringList::SplitIntoLines(const char *lines, size_t len) { in SplitIntoLines() 166 size_t count = strcspn(p, k_newline_chars); in SplitIntoLines() local
|
/freebsd-src/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.h | 89 char **lines; /* Array of lines of output, minus the column name */ member 106 unsigned int count; /* Number of vdev_cmd_data items (vdevs) */ member
|
H A D | zpool_main.c | 1828 int count = 0; zpool_do_create() local 4705 uint_t count; /* Number of entries in data[] */ global() member 4936 uint64_t count = 0, total = 0; single_histo_average() local 5435 unsigned long count = 0; get_interval_count() local 5714 get_interval_count_filter_guids(int * argc,char ** argv,float * interval,unsigned long * count,iostat_cbdata_t * cb) get_interval_count_filter_guids() argument 5776 char **lines = NULL; print_zpool_script_help() local 5935 unsigned long count = 0; zpool_do_iostat() local 6736 unsigned long count = 0; zpool_do_list() local 9377 unsigned long count = 0; zpool_do_status() local 9521 int *count = (int *)unsupp_fs; check_unsupp_fs() local 9596 int i, ret, count; upgrade_enable_all() local 9678 int count; upgrade_cb() local 9838 int count = 0; upgrade_one() local 10567 int count, ret; zpool_do_events_clear() local 11424 unsigned long count; zpool_do_wait() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 138 CombineLines(const std::vector<EditLineStringType> & lines) CombineLines() argument 456 StringList lines; GetInputAsStringList() local 651 StringList lines = GetInputAsStringList(m_current_line_index + 1); BreakLineCommand() local 692 auto lines = GetInputAsStringList(); EndOrAddLineCommand() local 824 StringList lines = GetInputAsStringList(); NextLineCommand() local 870 StringList lines = GetInputAsStringList(m_current_line_index + 1); FixIndentationCommand() local 1534 int count; GetLine() local 1555 GetLines(int first_line_number,StringList & lines,bool & interrupted) GetLines() argument 1575 int count; GetLines() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 50 uint64_t lines = 0; member 59 uint64_t count = 0; member 67 std::vector<LineInfo> lines; member 526 uint64_t count = 0, d; getCyclesCount() local 701 SmallSet<uint32_t, 16> lines; collectFunction() local 724 uint64_t count = 0; collectSourceLine() local 827 uint64_t count = b->succ[0]->count; annotateSource() local [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 879 libzfs_read_stdout_from_fd(int fd,char ** lines[]) libzfs_read_stdout_from_fd() argument 918 libzfs_run_process_impl(const char * path,char * argv[],char * env[],int flags,char ** lines[],int * lines_cnt) libzfs_run_process_impl() argument 996 libzfs_run_process_get_stdout(const char * path,char * argv[],char * env[],char ** lines[],int * lines_cnt) libzfs_run_process_get_stdout() argument 1007 libzfs_run_process_get_stdout_nopath(const char * path,char * argv[],char * env[],char ** lines[],int * lines_cnt) libzfs_run_process_get_stdout_nopath() argument 1018 libzfs_free_str_array(char ** strs,int count) libzfs_free_str_array() argument 2196 zpool_prepare_disk(zpool_handle_t * zhp,nvlist_t * vdev_nv,const char * prepare_str,char ** lines[],int * lines_cnt) zpool_prepare_disk() argument 2265 zpool_prepare_and_label_disk(libzfs_handle_t * hdl,zpool_handle_t * zhp,const char * name,nvlist_t * vdev_nv,const char * prepare_str,char ** lines[],int * lines_cnt) zpool_prepare_and_label_disk() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 231 uint64_t count = 0; member 310 uint64_t count = 0; variable 313 SmallVector<uint32_t, 4> lines; variable
|
/freebsd-src/usr.bin/col/ |
H A D | col.c | 97 static LINE *lines; variable 430 static int count_size, *count, sorted_size; in flush_line() local
|
/freebsd-src/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 53 int count; in cmd_addbytes() local 86 int count; in cmd_addchnstr() local 116 int count; in cmd_addnstr() local 809 int count; in cmd_waddbytes() local 853 int y, x, count; in cmd_mvaddbytes() local 911 int y, x, count; in cmd_mvaddchnstr() local 967 int y, x, count; in cmd_mvaddnstr() local 1073 int y, x, count; in cmd_mvgetnstr() local 1167 int y, x, count; in cmd_mvinchnstr() local 1236 int y, x, count; in cmd_mvinnstr() local [all …]
|
/freebsd-src/sys/dev/syscons/ |
H A D | scvgarndr.c | 462 vga_txtdraw(scr_stat *scp, int from, int count, int flip) in vga_txtdraw() 750 int lines; in vga_pxlclear_direct() local 771 int lines; in vga_pxlclear_planar() local 886 vga_vgadraw_direct(scr_stat *scp, int from, int count, int flip) in vga_vgadraw_direct() 933 vga_vgadraw_planar(scr_stat *scp, int from, int count, int flip) in vga_vgadraw_planar()
|
/freebsd-src/contrib/libarchive/test_utils/ |
H A D | test_common.h | 226 assertFileContainsLinesAnyOrder(pathname,lines) global() argument 259 assertEntrySetAcls(entry,acls,count) global() argument 261 assertEntryCompareAcls(entry,acls,count,type,mode) global() argument
|
H A D | test_main.c | 475 int count; global() member 1215 assertion_file_contains_lines_any_order(const char * file,int line,const char * pathname,const char * lines[]) assertion_file_contains_lines_any_order() argument [all...] |
/freebsd-src/sys/netpfil/ipfilter/netinet/ |
H A D | radix_ipf.c | 70 int count = 0; in count_mask_bits() local 251 int count; in ipf_rx_lookup() local 578 int count; in ipf_rx_delete() local 1143 int lines; in buildtab() local
|
/freebsd-src/usr.bin/ncal/ |
H A D | ncal.c | 61 char lines[7][MAX_WIDTH + 1]; member 629 int count = 0; in monthrangeb() local 719 int count in monthranger() local [all...] |
/freebsd-src/sys/dev/fb/ |
H A D | vesa.c | 254 int count, i, is_pci; in vesa_bios_post() local 580 vesa_bios_set_line_length(int pixel, int *bytes, int *lines) in vesa_bios_set_line_length() 1416 u_char *data, int ch, int count) in vesa_save_font() 1425 u_char *data, int ch, int count) in vesa_load_font() 1679 get_palette(video_adapter_t *adp, int base, int count, in get_palette() 1715 set_palette(video_adapter_t *adp, int base, int count, in set_palette()
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 129 u32 count; member 538 u32 count, in ecore_cxt_set_proto_tid_count() 1107 u32 lines, line, sz_left, lines_to_skip = 0; in ecore_ilt_blk_alloc() local 1183 u32 lines = clients[i].vf_total_lines * k; in ecore_ilt_shadow_alloc() local 2272 u32 count = 0; in ecore_cxt_set_pf_params() local 2548 u32 start_iid, u32 count) in ecore_cxt_free_ilt_range()
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 1055 uint32_t count = relocatedDebugContents.size() / sizeof(object::FpoData); in addDebugSymbols() local 1752 DebugLinesSubsectionRef &lines, in findLineTable() argument 1837 DebugLinesSubsectionRef lines; in getFileLineCodeView() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 369 uint32_t count = modules.getModuleCount(); in CalculateNumCompileUnits() local 1055 size_t count = comp_unit.GetNumFunctions(); in ParseFunctions() local 1205 DebugLinesSubsectionRef lines; in ParseLineTable() local 1615 size_t count = ParseSymbolArrayInScope(func_id, parse_blocks); ParseBlocksRecursive() local 1629 size_t count = 1; ParseSymbolArrayInScope() local 1920 size_t count = 0; ParseVariablesForBlock() local 2023 size_t count = ParseVariablesForBlock(block_id.asCompilandSym()); ParseVariablesForContext() local 2030 size_t count = ParseVariablesForBlock(block_id.asCompilandSym()); ParseVariablesForContext() local [all...] |
/freebsd-src/contrib/ee/ |
H A D | ee.c | 2060 int count; in get_options() local 2498 int lines, charac; in write_file() local 2938 move_rel(int direction, int lines) in move_rel()
|
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 1317 int count = 0; tls_get_errors() local 5017 max_str_len(const char ** lines) max_str_len() argument 5033 match_lines_in_file(const char * path,const char ** lines) match_lines_in_file() argument
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | main.c | 347 int count; member 1059 const char *pathname, const char *lines[]) in assertion_file_contains_lines_any_order()
|
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 1554 std::vector<std::string> lines; SplitEscapedString() local 3094 FormatCountableNoun(int count,const char * singular_form,const char * plural_form) FormatCountableNoun() argument 6617 std::vector<std::string> lines; LoadFlagsFromFile() local [all...] |
/freebsd-src/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 3181 int count = 0; ixl_handle_nvmupd_cmd() local 4094 int lines = length / byte_stride; ixl_sbuf_print_bytes() local [all...] |