Searched refs:line (Results 676 - 700 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/byacc/test/yacc/
H A Derr_syntax18.tab.c100 #line 2 "err_syntax18.y"
103 #line 104 "err_syntax18.tab.c"
228 #line 13 "err_syntax18.y"
250 #line 251 "err_syntax18.tab.c"
450 #line 9 "err_syntax18.y"
453 #line 454 "err_syntax18.tab.c"
H A Derr_syntax20.tab.c100 #line 2 "err_syntax20.y"
103 #line 104 "err_syntax20.tab.c"
224 #line 16 "err_syntax20.y"
246 #line 247 "err_syntax20.tab.c"
446 #line 12 "err_syntax20.y"
449 #line 450 "err_syntax20.tab.c"
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dinherit2.tab.c120 #line 2 "inherit2.y"
145 #line 39 "inherit2.y"
154 #line 155 "inherit2.tab.c"
416 #line 78 "inherit2.y"
420 #line 421 "inherit2.tab.c"
430 #line 30 "inherit2.y"
440 #line 441 "inherit2.tab.c"
442 #line 30 "inherit2.y"
452 #line 453 "inherit2.tab.c"
454 #line 3
[all...]
/freebsd-11-stable/lib/libedit/
H A Dfilecomplete.c365 size_t line, lines, col, cols, thisguy; local
373 * Find out how many entries can be put on one line; count
387 * On the ith line print elements i, i+lines, i+lines*2, etc.
389 for (line = 0; line < lines; line++) {
391 thisguy = line + col * lines;
446 li = FUN(el,line)(el);
544 /* newline to get on next line from command line */
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh218 # or which does not begin at start of line
226 # or end at end of line
288 check 'cat << EOF'"${nl}"'line 1'"${nl}" '' 2
289 check 'cat <<-EOF'"${nl}"' line 1'"${nl}" '' 2
290 check 'cat << EOF'"${nl}"'line 1'"${nl}"' line 2'"${nl}" '' 2
291 check 'cat <<-EOF'"${nl}"' line 1'"${nl}"'line 2'"${nl}" '' 2
293 check 'cat << EOF'"${nl}line 1${nl}${nl}line3${nl}${nl}5!${nl}" '' 2
300 atf_set "descr" "Tests for line ending
[all...]
/freebsd-11-stable/sbin/ccdconfig/
H A Dccdconfig.c215 warnx("%s: bad line: %d", ccdconf, lineno);
286 char line[_POSIX2_LINE_MAX]; local
304 while (fgets(line, sizeof(line), f) != NULL) {
308 if ((cp = strrchr(line, '\n')) != NULL)
311 /* Break up the line and pass it's contents to do_single(). */
312 if (line[0] == '\0')
314 for (cp = line; (cp = strtok(cp, " \t")) != NULL; cp = NULL) {
327 * our first pass through the line, the Right
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dparser.y98 config: line
99 | config line
102 line: T_DEVICE label
229 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
405 char *line;
424 if ((line = strtok(buffer, "\r\n\t ")) == NULL)
427 if (!bt_aton(line, &bdaddr)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp51 uptr line; member in struct:__tsan::SymbolizeCodeContext
70 info.line = cbctx.line;
91 uptr line; member in struct:__tsan::SymbolizeDataContext
116 loc->global.line = cbctx.line;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Drpool.c106 ** line -- line number in file.
126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group)
130 int line;
141 return sm_malloc_tagged_x(size, file, line, group);
205 ** line -- line number in file.
222 sm_rpool_malloc_tagged(rpool, size, file, line, group)
226 int line;
237 return sm_malloc_tagged(size, file, line, grou
[all...]
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c15 * line options; use EDITOR/VISUAL to set vi/emacs preference.
22 * Switching between line-editing-mode vs raw-char-mode depending on
25 * tty system can send in-line escape sequences indicating the current
47 * Asynchronous output while we're editing an input line should be
48 * inserted in the output view *before* the input line, so that the
53 * to keep track of line lengths. It also requires remembering the
122 we're actually editing. Then we send the line to the inferior, and the
125 line come back, we supress the output.
248 /* buf[0 .. buf_count-1] is the what has been emitted on the current line.
290 line_handler (char *line) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c104 /* Print a fatal error and exit. LINE is the line number where we
109 fatal_error (int line, const char *errmsg, int err) argument
111 fprintf (stderr, "test-pexecute:%d: %s", line, errmsg);
120 /* Print an error message and bump the error count. LINE is the line
125 error (int line, const char *errmsg) argument
127 fprintf (stderr, "test-pexecute:%d: %s\n", line, errmsg);
133 /* Check a line in a file. */
136 check_line (int line, FILE *e, const char *str) argument
152 fatal_error (line, buf, 0);
158 fatal_error (line, bu
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c563 /* Pull in the current default source line if necessary */
570 /* bare "edit" edits file with present line. */
576 sal.line += get_lines_to_list () / 2;
597 error ("Junk at end of line specification.");
599 /* if line was specified by address,
600 first print exactly which line, and which file.
615 printf_filtered (" (%s:%d).\n", sal.symtab->filename, sal.line);
621 sal.symtab->filename, sal.line);
629 error ("No line number known for %s.", arg);
635 /* Approximate base-10 log of line t
[all...]
/freebsd-11-stable/contrib/dma/
H A Dnet.c355 char line[1000]; local
453 if (fgets(line, sizeof(line), it->mailf) == NULL)
455 linelen = strlen(line);
456 if (linelen == 0 || line[linelen - 1] != '\n') {
464 trim_line(line);
467 * If the first character is a dot, we escape it so the line
470 if (line[0] == '.')
473 if (send_remote_command(fd, "%s", line) != (ssize_t)linelen+1) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh48 line=$(svcs -o fmri,ctid | grep " $ct\$")
49 svc=$(echo $line | cut -d' ' -f1)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.h225 #line 71 "asn1parse.y"
241 #line 242 "asn1parse.h"
/freebsd-11-stable/contrib/sendmail/contrib/
H A Detrn.pl65 # look for a line starting with "Fw"
82 # look for a line starting with "Cw"
254 (my $pk, my $file, my $line);
255 ($pk, $file, $line) = caller;
/freebsd-11-stable/crypto/openssl/engines/
H A De_capi_err.c182 static void ERR_CAPI_error(int function, int reason, char *file, int line) argument
186 ERR_PUT_error(CAPI_lib_error_code, function, reason, file, line);
/freebsd-11-stable/usr.bin/mail/
H A Dhead.c48 * See if the passed line buffer is a mail header.
88 * Copy the line into dynamic string space, then set
89 * pointers into the copied line in the passed headline
93 parse(char line[], struct headline *hl, char pbuf[]) argument
101 cp = line;
165 * 'N' A new line
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c119 u_long line; local
149 line = (sc->fb_stride * y) + x * sc->fb_bpp/8;
181 *(uint32_t *)(sc->fb_vbase + line + c) = ch1.l;
182 *(uint32_t *)(sc->fb_vbase + line + c + 4) =
185 line += sc->fb_stride;
209 *(uint8_t *)(sc->fb_vbase + line + c) =
213 *(uint32_t *)(sc->fb_vbase + line + 4*c)
221 line += sc->fb_stride;
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c74 static int DoParseCommand(const char *line);
151 /* Parse command line */
213 char line[LINE_MAX]; local
216 for (num = 1; fgets(line, sizeof(line), fp) != NULL; num++) {
217 if (*line == '#')
219 if ((rtn = DoParseCommand(line)) != 0) {
220 warnx("line %d: error in file", num);
427 * Parse a command line and execute the command
430 DoParseCommand(const char *line) argument
[all...]
/freebsd-11-stable/tools/tools/cd2dvd/
H A Dcd2dvd.sh193 read line
194 case "${line}" in
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarcmd.mk3 # Test behaviour of recursive make and vars set on command line.
/freebsd-11-stable/crypto/openssh/
H A Dauthfile.c305 char line[SSH_MAX_PUBKEY_BYTES]; local
314 while (read_keyfile_line(f, filename, line, sizeof(line),
316 cp = line;
513 char line[SSH_MAX_PUBKEY_BYTES]; local
524 while (read_keyfile_line(f, filename, line, sizeof(line),
526 cp = line;
567 * "revoked_keys_file" may be a KRL or a one-per-line list of public keys.
/freebsd-11-stable/sys/net80211/
H A Dieee80211_node.h380 const char *func, int line);
384 const char *func, int line);
387 const char *func, int line);
392 const char *func, int line);
397 const char *func, int line);
400 const char *func, int line);
404 const char *func, int line);
407 const char *func, int line);
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c246 addrinfo_read_snapshot_ai(struct addrinfo *ai, char *line) argument
253 ps = line;
309 addrinfo_read_snapshot_func(struct addrinfo *ai, char *line) argument
315 printf("1 line read from snapshot:\n%s\n", line);
318 ps = line;
384 addrinfo_read_hostlist_func(struct addrinfo *ai, char *line) argument
389 printf("resolving %s: ", line);
390 rv = getaddrinfo(line, NULL, &hints, &result);

Completed in 242 milliseconds

<<21222324252627282930>>