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

1234567891011>>

/freebsd-11-stable/bin/ed/test/
H A Daddr.d0 line 1
2 line 2
3 line 3
4 line 4
/freebsd-11-stable/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-11-stable/tests/sys/kqueue/libkqueue/
H A Dkqueue_test.sh5 "$(dirname $0)/kqtest" | while read line; do
6 echo $line | grep -q passed
8 echo "ok - $i $line"
12 echo $line | grep -q 'tests completed'
15 echo $line | cut -d' ' -f3
/freebsd-11-stable/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-11-stable/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-11-stable/tools/ifnet/
H A Dconvert_drvapi.sh80 line=$1
81 set=`echo $line| grep "$__ifp__->.* = "`
84 word=`echo $line | awk -F "if_" ' { print $2 }' | awk -F" =" '{ print $1 }'`
85 value=`echo $line | awk -F "=" '{ print $2 }' | sed -e 's/;//g'`
88 old=`echo $line|sed -e 's/^[ ]*//'`
89 line=`echo $line| sed -e's/'$old'/'$new'/g'`
96 line=$1
97 inc=`echo $line | grep "$__ifp__->.*++\|++$__ifp__->.*"`
100 word=`echo $line | aw
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/nbperf/
H A Dhash_driver.c42 char *line = NULL; local
46 while ((len = getline(&line, &buflen, stdin)) > 0) {
47 if (len && line[len - 1] == '\n')
49 printf("%" PRId32 "\n", hash(line, len));
51 free(line);
/freebsd-11-stable/contrib/ntp/sntp/libopts/autoopts/
H A Dusage-txt.h204 /* 800 */ "%s: Command line arguments required\n\0"
226 /* 1574 */ "%s: Command line arguments are not allowed.\n\0"
232 /* 1804 */ "'%s' is not a command line option.\n\0"
356 * referenced where the preceding "#line" directive states, though you will
365 #line 67 "../autoopts.c"
367 #line 93 "../autoopts.c"
369 #line 53 "../init.c"
371 #line 86 "../init.c"
373 #line 84 "../init.c"
376 #line 8
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dgenshell.c105 "text, the second line of the file through the ending tag will be replaced\n"
106 "by the newly generated text. The first '#!' line will be regenerated.\n\0"
247 /** Reference to the title line for genshellopt usage. */
261 /* extracted from optcode.tlib near line 364 */
297 /* extracted from optmain.tlib near line 1250 */
540 text, the second line of the file through the ending tag will be replaced\n\
541 by the newly generated text. The first '#!' line will be regenerated.\n"));
552 #line 67 "../autoopts.c"
554 #line 93 "../autoopts.c"
556 #line 5
[all...]
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c305 /** Reference to the title line for ntpsnmpd usage. */
322 /* extracted from optcode.tlib near line 364 */
358 /* extracted from optmain.tlib near line 1250 */
617 #line 67 "../autoopts.c"
619 #line 93 "../autoopts.c"
621 #line 53 "../init.c"
623 #line 86 "../init.c"
625 #line 84 "../init.c"
628 #line 80 "../autoopts.c"
630 #line 8
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dnsswitch49 while read line; do
50 line=${line##[ ]}
51 case $line in
60 if [ "${line%\\}" = "${line}\\" ]; then
63 line=${line#hosts:}
64 line=${line
[all...]
/freebsd-11-stable/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-11-stable/sys/tools/
H A Dmiidevs2h.awk63 function collectline(f, line) {
65 line = ""
68 line = line "("
74 line = line $f
76 line = line " "
80 line = line
[all...]
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dprutil.h12 int sched_is(int line, struct sched_param *, int);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dsanity.c59 atf_sanity_inv(const char *file, int line, const char *cond) argument
61 fail("Invariant check failed at %s:%d: %s", file, line, cond);
65 atf_sanity_pre(const char *file, int line, const char *cond) argument
67 fail("Precondition check failed at %s:%d: %s", file, line, cond);
71 atf_sanity_post(const char *file, int line, const char *cond) argument
73 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Derror.exp1 make: "error.mk" line 3: just FYI
2 make: "error.mk" line 4: warning: this could be serious
3 make: "error.mk" line 5: this is fatal
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dt-log.c65 char line[256]; local
69 //should be only 1 line
70 while (fgets(line, sizeof(line), f)) {
71 printf("%s", line);
75 char* x = strstr(line,testName);
79 x = strstr(line,testString);
84 //TEST_ASSERT_EQUAL_STRING(testString,line); //doesn't work, line is dynamic because the process name is random.
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h433 // convention and will pull in file and line information
480 void UnityFail(const char* message, const UNITY_LINE_TYPE line) UNITY_NORETURN_ATTRIBUTE;
482 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
538 //This tricky series of macros gives us an optional line argument to treat it as RUN_TEST(func, num=__LINE__)
551 //If we can't do the tricky version, we'll just have to require them to always include the line number
579 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)line);
580 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)line);
586 #define UNITY_TEST_ASSERT(condition, line, messag
[all...]
/freebsd-11-stable/etc/pam.d/
H A Dconvert.pl45 my $line;
55 $line = $1.$3;
56 $line .= "\t" x ((16 - length($line) + 7) / 8);
57 $line .= $4;
58 push(@{$SERVICES{$2}->{$3}}, $line);
/freebsd-11-stable/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-11-stable/contrib/ntp/ntpq/
H A Dntpq-opts.c110 /* 1344 */ "Always output status line with readvar\0"
547 /** Reference to the title line for ntpq usage. */
564 /* extracted from optcode.tlib near line 364 */
617 /* extracted from debug-opt.def, line 15 */
634 /* extracted from optmain.tlib near line 945 */
646 /* extracted from optmain.tlib near line 1250 */
886 puts(_("Always output status line with readvar"));
925 #line 67 "../autoopts.c"
927 #line 93 "../autoopts.c"
929 #line 5
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.c526 /** Reference to the title line for ntpdc usage. */
543 /* extracted from optcode.tlib near line 364 */
596 /* extracted from debug-opt.def, line 15 */
601 /* extracted from optmain.tlib near line 1250 */
880 #line 67 "../autoopts.c"
882 #line 93 "../autoopts.c"
884 #line 53 "../init.c"
886 #line 86 "../init.c"
888 #line 84 "../init.c"
891 #line 8
[all...]
/freebsd-11-stable/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...]

Completed in 333 milliseconds

1234567891011>>