Home
last modified time | relevance | path

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

1234

/freebsd/crypto/krb5/src/util/
H A Dcstyle-file.py66 def emacs_reindent(lines): argument
113 def check_comment(lines, ln): argument
214 def check_unbraced_flow_body(line, ln, lines): argument
252 def check_file(lines): argument
314 lines = sys.stdin.readlines() variable
317 lines = f.readlines() variable
H A Dkrb5-check-copyright.py57 def check_file(lines, fname): argument
103 lines = f.readlines() variable
/freebsd/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/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/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c72 int i, lines = 0; in TS_STATUS_INFO_print_bio() local
104 int lines = 0; in ts_status_map_print() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp254 [this](Editline *editline, StringList &lines) { in IOHandlerEditline()
279 int cursor_position) { in IOHandlerEditline()
425 StringList &lines) { in IsInputCompleteCallback()
430 const StringList &lines, in FixIndentationCallback()
537 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines()
585 StringList lines; in Run() local
/freebsd/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/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/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c42 int lines; variable
/freebsd/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c41 int lines; variable
/freebsd/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/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.h41 int lines; member
/freebsd/crypto/heimdal/lib/roken/
H A Dget_window_size.c61 get_window_size(int fd, int *lines, int *columns) in get_window_size()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h228 const StringList &lines, in IOHandlerFixIndentation()
261 StringList &lines) { in IOHandlerIsInputComplete()
302 StringList &lines) override { in IOHandlerIsInputComplete()
/freebsd/crypto/heimdal/lib/sl/
H A Dtest_sl.c40 } lines[] = { variable
/freebsd/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/contrib/bearssl/src/codec/
H A Dpemenc.c68 size_t dlen, banner_len, lines; in br_pem_encode() local
/freebsd/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/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/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp140 EditLineStringType CombineLines(const std::vector<EditLineStringType> &lines) { in CombineLines()
462 StringList lines; in GetInputAsStringList() local
663 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand() local
706 auto lines = GetInputAsStringList(); in EndOrAddLineCommand() local
844 StringList lines = GetInputAsStringList(); in NextLineCommand() local
892 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand() local
1656 bool Editline::GetLines(int first_line_number, StringList &lines, in GetLines()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c898 libzfs_read_stdout_from_fd(int fd, char **lines[]) in libzfs_read_stdout_from_fd()
937 char **lines[], int *lines_cnt) in libzfs_run_process_impl()
1016 char **lines[], int *lines_cnt) in libzfs_run_process_get_stdout()
1027 char *env[], char **lines[], int *lines_cnt) in libzfs_run_process_get_stdout_nopath()
2385 const char *prepare_str, char **lines[], int *lines_cnt) in zpool_prepare_disk()
2454 char **lines[], int *lines_cnt) in zpool_prepare_and_label_disk()
/freebsd/usr.bin/tail/
H A Dread.c134 lines(FILE *fp, const char *fn, off_t off) in lines() function

1234