Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd-src/contrib/kyua/utils/text/
H A Doperations_test.cpp57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test() local
218 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
226 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
235 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
248 std::set< std::string > lines; in ATF_TEST_CASE_BODY() local
H A Dtable.cpp220 std::vector< std::string > lines; in format_row() local
412 std::vector< std::string > lines; in format() local
/freebsd-src/contrib/kyua/utils/cmdline/
H A Dui.cpp174 const std::vector< std::string > lines = text::refill( in out_wrap() local
200 const std::vector< std::string > lines = text::refill( in out_tag_wrap() local
233 const std::vector< std::string > lines = formatter.format(table); in out_table() local
/freebsd-src/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c73 int i, lines = 0; in TS_STATUS_INFO_print_bio() local
105 int lines = 0; in ts_status_map_print() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp269 [this](Editline *editline, StringList &lines) { in IOHandlerEditline()
295 int cursor_position) { in IOHandlerEditline()
441 StringList &lines) { in IsInputCompleteCallback()
446 const StringList &lines, in FixIndentationCallback()
535 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines()
582 StringList lines; in Run() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp125 llvm::StringRef lines(linux_map); in ParseLinuxMapRegions() local
148 llvm::StringRef lines(linux_smap); in ParseLinuxSMapRegions() local
/freebsd-src/contrib/nvi/cl/
H A Dcl_read.c50 size_t lines, columns; in cl_event() local
309 cl_resize(SCR *sp, size_t lines, size_t columns) in cl_resize()
/freebsd-src/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c41 int lines; variable
/freebsd-src/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c42 int lines; variable
/freebsd-src/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.h41 int lines; member
/freebsd-src/sys/dev/syscons/
H A Dschistory.c86 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer()
164 int lines; in copy_history() local
/freebsd-src/crypto/heimdal/lib/roken/
H A Dget_window_size.c61 get_window_size(int fd, int *lines, int *columns) in get_window_size()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
/freebsd-src/crypto/heimdal/lib/sl/
H A Dtest_sl.c40 } lines[] = { variable
/freebsd-src/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb96 def get_details(result_file, lines) argument
H A Dunity_test_summary.py85 def get_details(self, result_file, lines): argument
/freebsd-src/contrib/bearssl/src/codec/
H A Dpemenc.c68 size_t dlen, banner_len, lines; in br_pem_encode() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp141 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { in IOHandlerIsInputComplete()
155 int REPL::CalculateActualIndentation(const StringList &lines) { in CalculateActualIndentation()
169 const StringList &lines, in IOHandlerFixIndentation()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h234 const StringList &lines, in IOHandlerFixIndentation()
267 StringList &lines) { in IOHandlerIsInputComplete()
308 StringList &lines) override { in IOHandlerIsInputComplete()
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp138 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
1555 GetLines(int first_line_number,StringList & lines,bool & interrupted) GetLines() argument
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c879 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
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/lldb/source/Utility/
H A DStringList.cpp152 size_t StringList::SplitIntoLines(const std::string &lines) { in SplitIntoLines()
156 size_t StringList::SplitIntoLines(const char *lines, size_t len) { in SplitIntoLines()
/freebsd-src/contrib/less/
H A Dttyin.c148 int lines = 1; default_wheel_lines() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp78 lldb::offset_t ClangREPL::GetDesiredIndentation(const StringList &lines, in GetDesiredIndentation() argument
/freebsd-src/usr.bin/tail/
H A Dread.c134 lines(FILE *fp, const char *fn, off_t off) in lines() function

1234