Searched refs:line (Results 551 - 575 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh117 while read line
119 echo $line | grep -q "^disk0=" 2>/dev/null
124 get_value_from_string "${line}"
129 echo $line | grep -q "^commitDiskPart" 2>/dev/null
H A Dfunctions-bsdlabel.sh47 # On check on the disk-label line if we have any extra vars for this device
188 while read line
191 echo $line | grep -q "^${_dTag}-part=" 2>/dev/null
194 get_value_from_string "${line}"
234 while read line
237 echo $line | grep -q "^${_dTag}-part=" 2>/dev/null
242 get_value_from_string "${line}"
256 check_for_enc_pass "${line}"
275 *) exit_err "ERROR: Invalid file system specified on $line" ;;
281 exit_err "ERROR: The size specified on $line i
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ipx.c101 static char line[256]; local
103 snprintf(line, sizeof(line), "%08x.%02x:%02x:%02x:%02x:%02x:%02x",
106 return line;
H A Dprint-esp.c444 static void esp_print_decode_ikeline(netdissect_options *ndo, char *line, argument
456 init = strsep(&line, " \t");
457 icookie = strsep(&line, " \t");
458 rcookie = strsep(&line, " \t");
459 authkey = strsep(&line, " \t");
460 enckey = strsep(&line, " \t");
478 (*ndo->ndo_warning)(ndo, "print_esp: line %s:%u improperly formatted.",
508 static void esp_print_decode_onesecret(netdissect_options *ndo, char *line, argument
517 spikey = strsep(&line, " \t");
522 if (line
626 char *line; local
[all...]
/freebsd-11-stable/contrib/top/
H A Ddisplay.c137 /* if operating in "dumb" mode, we only need one line */
359 * *_procstates(total, brkdn, names) - print the process summary line
361 * Assumptions: cursor is at the beginning of the line on entry
435 /* format and update the line */
446 * Assumptions: cursor is on the PREVIOUS line
449 /* cpustates_tag() calculates the correct tag to use to label the line */
501 /* now walk thru the names and print the line */
620 * for i_memory ONLY: cursor is on the previous line
647 /* format the new line */
656 * for i_arc ONLY: cursor is on the previous line
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dvalidation-reporter.sh19 # and writes one log-line to it (grepped from the logfile).
26 # Below this line is the code for the validation reporter,
30 tail -F $logfile | grep --line-buffered "unbound.*info: validation failure" | \
/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.h48 void ssl_err_check(const char *file, int line);
49 void assert_bignum(const char *file, int line,
52 void assert_string(const char *file, int line,
55 void assert_mem(const char *file, int line,
58 void assert_mem_filled(const char *file, int line,
61 void assert_int(const char *file, int line,
64 void assert_size_t(const char *file, int line,
67 void assert_u_int(const char *file, int line,
70 void assert_long(const char *file, int line,
73 void assert_long_long(const char *file, int line,
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl76 Default: take file list to scan from the command line.
109 assuming '-recurse' was NOT specified on the command line.
162 my $line = "", $def= "", $linenr = 0, $gotfile = 0, $cpp = 0;
167 print STDERR "line: $linenr\r" if $debug;
170 if ($line ne '') {
171 $_ = $line . $_;
172 $line = '';
176 $line = $_;
182 $line = $_; # ... just accumulate
201 $line
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_debug.h68 int line, const char *fmt, ...);
/freebsd-11-stable/contrib/mdocml/
H A Dlibmdoc.h21 int line, \
39 ARGS_EOLN, /* end-of-line */
/freebsd-11-stable/usr.sbin/rpc.umntall/
H A Dmounttab.c72 * Read mounttab line for line and return struct mtablist.
148 int line; local
154 line = 0;
172 line++;
175 if (line == 0) {
/freebsd-11-stable/contrib/tcp_wrappers/
H A Ddiag.c3 * with the current context (file name and line number), if available.
41 sprintf(fmt, "%s: %s, line %d: %s",
42 tag, tcpd_context.file, tcpd_context.line, format);
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c247 split_row(uint8_t *left, uint8_t *right, uint8_t *line, size_t w) argument
253 memcpy(left, line, wbytes);
260 t = *(line + wbytes + i - 1);
262 t |= *(line + wbytes + i) >> s;
290 char *line, *ln, *p; local
322 errx(1, "invalid FONTBOUNDINGBOX at line %u",
341 errx(1, "invalid DWIDTH at line %u", linenum);
343 errx(1, "bitmap with unsupported DWIDTH %d %d at line %u",
357 line = xmalloc(wbytes * 2);
369 errx(1, "invalid BBX at line
438 uint8_t *bytes = NULL, *bytes_r = NULL, *line = NULL; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h43 unsigned line, unsigned column, bool prologueend, bool isstmt)
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line),
75 void setLine(unsigned line) { Line = line; } argument
116 /// list the line info for the 'g' call site.
163 /// in the line number table with this information and the address of the
171 /// Add a line entry.
180 /// Emits a line table substream.
42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, unsigned line, unsigned column, bool prologueend, bool isstmt) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileLineResolver.h24 /// This class finds address for source file and line. Optionally, it will
25 /// look for inlined instances of the file and line specification.
51 void Reset(const FileSpec &file_spec, uint32_t line, bool check_inlines);
55 uint32_t m_line_number; // This is the line number that we are looking for.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h46 /// Attempts to find possible command line completions for the given
53 /// in the command line.
55 /// \param[in] line
56 /// The line with the completion cursor inside the expression as a string.
57 /// The first line in the expression has the number 0.
60 /// The character position in the line with the completion cursor.
62 /// in the line (i.e. the user has requested completion from the start of
66 /// The cursor position in the line as typed by the user. If the user
76 virtual bool Complete(CompletionRequest &request, unsigned line, unsigned pos,
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h40 unsigned line; member in struct:lld::DWARFCache::VarLoc
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Derror.c111 * do this is being undefined and the filename and line number will
125 svn_error__locate(const char *file, long line)
137 status = apr_threadkey_private_set((void*)line, error_line_key);
144 error_line = line;
203 new_error->line = (long)item;
211 new_error->line = error_line;
338 svn_error__trace(const char *file, long line, svn_error_t *err)
351 svn_error__locate(file, line);
593 "%s:%ld", err->file, err->line));
618 /* Skip it. We already printed the file-line coordinate
123 svn_error__locate(const char *file, long line) argument
335 svn_error__trace(const char *file, long line, svn_error_t *err) argument
821 svn_error_raise_on_malfunction(svn_boolean_t can_return, const char *file, int line, const char *expr) argument
844 svn_error_abort_on_malfunction(svn_boolean_t can_return, const char *file, int line, const char *expr) argument
878 svn_error__malfunction(svn_boolean_t can_return, const char *file, int line, const char *expr) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c42 int line = 0; variable
171 line++;
176 fprintf(stdout, "%d:\n", line);
179 fprintf(stderr, "bad input, line %d\n", line);
257 line, type, eprint(err), len,
263 line, type, f2);
278 fprintf(stderr, "%d: bad STARTEND syntax\n", line);
288 line, type, eprint(err), len,
296 line, typ
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c31 /* Queue up one-line messages to be printed at the end,
320 according to the command line options.
350 line 1 and consider it just one space, or nothing at
351 all if it is at the end of the line. */
366 /* Likewise for line 2. */
516 /* Print the text of a single line LINE,
518 the line is inserted, deleted, changed, etc.). */
521 print_1_line (char const *line_flag, char const *const *line)
523 char const *base = line[0], *limit = line[
514 print_1_line(char const *line_flag, char const *const *line) argument
686 char const *line = linbuf0[i]; local
701 char const *line = linbuf1[i]; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-ppoutput.c38 unsigned char printed; /* Nonzero if something output at line. */
86 /* -dM command line option. Should this be elsewhere? */
231 /* If the token read on logical line LINE needs to be output on a
232 different line to the current one, output the required newlines or
233 a line marker, and return 1. Otherwise return 0. */
239 /* End the previous line of text. */
259 /* Output a line marker for logical line LINE. Special flags are "1"
264 /* End any previous line of text. */
298 /* Called when a line o
330 cb_ident(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, const cpp_string *str) argument
339 cb_define(cpp_reader *pfile, source_location line, cpp_hashnode *node) argument
357 cb_undef(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, cpp_hashnode *node) argument
366 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument
447 cb_def_pragma(cpp_reader *pfile, source_location line) argument
[all...]
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c18 int line = 0; variable
144 line++;
149 fprintf(stdout, "%d:\n", line);
152 fprintf(stderr, "bad input, line %d\n", line);
229 line, type, eprint(err), len, sizeof(erbuf), erbuf);
234 line, type, f2);
249 fprintf(stderr, "%d: bad STARTEND syntax\n", line);
259 line, type, eprint(err), len, sizeof(erbuf), erbuf);
266 line, typ
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_pl011.c129 uint32_t ctrl, line; local
136 ctrl = line = 0x0;
139 /* As we know UART is disabled we may setup the line */
142 line |= LCR_H_WLEN7;
145 line |= LCR_H_WLEN6;
149 line |= LCR_H_WLEN8;
154 line |= LCR_H_STP2;
156 line &= ~LCR_H_STP2;
159 line |= LCR_H_PEN;
161 line
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlua.c73 ** lua_readline defines how to show a prompt and then read a line from
75 ** lua_saveline defines how to "save" a read line in a "history".
76 ** lua_freeline defines how to free a line read by lua_readline.
85 #define lua_saveline(L,line) ((void)L, add_history(line))
92 fgets(b, LUA_MAXINPUT, stdin) != NULL) /* get line */
93 #define lua_saveline(L,line) { (void)L; (void)line; }
220 ** command line ('argv'). It should be aligned so that, at index 0,
305 ** Prompt the user, read a line, an
333 const char *line = lua_tostring(L, -1); /* original line */ local
353 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.h47 char *line; member in struct:_hist_entry
53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
165 is the offset in the line of that history entry that the string was
183 /* Add the contents of FILENAME to the history list, a line at a time.
189 Start reading at the FROM'th line and end at the TO'th. If FROM
217 2) If the returned line should just be printed.

Completed in 681 milliseconds

<<21222324252627282930>>