Searched refs:line (Results 251 - 275 of 1629) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/contrib/mdocml/
H A Dtbl.c66 * This only returns zero if the line is empty, so we ignore it
73 tbl_alloc(int pos, int line, struct mparse *parse) argument
78 p->line = line;
128 tbl_restart(int line, int pos, struct tbl_node *tbl) argument
132 tbl->line, tbl->pos, NULL);
135 tbl->line = line;
140 tbl->line, tbl->pos, NULL);
166 tbl->line, tb
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_sema.c76 _sema_post(struct sema *sema, const char *file, int line) argument
85 cv_wmesg(&sema->sema_cv), sema->sema_value, file, line);
91 _sema_wait(struct sema *sema, const char *file, int line) argument
103 cv_wmesg(&sema->sema_cv), sema->sema_value, file, line);
109 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) argument
132 cv_wmesg(&sema->sema_cv), sema->sema_value, file, line);
135 cv_wmesg(&sema->sema_cv), file, line);
143 _sema_trywait(struct sema *sema, const char *file, int line) argument
155 cv_wmesg(&sema->sema_cv), sema->sema_value, file, line);
160 cv_wmesg(&sema->sema_cv), file, line);
[all...]
/freebsd-10-stable/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp107 char line[1024]; local
114 if (!fgets(line, sizeof(line), stdin))
116 char *ptr = line;
121 search_list_iterator iter(&list, line);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp52 uint32_t line,
65 line,
77 line,
130 uint32_t line,
141 line,
51 DisplaySourceLinesWithLineNumbers(const lldb_private::FileSpec &file, uint32_t line, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, lldb_private::Stream *s) argument
127 DisplaySourceLinesWithLineNumbers( const SBFileSpec &file, uint32_t line, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, SBStream &s ) argument
/freebsd-10-stable/tools/tools/ath/athaggrstats/
H A Dmain.c121 int line, omask; local
131 line = 0;
133 if (line != 0) {
148 line++;
149 if (line == 21) /* XXX tty line count */
/freebsd-10-stable/tools/tools/ath/athstats/
H A Dmain.c126 int line, omask; local
136 line = 0;
138 if (line != 0) {
153 line++;
154 if (line == 21) /* XXX tty line count */
/freebsd-10-stable/tools/tools/npe/npestats/
H A Dmain.c105 int line, omask; local
115 line = 0;
117 if (line != 0) {
132 line++;
133 if (line == 21) /* XXX tty line count */
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Duniq.c64 char *line; local
72 while ((line = fgetln(fp, &len)) != NULL) {
75 if (!comp(line, &compline, &complen)) {
77 line);
85 line);
101 * normalize whitespace in the original line and place a new string
102 * with whitespace converted to a single space in compline. If the line
104 * comments, we kill the comments. Return 1 if the line had actual
/freebsd-10-stable/contrib/amd/amd/
H A Dsun2amd.c75 int pos, line = 0, retval = 1; local
80 /* Read the input line by line and do the conversion. */
82 line++;
107 plog(XLOG_ERROR, "map line %d has no entry", line);
112 plog(XLOG_ERROR, "map line %d has no entry", line);
119 plog(XLOG_ERROR, "parse error on line %d", line);
[all...]
/freebsd-10-stable/usr.sbin/config/
H A Dmkmakefile.c110 char line[BUFSIZ]; local
112 snprintf(line, sizeof(line), "../../conf/Makefile.%s", machinename);
113 ifp = fopen(line, "r");
115 snprintf(line, sizeof(line), "Makefile.%s", machinename);
116 ifp = fopen(line, "r");
119 err(1, "%s", line);
130 char line[BUFSIZ]; local
153 while (fgets(line, BUFSI
187 char line[BUFSIZ]; local
246 char line[BUFSIZ]; local
[all...]
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c20 * 2. Each line is split into leading whitespace and
23 * to form paragraphs, except that a blank line is always
25 * If the `-p' option is given then the first line of a
28 * If the `-m' option is given then a line that looks
30 * preceded by a non-blank non-message-header line, is
37 * end of a line is deemed to be followed by a single
42 * had occurred at end of line.
45 * to make the line length as near as possible to the goal
51 * Note that for a blank line this translates as "We emit
58 * line, an
406 wchar_t *line; local
483 indent_length(const wchar_t *line, size_t length) argument
496 might_be_header(const wchar_t *line) argument
604 wchar_t *line, *p; local
[all...]
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/scripts/
H A DIBswcountlimits.pm291 my $line = "";
293 while ($line = <IBNET_TOPO>) {
294 if ($line =~ /^Switch.*\"S-(.*)\"\s+#.*\"(.*)\".* lid (\d+).*/) {
302 if ($line =~
326 if ($line =~
351 if ($line =~
376 if ($line =~
408 if ($line =~ /^Ca.*/ || $line =~ /^Rt.*/) { $in_switch = "no"; }
428 foreach my $line (
[all...]
/freebsd-10-stable/games/morse/
H A Dmorse.c290 static int spkr, line; variable
371 if ((line = open(device, O_WRONLY | O_NONBLOCK)) == -1) {
372 perror("open tty line");
375 if (tcgetattr(line, &otty) == -1) {
381 tcsetattr(line, TCSANOW, &ntty);
382 lflags = fcntl(line, F_GETFL);
384 fcntl(line, F_SETFL, &lflags);
385 ioctl(line, TIOCMGET, &lflags);
388 ioctl(line, TIOCMSET, &lflags);
443 tcsetattr(line, TCSANO
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dmacro.c46 /* Return the arglist on the current line. This can behave in two different
101 and SOURCE_LINENO is the line number within that file. If a macro already
263 remainder of the line, sans whitespace. */
397 /* Gather the arguments present on the line if there are any. */
403 line_error (_("Macro `%s' called on line %d with too many args"),
431 /* Reset the line number to where the macro arguments began.
432 This makes line numbers reported in error messages correct in
461 char *name, *line;
593 get_rest_of_line (0, &line);
596 if ((*line
458 char *name, *line; local
741 char *line, *name; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Djv-exp.c123 #line 38 "jv-exp.y"
222 #line 127 "jv-exp.y"
252 #line 148 "jv-exp.y"
473 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
928 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1380 Otherwise, the following line sets YYVAL to garbage.
1392 #line 209 "jv-exp.y"
1401 #line 223 "jv-exp.y"
1410 #line 232 "jv-exp.y"
1418 #line 23
[all...]
H A Df-exp.c135 #line 44 "f-exp.y"
231 #line 130 "f-exp.y"
261 #line 151 "f-exp.y"
464 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
869 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1321 Otherwise, the following line sets YYVAL to garbage.
1333 #line 233 "f-exp.y"
1340 #line 239 "f-exp.y"
1345 #line 244 "f-exp.y"
1350 #line 24
[all...]
/freebsd-10-stable/usr.sbin/setfmac/
H A Dsetfmac.c193 chomp_line(char **line, size_t *linesize) argument
198 for (s = *line; (unsigned)(s - *line) < *linesize; s++) {
203 **line = '\0';
207 memmove(*line, s, *linesize - (s - *line));
208 *linesize -= s - *line;
209 for (s = &(*line)[*linesize - 1]; s >= *line; s--) {
213 if (s != &(*line)[*linesiz
232 char *line; local
300 add_spec_line(const char *file, int is_sebsd, struct label_spec_entry *entry, char *line) argument
[all...]
/freebsd-10-stable/contrib/libyaml/tests/
H A Dexample-reformatter-alt.c26 /* Analyze command line options. */
134 fprintf(stderr, "Scanner error: %s at line %d, column %d\n"
135 "%s at line %d, column %d\n", parser.context,
136 parser.context_mark.line+1, parser.context_mark.column+1,
137 parser.problem, parser.problem_mark.line+1,
141 fprintf(stderr, "Scanner error: %s at line %d, column %d\n",
142 parser.problem, parser.problem_mark.line+1,
149 fprintf(stderr, "Parser error: %s at line %d, column %d\n"
150 "%s at line %d, column %d\n", parser.context,
151 parser.context_mark.line
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h39 DisplaySourceLines (uint32_t line,
53 GetLineOffset (uint32_t line);
56 LineIsValid (uint32_t line);
74 PeekLineData (uint32_t line);
77 GetLineLength (uint32_t line, bool include_newline_chars);
85 CalculateLineOffsets (uint32_t line = UINT32_MAX);
139 uint32_t line,
162 SetDefaultFileAndLine (const FileSpec &file_spec, uint32_t line);
165 GetDefaultFileAndLine (FileSpec &file_spec, uint32_t &line);
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c51 unsigned long line = 0; local
78 line++;
89 if (class == NULL) errx(1, "class missing on line %lu", line);
91 if (type == NULL) errx(1, "type missing on line %lu", line);
93 if (tag == NULL) errx(1, "tag missing on line %lu", line);
95 if (length == NULL) errx(1, "length missing on line %lu", line);
[all...]
/freebsd-10-stable/usr.bin/tip/libacu/
H A Dventel.c76 char *msg, line[80]; local
102 gobble('\n', line);
103 if (gobble('\n', line))
104 connected = gobble('!', line);
108 (void)snprintf(line, sizeof line, "%ld second dial timeout",
110 logent(value(HOST), num, "ventel", line); local
118 cp = strchr(line, '\r');
121 for (cp = line; (cp = strchr(cp, ' ')) != NULL; cp++)
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
H A Devent.h92 _event_set(char const *file, int line, struct event *ev, int fd, short flags, argument
96 file, line, ev, fd, flags, cb, cbarg);
99 ev->lines[0] = line;
105 _event_add(char const *file, int line, struct event *ev, argument
108 "timeout=%p", file, line, ev, ev->fd, ev->flags, ev->cb,
112 ev->lines[1] = line;
118 _event_del(char const *file, int line, struct event *ev) argument
121 file, line, ev, ev->fd, ev->flags, ev->cb, ev->cbarg);
124 ev->lines[2] = line;
/freebsd-10-stable/sys/boot/common/
H A Dmisc.c166 caddr_t line; local
172 for (line = region; line < (region + len); line += 16) {
173 emit("%08lx ", (long) line);
176 if ((line + x) < (region + len)) {
177 emit("%02x ", *(u_int8_t *)(line + x));
186 if ((line + x) < (region + len)) {
187 c = *(u_int8_t *)(line + x);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c54 char *line, *eptr, *longopt, *ptr, *optstring = NULL, *result = NULL; local
65 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
66 if (strncmp(line, "optstring:", 10) == 0) {
69 optstring = strtok(&line[11], WS);
71 errx(1, "missing optstring at line %ld",
74 } else if (strncmp(line, "longopts:", 9) == 0) {
85 ptr = strtok(&line[10], WS);
87 errx(1, "missing longopts at line %ld",
91 warnx("garbage in longopts at line %ld",
102 } else if (strncmp(line, "longop
[all...]
/freebsd-10-stable/contrib/gcc/
H A Drtl.c483 rtl_check_failed_bounds (rtx r, int n, const char *file, int line,
489 func, trim_filename (file), line);
493 rtl_check_failed_type1 (rtx r, int n, int c1, const char *file, int line,
499 func, trim_filename (file), line);
504 int line, const char *func)
509 func, trim_filename (file), line);
514 int line, const char *func)
518 trim_filename (file), line);
523 const char *file, int line, const char *func)
528 func, trim_filename (file), line);
477 rtl_check_failed_bounds(rtx r, int n, const char *file, int line, const char *func) argument
487 rtl_check_failed_type1(rtx r, int n, int c1, const char *file, int line, const char *func) argument
497 rtl_check_failed_type2(rtx r, int n, int c1, int c2, const char *file, int line, const char *func) argument
507 rtl_check_failed_code1(rtx r, enum rtx_code code, const char *file, int line, const char *func) argument
516 rtl_check_failed_code2(rtx r, enum rtx_code code1, enum rtx_code code2, const char *file, int line, const char *func) argument
526 rtl_check_failed_code_mode(rtx r, enum rtx_code code, enum machine_mode mode, bool not_mode, const char *file, int line, const char *func) argument
544 rtl_check_failed_block_symbol(const char *file, int line, const char *func) argument
553 rtvec_check_failed_bounds(rtvec r, int n, const char *file, int line, const char *func) argument
564 rtl_check_failed_flag(const char *name, rtx r, const char *file, int line, const char *func) argument
[all...]

Completed in 385 milliseconds

<<11121314151617181920>>