Searched refs:line (Results 226 - 250 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/fmtree/
H A Dexcludes.c67 char *line, *str; local
75 while ((line = fgetln(fp, &len)) != NULL) {
76 if (line[len - 1] == '\n')
86 memcpy(str, line, len);
/freebsd-11-stable/usr.sbin/vipw/
H A Dvipw.c70 char *line; local
120 if ((line = fgetln(stdin, &len)) == NULL) {
124 if (len > 0 && (*line == 'N' || *line == 'n'))
/freebsd-11-stable/contrib/byacc/test/
H A Dexpr.oxout.y2 #line 1 "expr.Y"
3 #line 4 "expr.oxout.y"
8 #line 1 "expr.Y"
24 #line 25 "expr.oxout.y"
59 #line 20 "expr.Y"
62 #line 63 "expr.oxout.y"
70 #line 21 "expr.Y"
72 #line 73 "expr.oxout.y"
77 #line 27 "expr.Y"
79 #line 8
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dlibman.h21 int line, \
29 #define MAN_SCOPED (1 << 0) /* Optional next-line scope. */
30 #define MAN_NSCOPED (1 << 1) /* Allowed in next-line element scope. */
31 #define MAN_BSCOPE (1 << 2) /* Break next-line block scope. */
H A Dmandoc_xr.c63 mandoc_xr_add(const char *sec, const char *name, int line, int pos) argument
82 xr->line = line;
102 ret = (oxr->line == -1) ^ (xr->line == -1);
103 if (xr->line == -1)
104 oxr->line = -1;
/freebsd-11-stable/usr.bin/cmp/
H A Dspecial.c52 off_t byte, line; local
69 for (byte = line = 1;; ++byte) {
84 diffmsg(file1, file2, byte, line);
89 ++line;
/freebsd-11-stable/sys/sys/
H A Drangelock.h81 int line);
85 #define rangelock_cookie_assert_(cookie, what, file, line) \
86 _rangelock_cookie_assert((cookie), (what), (file), (line))
88 #define rangelock_cookie_assert_(cookie, what, file, line) (void)0
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBAssert.h22 const char *file, unsigned int line);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.h23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDeclaration.i12 "Specifies an association with a line and column for a variable."
45 SetLine (uint32_t line);
60 file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
61 line = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.''')
62 column = property(GetColumn, None, doc='''A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.''')
H A DSBSourceManager.i22 self.line,
25 '=>', # prefix for current line
30 # => 4 printf('Hello world.\\n'); // Set break point at this line.
35 patterns = ['=> %d.*Hello world' % self.line])") SBSourceManager;
45 uint32_t line,
52 uint32_t line, uint32_t column,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h21 /// The declarations include the file specification, line number, and the
36 /// Construct with file specification, and optional line and column.
42 /// \param[in] line
43 /// The line number that describes where this was declared. Set
44 /// to zero if there is no line number information.
49 Declaration(const FileSpec &file_spec, uint32_t line = 0, uint32_t column = 0)
50 : m_file(file_spec), m_line(line)
72 /// Sets the file specification to be empty, and the line and column to
85 /// specifications are equal, then continue to compare the line number and
100 /// Checks if this object has the same file and line a
187 SetLine(uint32_t line) argument
[all...]
H A DDebugMacros.h31 static DebugMacroEntry CreateDefineEntry(uint32_t line, const char *str);
33 static DebugMacroEntry CreateUndefEntry(uint32_t line, const char *str);
35 static DebugMacroEntry CreateStartFileEntry(uint32_t line,
60 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_disk_sdcard.c125 char line[80]; local
132 snprintf(line, sizeof(line), " sdcard%d Altera SD card drive\n", 0);
133 ret = pager_output(line);
142 snprintf(line, sizeof(line), " sdcard%d", 0);
143 ret = disk_print(&dev, line, verbose);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py44 for line in iter(sys.stdin.readline, ''):
45 if "ResultHandler: Launching intent: Intent" not in line:
47 if "act=android.intent.action.VIEW" not in line:
50 for val in line.split(' '):
82 for line in res.splitlines():
83 if line.startswith("address="):
84 addr = line.split('=')[1]
/freebsd-11-stable/contrib/mtree/
H A Donly.c126 char *line; local
132 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) {
134 if (hash_find(line, &h))
135 err(1, "Duplicate entry %s", line);
136 hash_insert(line, h);
137 fill(line);
138 free(line);
/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c38 Put "stuff" onto the title line
40 Put stuff onto the subtitle line
62 time it sees a newline, and -l is on the command line.
86 for the second line
90 on a line. */
129 /* This structure remembers which line from which file goes into which
133 /* Frag which this line of source is nearest to. */
136 /* The actual line in the source file. */
137 unsigned int line; member in struct:list_info_struct
139 /* Pointer to the file info struct for the file which this line
283 unsigned int line; local
451 buffer_line(file_info_type *file, char *line, unsigned int size) argument
867 debugging_pseudo(list_info_type *list, const char *line) argument
1245 listing_source_line(unsigned int line) argument
[all...]
/freebsd-11-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-11-stable/contrib/ipfilter/lib/
H A Dvar.c39 char *get_variable(string, after, line)
41 int line;
54 fprintf(stderr, "%d: { without }\n", line);
63 line, *s);
74 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
79 value = expand_string(s, line);
86 static char *expand_string(oldstring, line)
88 int line;
111 value = get_variable(s, &p3, line);
115 p2 = expand_string(value, line);
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c128 const char *line,
137 const apr_size_t len = strlen(line);
189 * Save the offset of the last byte of the diff line. */
192 svn_stringbuf_appendbytes(buf, line, len);
213 const char *line,
218 SVN_ERR(add_or_delete_single_line(hunk_out, line, patch,
226 const char *line,
231 SVN_ERR(add_or_delete_single_line(hunk_out, line, patch,
308 char buffer[52]; /* Bytes on current line */
309 apr_off_t next_pos; /* Start position of next line */
127 add_or_delete_single_line(svn_diff_hunk_t **hunk_out, const char *line, const svn_patch_t *patch, svn_boolean_t add, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
212 svn_diff_hunk__create_adds_single_line(svn_diff_hunk_t **hunk_out, const char *line, const svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
225 svn_diff_hunk__create_deletes_single_line(svn_diff_hunk_t **hunk_out, const char *line, const svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
336 svn_stringbuf_t *line; local
801 svn_stringbuf_t *line; local
932 parse_pretty_mergeinfo_line(svn_boolean_t *found_mergeinfo, svn_linenum_t *number_of_reverse_merges, svn_linenum_t *number_of_forward_merges, svn_stringbuf_t *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1063 svn_stringbuf_t *line; local
1482 grab_filename(const char **file_name, const char *line, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1507 diff_minus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1526 diff_plus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1545 git_start(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1650 git_minus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1672 git_plus(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1756 git_old_mode(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1774 git_new_mode(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1793 git_index(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1827 git_move_from(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1840 git_move_to(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1855 git_copy_from(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1868 git_copy_to(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1882 git_new_file(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1899 git_deleted_file(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1916 binary_patch_start(enum parse_state *new_state, char *line, svn_patch_t *patch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2043 svn_stringbuf_t *line; local
2229 svn_stringbuf_t *line; local
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-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...]

Completed in 210 milliseconds

1234567891011>>