Searched refs:line (Results 26 - 50 of 1467) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/tools/whereintheworld/
H A Dwhereintheworld.pl15 my $line;
24 while ($line = <>) {
25 if ($line =~ /^------------/) {
27 print $line unless ($lastwasdash);
32 if ($inside && $line =~ /^>>>/) {
33 print $line;
37 if ($line =~ /^TB /) {
38 print $line;
41 if ($line =~ /^=+>/) {
44 push(@lines, $line);
[all...]
/freebsd-10.0-release/gnu/lib/libregex/doc/
H A Dinclude.awk1 # Assume `source' is set with -vsource=filename on the command line.
5 while ((getline line < source) > 0)
7 if (match (line, "\\[\\[\\[end " inclusion "\\]\\]\\]"))
11 print line;
13 if (match (line,"\\[\\[\\[begin " inclusion "\\]\\]\\]"))
/freebsd-10.0-release/tools/tools/track/
H A Dtrack.sh32 while read line
34 case $line in
48 printf "%s%*s${endl}" "${line}" $((${COLUMNS:-80} - ${#line} - 1)) " "
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dxkeyboard-variants.sh31 while read line
34 if [ "$FOUND" = "1" -a ! -z "$line" ]
36 echo $line | grep '! ' >/dev/null 2>/dev/null
41 echo "$line"
47 echo $line | grep '! variant' >/dev/null 2>/dev/null
H A Dxkeyboard-layouts.sh37 while read line
40 if [ "$FOUND" = "1" -a ! -z "$line" ]
42 echo $line | grep '! ' >/dev/null 2>/dev/null
47 echo "$line" >> ${TMPLIST}
53 echo $line | grep '! layout' >/dev/null 2>/dev/null
H A Dxkeyboard-models.sh31 while read line
34 if [ "$FOUND" = "1" -a ! -z "$line" ]
36 echo $line | grep '! ' >/dev/null 2>/dev/null
41 model="`echo $line | sed 's|(|[|g'`"
49 echo $line | grep '! model' >/dev/null 2>/dev/null
/freebsd-10.0-release/etc/rc.d/
H A Dnsswitch48 while read line; do
49 line=${line##[ ]}
50 case $line in
59 if [ "${line%\\}" = "${line}\\" ]; then
62 line=${line#hosts:}
63 line=${line
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_scroll.c56 int line; local
71 * This used to do a line-text pointer-shuffle instead of text copies.
84 for (line = bottom; line >= limit && line >= 0; line--) {
85 TR(TRACE_MOVE, ("...copying %d to %d", line + n, line));
86 memcpy(win->_line[line].text,
87 win->_line[line
[all...]
/freebsd-10.0-release/sys/tools/
H A Dmiidevs2h.awk70 function collectline(f, line) {
72 line = ""
75 line = line "("
81 line = line $f
83 line = line " "
87 line = line
[all...]
H A Dpccarddevs2h.awk69 function collectline(f, line) {
71 line = ""
74 line = line "("
80 line = line $f
82 line = line " "
86 line = line
[all...]
/freebsd-10.0-release/tools/regression/p1003_1b/
H A Dprutil.h12 int sched_is(int line, struct sched_param *, int);
/freebsd-10.0-release/contrib/texinfo/info/
H A Dm-x.c39 char *line; local
58 line = info_read_completing_in_echo_area (window, prompt, array);
65 return (line);
71 char *line; local
73 line = read_function_name ((char *) _("Describe command: "), window);
75 if (!line)
82 if (*line)
84 InfoCommand *cmd = named_function (line);
90 line, function_documentation (cmd));
92 free (line);
98 char *line; local
169 char *line; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dsanity.c63 atf_sanity_inv(const char *file, int line, const char *cond) argument
65 fail("Invariant check failed at %s:%d: %s", file, line, cond);
69 atf_sanity_pre(const char *file, int line, const char *cond) argument
71 fail("Precondition check failed at %s:%d: %s", file, line, cond);
75 atf_sanity_post(const char *file, int line, const char *cond) argument
77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dint_util.c28 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
29 panic("%s:%d: abort in %s", file, line, function);
36 int line, const char * message) __attribute__((noreturn));
40 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
41 __assert_rtn(function, file, line, "libcompiler_rt abort");
52 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
H A Deprintf.c27 const char* line, const char* file)
29 fprintf(stderr, format, assertion_expression, line, file);
26 __eprintf(const char* format, const char* assertion_expression, const char* line, const char* file) argument
/freebsd-10.0-release/etc/pam.d/
H A Dconvert.pl43 my $line;
53 $line = $1.$3;
54 $line .= "\t" x ((16 - length($line) + 7) / 8);
55 $line .= $4;
56 push(@{$SERVICES{$2}->{$3}}, $line);
/freebsd-10.0-release/contrib/gperf/src/
H A Dinput.cc49 /* Returns true if the given line contains a "%DECL" declaration. */
51 is_declaration (const char *line, const char *line_end, unsigned int lineno, argument
55 line++;
60 if (!(line < line_end))
62 if (!(*line == *d || (*d == '-' && *line == '_')))
64 line++;
66 if (line < line_end
67 && ((*line >= 'A' && *line <
93 is_declaration_with_arg(const char *line, const char *line_end, unsigned int lineno, const char *decl, char **argp) argument
153 is_define_declaration(const char *line, const char *line_end, unsigned int lineno, const char *decl, char **argp) argument
[all...]
/freebsd-10.0-release/contrib/libreadline/examples/
H A Dhistexamp.c35 char line[1024], *t; local
38 line[0] = 0;
46 t = fgets (line, sizeof (line) - 1, stdin);
55 strcpy (line, "quit");
57 if (line[0])
64 result = history_expand (line, &expansion);
75 strncpy (line, expansion, sizeof (line) - 1);
79 if (strcmp (line, "qui
[all...]
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-getdelim.c77 char *line; local
93 line = malloc(i);
94 /* First line: the full apothegm */
95 assert(getline(&line, &linecap, fp) == sizeof(apothegm) - 1);
96 assert(memcmp(line, apothegm, sizeof(apothegm)) == 0);
98 /* Second line: the NUL terminator following the newline */
99 assert(getline(&line, &linecap, fp) == 1);
100 assert(line[0] == '\0' && line[1] == '\0');
101 /* Third line
[all...]
/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_readline.c54 * Read a line from a file.
60 char *line; local
64 line = NULL;
65 if (openpam_straddch(&line, &size, &len, 0) != 0)
88 if (line[len - 1] == '\\') {
89 line[--len] = '\0';
96 if (openpam_straddch(&line, &size, &len, ch) != 0)
103 return (line);
105 FREE(line);
112 * The =openpam_readline function reads a line fro
[all...]
/freebsd-10.0-release/tools/tools/bootparttest/
H A Dmalloc.c33 Malloc(size_t size, const char *file, int line) argument
40 Free(void *ptr, const char *file, int line) argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \
50 internal_error (file, line, "%s: Assertion `%s' failed.", \
53 #define gdb_assert_fail(assertion, file, line, function) \
54 internal_error (file, line, "Assertion `%s' failed.", \
/freebsd-10.0-release/lib/libc/gen/
H A Dassert.c41 __assert(func, file, line, failedexpr)
43 int line;
48 "Assertion failed: (%s), file %s, line %d.\n", failedexpr,
49 file, line);
52 "Assertion failed: (%s), function %s, file %s, line %d.\n",
53 failedexpr, func, file, line);
/freebsd-10.0-release/contrib/amd/scripts/
H A Damd2sun.in17 $line = $_;
18 while ($line =~ /\\$/) {
19 chop $line;
22 $line .= $line2;
23 chop $line;
26 next unless $line =~ /^([^\s]+)\s+(.*)$/;
/freebsd-10.0-release/lib/libstand/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) argument
38 panic("Assertion failed: (%s), file %s, line %d.\n",
39 expression, file, line);
42 "Assertion failed: (%s), function %s, file %s, line %d.\n",
43 expression, func, file, line);

Completed in 124 milliseconds

1234567891011>>