Home
last modified time | relevance | path

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

123456

/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck-MAINTAINERS.py66 def check_group(name, lines): argument
85 lines = open(sys.argv[1]).read().splitlines() variable
88 lines = list(dropwhile(lambda x: x.strip() != needle, lines)) variable
89 lines = lines[2:] variable
95 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
96 lines = lines[2:] variable
102 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
103 lines = lines[2:] variable
109 lines = list(dropwhile(lambda x: needle not in x, lines))[1:] variable
110 lines = list(dropwhile(lambda x: not has_tab(x), lines)) variable
H A Dgit-fix-changelog.py37 def replace_file_in_changelog(lines, filename, fixed): argument
60 lines = r.stdout.splitlines() variable
H A Dfilter-clang-warnings.py71 lines = [line.strip() for line in open(args.log)] variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lint/
H A Dcommon_lint.py8 def VerifyLineLength(filename, lines, max_length): argument
31 def VerifyTabs(filename, lines): argument
52 def VerifyTrailingWhitespace(filename, lines): argument
74 def RunOnFile(filename, lines): argument
H A Dcpp_lint.py14 def VerifyIncludes(filename, lines): argument
77 def RunOnFile(self, filename, lines): argument
H A Dgeneric_lint.py12 def RunOnFile(self, filename, lines): argument
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Doperations_test.cpp57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test() local
187 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
195 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
204 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
217 std::set< std::string > lines; in ATF_TEST_CASE_BODY() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui.cpp165 const std::vector< std::string > lines = text::refill( in out_wrap() local
191 const std::vector< std::string > lines = text::refill( in out_tag_wrap() local
224 const std::vector< std::string > lines = formatter.format(table); in out_table() local
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgit-fix-changelog.py37 def replace_file_in_changelog(lines, filename, fixed): argument
60 lines = r.stdout.splitlines() variable
H A Dfilter-clang-warnings.py57 lines = [l.strip() for l in open(args.log)] variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/usr.bin/shuffle/
H A Dshuffle.c110 char **lines = emalloc(sizeof(char *) * maxlines); in get_lines() local
164 char **lines = NULL; in main() local
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dnodemenu.c93 int lines = 1; in format_node_info() local
137 char **lines = (char **)NULL; in get_visited_nodes() local
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_read.c62 size_t lines, columns; in cl_event() local
308 cl_resize(SCR *sp, size_t lines, size_t columns) in cl_resize()
/netbsd-src/sys/arch/amiga/dev/
H A Dite_rh.c147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dchunk-print-before-all.py15 def print_chunk(lines): argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dget_window_size.c63 get_window_size(int fd, int *lines, int *columns) in get_window_size()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py926 def FindNextMultiLineCommentStart(lines, lineix): argument
937 def FindNextMultiLineCommentEnd(lines, lineix): argument
946 def RemoveMultiLineCommentsFromRange(lines, begin, end): argument
954 def RemoveMultiLineComments(filename, lines, error): argument
995 def __init__(self, lines): argument
1098 def CheckForCopyright(filename, lines, error): argument
1135 def CheckForHeaderGuard(filename, lines, error): argument
1210 def CheckForUnicodeReplacementCharacters(filename, lines, error): argument
1229 def CheckForNewlineAtEOF(filename, lines, error): argument
3814 def ProcessFileData(filename, file_extension, lines, error, argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/
H A Dpriv.h10 int lines; member
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dsymbol-version.py78 lines = sys.stdin.readlines() variable
/netbsd-src/games/rain/
H A Drain.c63 static long lines; variable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dtest_sl.c42 } lines[] = { variable
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dunity_test_summary.rb96 def get_details(result_file, lines) argument
/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_glyphcache.c60 glyphcache_init(glyphcache *gc, int first, int lines, int width, in glyphcache_init() argument
68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width, in glyphcache_init_align() argument
[all...]

123456