Searched refs:line (Results 651 - 675 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h8 #define _sdp_printk(func, line, level, sk, format, arg...) \
11 func, line, sk ? sdp_sk(sk) : NULL, \
45 int line; member in struct:sdpprf_log
77 l->line = __LINE__; \
161 void _dump_packet(const char *func, int line, struct socket *sk, char *str,
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dmain.c215 int line, omask; local
224 line = 0;
226 if (line != 0) {
241 line++;
245 if (line == 21) /* XXX tty line count */
/freebsd-11-stable/sys/dev/fb/
H A Dsplash_pcx.c206 uint8_t line[MAXSCANLINE]; local
248 line[j++] = pcx_info.zdata[i];
260 bcopy(line, vidmem + pos, j);
264 bcopy(line + j, vidmem, pcx_info.width - j);
266 bcopy(line, vidmem + pos, pcx_info.width);
/freebsd-11-stable/sys/kern/
H A Dsubr_stack.c204 stack_ktr(u_int mask, const char *file, int line, const struct stack *st, argument
215 ktr_tracepoint(mask, file, line, "#0 %p %p %p %p %p %p",
220 ktr_tracepoint(mask, file, line, "#1 %p %p %p %p %p %p",
225 ktr_tracepoint(mask, file, line, "#2 %p %p %p %p %p %p",
234 ktr_tracepoint(mask, file, line, "#%d %p at %s+%#lx",
H A Dkern_rangelock.c252 _rangelock_cookie_assert(void *cookie, int what, const char *file, int line) argument
263 panic("rangelock not held @ %s:%d\n", file, line);
268 panic("rangelock not rlocked @ %s:%d\n", file, line);
273 panic("rangelock not wlocked @ %s:%d\n", file, line);
277 line);
/freebsd-11-stable/contrib/byacc/
H A Derror.c31 fprintf(stderr, "%s: e - line %d of \"%s\", missing '}'\n",
39 fprintf(stderr, "%s: e - line %d of \"%s\", unexpected end-of-file\n",
73 fprintf(stderr, "%s: e - line %d of \"%s\", syntax error\n",
82 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched /*\n",
91 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated string\n",
100 fprintf(stderr, "%s: e - line %d of \"%s\", unmatched %%{\n",
109 fprintf(stderr, "%s: e - line %d of \"%s\", unterminated %%union \
118 fprintf(stderr, "%s: e - line %d of \"%s\", too many %%union \
120 print_pos(line, u_cptr);
127 fprintf(stderr, "%s: e - line
[all...]
/freebsd-11-stable/lib/libedit/TEST/
H A Dwtc1.c118 const wchar_t *line; local
154 * Bind j, k in vi command mode to previous and next line, instead
157 el_wset(el, EL_BIND, L"-a", L"k", L"ed-prev-line", NULL);
158 el_wset(el, EL_BIND, L"-a", L"j", L"ed-next-line", NULL);
163 while((line = el_wgets(el, &numc)) != NULL && numc != 0) {
171 (void)fwprintf(stderr, L"==> got %d %ls", numc, line);
199 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
254 tok_str(ntok, my_wcstombs(line), &nargc, &nav);
/freebsd-11-stable/contrib/mdocml/
H A Dmanpath.c172 char *line, *cp, *ep; local
179 line = NULL;
182 while ((linelen = getline(&line, &linesz, stream)) != -1) {
183 cp = line;
223 free(line);
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c57 number_none, /* no line numbering */
67 /* line numbering formats */
109 /* line numbering format */
121 /* characters used in separating the line number and the corrsp. text line */
127 /* number of characters to be used for the line number */
261 /* Allocate a buffer suitable for preformatting line number. */
279 int line; /* logical line number */ local
286 line
[all...]
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Dfileconf.c69 char line[MAX_LINE + 1]; local
76 while (fgets(line, MAX_LINE, fp) != NULL)
86 linelen = strlen(line);
87 if (line[linelen - 1] != '\n')
92 // Either the line doesn't fit in
98 "%s, line %u is longer than %u characters",
111 // Try the next line.
115 ptr = line;
123 // Blank line.
129 // line i
[all...]
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh101 while read line ; do
102 local bareline=${line%%\#*}
122 # append a nameserver line that points to localhost, if there wasn't
128 while read line ; do
129 local bareline=${line%%\#*}
151 echo "${line}"
316 # Parse and validate command-line options
368 # Get the list of forwarders, either from the command line or
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Derr_inherit3.tab.c120 #line 2 "err_inherit3.y"
145 #line 39 "err_inherit3.y"
154 #line 155 "err_inherit3.tab.c"
417 #line 78 "err_inherit3.y"
421 #line 422 "err_inherit3.tab.c"
431 #line 30 "err_inherit3.y"
441 #line 442 "err_inherit3.tab.c"
443 #line 30 "err_inherit3.y"
453 #line 454 "err_inherit3.tab.c"
455 #line 3
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c400 errno_test(struct context *ctx, const char *file, const size_t line, argument
411 format_reason_fmt(&reason, file, line, "Expected errno %d, got %d, "
418 format_reason_fmt(&reason, file, line, "Expected true value in %s",
837 _atf_tc_fail_check(struct context *ctx, const char *file, const size_t line, argument
844 format_reason_ap(&reason, file, line, fmt, ap2);
852 const size_t line, const char *fmt, va_list ap)
858 format_reason_ap(&reason, file, line, fmt, ap2);
892 _atf_tc_check_errno(struct context *ctx, const char *file, const size_t line, argument
896 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check);
900 _atf_tc_require_errno(struct context *ctx, const char *file, const size_t line, argument
851 _atf_tc_fail_requirement(struct context *ctx, const char *file, const size_t line, const char *fmt, va_list ap) argument
1079 atf_tc_fail_check(const char *file, const size_t line, const char *fmt, ...) argument
1091 atf_tc_fail_requirement(const char *file, const size_t line, const char *fmt, ...) argument
1132 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
1142 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-browser.c956 char *line, *p; local
968 /* Make sure we have a line buffer to start with. */
974 line = (char *) xrealloc (*lineptr, MAX_CANON);
975 if (line == NULL)
977 *lineptr = line;
981 line = *lineptr;
985 p = line;
1000 /* Need to enlarge the line buffer. */
1001 len = p - line;
1003 line
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dcalc1.y30 %start line
53 | lines line
56 line : dexp '\n' label
H A Dvarsyntax_calc1.y31 %start line
55 | lines line
58 line : dexp '\n' label
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_from_text.c101 * Is an entirely comment line, skip to next
195 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; local
211 while ((line = strsep(&cur, "\n"))) {
212 /* Now split the line on the first # to strip out comments. */
213 comment = line;
/freebsd-11-stable/lib/libc/gen/
H A Dgetutxent.c204 getutxline(const struct utmpx *line) argument
215 if (strncmp(fu.fu_line, line->ut_line,
216 MIN(sizeof(fu.fu_line), sizeof(line->ut_line))) ==
H A Dgetusershell.c109 char line[MAXPATHLEN + 2]; local
118 while (fgets(line, MAXPATHLEN + 1, fp) != NULL) {
119 cp = line;
/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c223 int blank = 0, line; local
225 for (line = 1;; line++) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.h50 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
76 LUAI_FUNC void luaK_prefix (FuncState *fs, UnOpr op, expdesc *v, int line);
79 expdesc *v2, int line);
/freebsd-11-stable/contrib/lua/src/
H A Dlcode.h55 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
81 LUAI_FUNC void luaK_prefix (FuncState *fs, UnOpr op, expdesc *v, int line);
84 expdesc *v2, int line);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp81 line.clear();
90 line += char(c);
95 if (line.length() == 0)
97 if (!(line.length() >= 3 && line[0] == '.' && line[1] == 'P'
98 && (line[2] == 'S' || line[2] == 'E' || line[2] == 'F')
99 && (line
1446 string line; member in class:copy_thru_input
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c23 /* Logical line numbers can be controlled by the compiler via the
98 /* First special line opcde - leave room for the standard opcodes.
105 /* Minimum line offset in a special line info. opcode. This value
110 /* Range of line offsets in a special line info. opcode. */
124 /* Given a special op, return the line skip amount. */
156 /* Collects data for all line table entries during assembly. */
306 static unsigned int line = -1;
312 if (loc->filenum == 0 || loc->line
304 static unsigned int line = -1; local
334 dwarf2_where(struct dwarf2_line_info *line) argument
571 offsetT filenum, line; local
1123 unsigned line = 1; local
[all...]
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c74 char *line; local
78 while ((line = fgetln(fp, &len)) != NULL) {
79 char c = line[len];
81 line[len] = '\0';
82 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS)) {
87 line[len] = c;

Completed in 165 milliseconds

<<21222324252627282930>>