Searched refs:line (Results 1 - 25 of 1636) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c155 int options; /* command line options. */
4800 uint64_t address, file, line, column, isa, opsize, udelta; local
4918 line = 1; \
4986 line += sdelta;
4989 (uintmax_t) line);
5045 line += LINE(*p);
5051 (uintmax_t) line);
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c344 unsigned int line, uintptr_t pReserved)
351 (void)line;
448 void skipping_setup(const char *filename, int line) argument
451 skipping_line = line;
456 assertion_count(const char *file, int line) argument
459 (void)line; /* UNUSED */
464 /* Uncomment to print file:line after every assertion.
466 /* printf("Checked %s:%d\n", file, line); */
474 static struct line { struct
482 failure_start(const char *filename, int line, cons argument
342 invalid_parameter_handler(const wchar_t * expression, const wchar_t * function, const wchar_t * file, unsigned int line, uintptr_t pReserved) argument
576 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
589 assertion_chdir(const char *file, int line, const char *pathname) argument
602 assertion_chmod(const char *file, int line, const char *pathname, int mode) argument
615 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
777 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra, int utf8) argument
839 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
900 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
938 assertion_memory_filled_with(const char *file, int line, const void *_v1, const char *vd, size_t l, const char *ld, char b, const char *bd, void *extra) argument
966 assertion_empty_file(const char *filename, int line, const char *f1) argument
1002 assertion_non_empty_file(const char *filename, int line, const char *f1) argument
1024 assertion_equal_file(const char *filename, int line, const char *fn1, const char *fn2) argument
1064 assertion_file_exists(const char *filename, int line, const char *f) argument
1082 assertion_file_not_exists(const char *filename, int line, const char *f) argument
1100 assertion_file_contents(const char *filename, int line, const void *buff, int s, const char *fn) argument
1137 assertion_text_file_contents(const char *filename, int line, const char *buff, const char *fn) argument
1199 assertion_file_contains_lines_any_order(const char *file, int line, const char *pathname, const char *lines[]) argument
1316 assertion_file_contains_no_invalid_strings(const char *file, int line, const char *pathname, const char *strings[]) argument
1346 is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1391 assertion_is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1403 assertion_is_not_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1417 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
1523 assertion_file_atime(const char *file, int line, const char *pathname, long t, long nsec) argument
1531 assertion_file_atime_recent(const char *file, int line, const char *pathname) argument
1538 assertion_file_birthtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1546 assertion_file_birthtime_recent(const char *file, int line, const char *pathname) argument
1554 assertion_file_mode(const char *file, int line, const char *pathname, int expected_mode) argument
1583 assertion_file_mtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1591 assertion_file_mtime_recent(const char *file, int line, const char *pathname) argument
1598 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
1630 assertion_file_size(const char *file, int line, const char *pathname, long size) argument
1659 assertion_is_dir(const char *file, int line, const char *pathname, int mode) argument
1697 assertion_is_reg(const char *file, int line, const char *pathname, int mode) argument
1736 is_symlink(const char *file, int line, const char *pathname, const char *contents, int isdir) argument
1894 assertion_is_symlink(const char *file, int line, const char *path, const char *contents, int isdir) argument
1911 assertion_make_dir(const char *file, int line, const char *dirname, int mode) argument
1933 assertion_make_file(const char *file, int line, const char *path, int mode, int csize, const void *contents) argument
2003 assertion_make_hardlink(const char *file, int line, const char *newpath, const char *linkto) argument
2031 assertion_make_symlink(const char *file, int line, const char *newpath, const char *linkto, int targetIsDir) argument
2055 assertion_umask(const char *file, int line, int mask) argument
2066 assertion_utimes(const char *file, int line, const char *pathname, long at, long at_nsec, long mt, long mt_nsec) argument
2170 assertion_compare_fflags(const char *file, int line, const char *patha, const char *pathb, int nomatch) argument
2264 assertion_set_nodump(const char *file, int line, const char *pathname) argument
3272 assertion_entry_set_acls(const char *file, int line, struct archive_entry *ae, struct archive_test_acl_t *acls, int n) argument
3333 assertion_entry_compare_acls(const char *file, int line, struct archive_entry *ae, struct archive_test_acl_t *acls, int cnt, int want_type, int mode) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c132 struct archive_string line; member in struct:tar
293 archive_string_free(&tar->line);
1602 /* Parse decimal length field at start of line. */
1605 p = attr; /* Record start of line. */
1630 * at least 1, and the last character of the line must
1642 /* Null-terminate the line. */
1669 /* Skip to next line */
2451 * Read the next line from the input, and parse it as a decimal
2732 * Returns length of line (including trailing newline)
2734 * point to first character of line
[all...]
H A Darchive_read_support_format_mtree.c101 struct archive_string line; member in struct:mtree
312 archive_string_free(&mtree->line);
361 * | Previous lines | line being parsed nl extra |
380 * Read bytes more while it does not reach the end of line.
388 * Place an arbitrary limit on the line length.
389 * mtree is almost free-form input and without line length limits,
533 /* Test whether there are blank characters in the line. */
553 /* Test whether there is a correct key in the line. */
635 /* The form D accepts only a single line for an entry. */
708 /* The terminal character of the line shoul
861 process_global_set(struct archive_read *a, struct mtree_option **global, const char *line) argument
890 process_global_unset(struct archive_read *a, struct mtree_option **global, const char *line) argument
922 process_add_entry(struct archive_read *a, struct mtree *mtree, struct mtree_option **global, const char *line, ssize_t line_len, struct mtree_entry **last_entry, int is_form_d) argument
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c266 char *cp, line[LINE_MAX]; local
607 while (fgets(line, sizeof(line), fd) != NULL) {
608 if ((cp = strchr(line, '\n')) != NULL)
610 lreply(530, "%s", line);
623 while (fgets(line, sizeof(line), fd) != NULL) {
624 if ((cp = strchr(line, '\n')) != NULL)
626 lreply(220, "%s", line);
677 char *cp, *mp, *line; local
1100 char *line, *mp, *p; local
1615 char *cp, line[LINE_MAX]; local
1689 char line[BUFSIZ]; local
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h40 char const *file, size_t line);
47 char const *file, size_t line);
53 char const *file, size_t line);
59 char const *file, size_t line);
65 char const *file, size_t line);
74 char const *file, size_t line);
82 char const *file, size_t line);
95 void _ng_init(char const *file, size_t line);
H A Dutil.c52 atf_tc_fail_requirement(file, line, "%s (%s)", \
72 char const *file, size_t line)
88 char const *file, size_t line)
103 char const *file, size_t line)
116 char const *file, size_t line)
129 char const *file, size_t line)
150 char const *file, size_t line)
232 char const *file, size_t line)
250 _ng_init(char const *file, size_t line) argument
70 _ng_connect(char const *path1, char const *hook1, char const *path2, char const *hook2, char const *file, size_t line) argument
86 _ng_mkpeer(char const *path1, char const *hook1, char const *type, char const *hook2, char const *file, size_t line) argument
102 _ng_rmhook(char const *path, char const *hook, char const *file, size_t line) argument
115 _ng_name(char const *path, char const *name, char const *file, size_t line) argument
128 _ng_shutdown(char const *path, char const *file, size_t line) argument
148 _ng_send_data(char const *hook, void const *data, size_t len, char const *file, size_t line) argument
231 _ng_send_msg(char const *path, char const *msg, char const *file, size_t line) argument
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c3266 dumphook (hook_p hook, char *file, int line) argument
3270 printf(" Last active @ %s, line %d\n",
3272 if (line) {
3273 printf(" problem discovered at file %s, line %d\n", file, line);
3281 dumpnode(node_p node, char *file, int line) argument
3287 printf(" Last active @ %s, line %d\n",
3289 if (line) {
3290 printf(" problem discovered at file %s, line %d\n", file, line);
3298 dumpitem(item_p item, char *file, int line) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc27 the environment. Jump to this line to read the new instructions.
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure83 # We need space, tab and new line, in precisely that order. Quoting is
1882 generated by GNU Autoconf 2.69. Invocation command line was
1934 # Keep a trace of the command line.
2079 # confdefs.h avoids OS command line length limits that DEFS can exceed.
4960 # order in the command line generated by make. Here are some
8674 # This macro generates a line to use when building a library. It
9074 # We need space, tab and new line, in precisely that order. Quoting is
9377 generated by GNU Autoconf 2.69. Invocation command line was
9684 line = $ 0
9685 nfields = split(line, fiel
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh43 # command line.
441 # meters passed on the command line.
741 # Echo program name, followed by INFIX on the first line, with any
802 # Check whether EXPRESSION matches any line of FILENAME, without output.
1022 # A bug in bash halts the script if the last line of a function
1420 # For '-h' and '--help' to work, you will also need a one line
1422 # '# Written by ' line, like the one at the top of this file.
1443 # The usage line for option parsing errors and the start of '-h' and
2647 # if one wasn't chosen via the "--tag" command line option.
2695 # line optio
[all...]
H A Dconfigure85 # We need space, tab and new line, in precisely that order. Quoting is
1958 generated by GNU Autoconf 2.69. Invocation command line was
2010 # Keep a trace of the command line.
2155 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2887 on the command line, even when the '-f' option is present. This is contrary
3923 # icc: Command line warning: ignoring option '-M'; no argument required
3925 # icc: Command line remark: option '-MP' not supported
4852 # icc: Command line warning: ignoring option '-M'; no argument required
4854 # icc: Command line remark: option '-MP' not supported
5678 # find the maximum length of command line argument
[all...]
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h20 /* Command line arguments used with configure */
1380 void *unbound_stat_malloc_log(size_t size, const char* file, int line,
1383 int line, const char* func);
1384 void unbound_stat_free_log(void *ptr, const char* file, int line,
1387 int line, const char* func);
/freebsd-11-stable/testcode/
H A Dfake_event.c247 "with entry line %d", timenow,
420 log_info("testbound matched event entry from line %d",
581 char name[1024], line[1024]; local
586 line[sizeof(line)-1] = 0;
593 if(!fgets(line, (int)sizeof(line)-1, in)) {
594 log_err("autotrust check failed, could not read line");
595 log_err("file %s, line %d", name, lineno);
599 if(line[
634 char name[1024], line[1024]; local
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c175 /* skip over whitespace and data at start of line */
259 /** Check if a line contains data (besides comments) */
482 return NULL; /* empty line */
515 * @param str: comments line
796 parse_int(char* line, int* ret) argument
799 unsigned int x = (unsigned int)strtol(line, &e, 10);
800 if(line == e) {
810 parse_id(struct val_anchors* anchors, char* line) argument
818 char* next = strchr(line, ' ');
822 dname = sldns_str2wire_dname(line,
849 parse_var_line(char* line, struct val_anchors* anchors, struct trust_anchor** anchor) argument
904 handle_origin(char* line, uint8_t** origin, size_t* origin_len) argument
992 char line[10240]; local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c2240 /** return true if http header has been read (one line complete) */
2253 /** return character string into buffer for header line, moves buffer
2254 * past that line and puts zero terminator into linefeed-newline */
2289 char* line = http_header_line(c->buffer); local
2290 if(!line) return 1;
2291 verbose(VERB_ALGO, "http header: %s", line);
2292 if(strncasecmp(line, "HTTP/1.1 ", 9) == 0) {
2294 if(line[9] != '2') {
2295 verbose(VERB_ALGO, "http bad status %s", line+9);
2298 } else if(strncasecmp(line, "Conten
2326 char* line = http_header_line(c->buffer); local
[all...]
H A Dnet_help.c1345 int ATTR_UNUSED(line))
H A Dconfiglexer.lex46 int line;
105 s->line = cfg_parser->line;
111 cfg_parser->line = 1;
171 cfg_parser->line = s->line;
541 <INITIAL,val>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line++; }
552 cfg_parser->line++; BEGIN(INITIAL); }
573 cfg_parser->line++; BEGIN(INITIAL); }
593 <include>{NEWLINE} { LEXOUT(("NL\n")); cfg_parser->line
[all...]
H A Dconfig_file.h318 /** log queries with one line per query */
320 /** log replies with one line per reply */
895 * @param line: text to print. \n appended.
898 void config_print_func(char* line, void* arg);
902 * @param line: text to append.
905 void config_collate_func(char* line, void* arg);
1258 /** line number in the file, starts at 1 */
1259 int line; member in struct:config_parser_state
1282 /** parsing helpers: print error with file and line numbers */
1284 /** parsing helpers: print error with file and line number
[all...]
H A Dconfig_file.c795 void config_print_func(char* line, void* arg) argument
798 (void)fprintf(f, "%s\n", line);
809 void config_collate_func(char* line, void* arg) argument
814 if(!cfg_strlist_append(&m->list, strdup(line)))
1237 cfg_parser->line = 1;
1684 /** print error with file and line number */
1689 cfg_parser->line);
1694 /** print error with file and line number */
1707 cfg_parser->line, str);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c183 /* The anchors must start on a new line with ". IN DS and end with \n"[;]
825 /** write a line over SSL */
838 if(verb) printf("line too long\n");
853 /** process header line, check rcode and keeping track of size */
875 * Read one line from SSL
879 * @param buf: buffer to return line in.
891 if(verb) printf("line too long\n");
997 /* read the chunked start line */
1009 * until the empty line after that */
1037 /* skip empty line afte
1994 char line[10240]; local
2123 char line[8192]; local
2145 char line[1024]; local
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c1545 /* EMPTY line, TTL or ORIGIN */
4113 /** read one line from chunks into buffer at current position */
4129 "line too long");
4176 /** remove trailing ;... comment from a line in the chunkline buffer */
4200 /** see if a chunkline is a comment line (or empty line) */
4215 /** find a line with ( ) collated */
4247 "line too long");
4259 char* line = (char*)sldns_buffer_begin(buf); local
4260 if(strncmp(line, "
4276 char* line = (char*)sldns_buffer_begin(buf); local
4389 char* line = (char*)sldns_buffer_begin(buf); local
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh43 # command line.
441 # meters passed on the command line.
741 # Echo program name, followed by INFIX on the first line, with any
802 # Check whether EXPRESSION matches any line of FILENAME, without output.
1022 # A bug in bash halts the script if the last line of a function
1420 # For '-h' and '--help' to work, you will also need a one line
1422 # '# Written by ' line, like the one at the top of this file.
1443 # The usage line for option parsing errors and the start of '-h' and
2647 # if one wasn't chosen via the "--tag" command line option.
2695 # line optio
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c643 log_err("control line too long (%d): %s", (int)max, buf);
1236 if(!ssl_printf(ssl, "error for input line: %s\n", buf))
1285 if(!ssl_printf(ssl, "error for input line: %s\n", buf))
1324 if(!ssl_printf(ssl, "error for input line: %s\n", buf))
1367 if(!ssl_printf(ssl, "error for input line: %s\n", buf))
2580 void remote_get_opt_ssl(char* line, void* arg) argument
2583 (void)ssl_printf(ssl, "%s\n", line);
3183 /* read the command line */
/freebsd-11-stable/contrib/unbound/contrib/
H A Dparseunbound.pl66 for my $line ( <$in> ) {
67 chomp($line);
70 if ($line =~ m/^\[\d+\] unbound\[\d+:(\d+)\]/) {
76 # this line doesn't contain a pid:thread. skip.
81 if ( $line =~ m/info: server stats for thread \d+: (\d+) queries, (\d+) answers from cache, (\d+) recursions/ ) {
88 elsif ( $line =~ m/info: server stats for thread (\d+): requestlist max (\d+) avg ([0-9\.]+) exceeded (\d+)/ ) {
93 elsif ( $line =~ m/info: average recursion processing time ([0-9\.]+) sec/ ) {
96 elsif ( $line =~ m/info: histogram of recursion processing times/ ) {
99 elsif ( $line =~ m/info: \[25%\]=([0-9\.]+) median\[50%\]=([0-9\.]+) \[75%\]=([0-9\.]+)/ ) {
104 elsif ( $line
[all...]

Completed in 336 milliseconds

1234567891011>>