Searched refs:line (Results 76 - 100 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.exp47 printf "%s=:%s:\n" VAR1BSNL00 first\ line; printf "%s=:%s:\n" VAR1BSNL0 first\ line\ no\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLs first\ line\ one\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLss first\ line\ two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLtt first\ line\ tw
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dsntp-opts.c752 /** Reference to the title line for sntp usage. */
769 /* extracted from optcode.tlib near line 364 */
822 /* extracted from debug-opt.def, line 15 */
980 /* extracted from optmain.tlib near line 1250 */
1285 #line 67 "../autoopts.c"
1287 #line 93 "../autoopts.c"
1289 #line 53 "../init.c"
1291 #line 86 "../init.c"
1293 #line 84 "../init.c"
1296 #line 8
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd-opts.c1262 /** Reference to the title line for ntpd usage. */
1276 /* extracted from optcode.tlib near line 364 */
1329 /* extracted from debug-opt.def, line 15 */
1334 /* extracted from optmain.tlib near line 1250 */
1689 #line 67 "../autoopts.c"
1691 #line 93 "../autoopts.c"
1693 #line 53 "../init.c"
1695 #line 86 "../init.c"
1697 #line 84 "../init.c"
1700 #line 8
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen-opts.c965 /** Reference to the title line for ntp-keygen usage. */
982 /* extracted from optcode.tlib near line 364 */
1072 /* extracted from debug-opt.def, line 15 */
1114 /* extracted from optmain.tlib near line 1250 */
1427 #line 67 "../autoopts.c"
1429 #line 93 "../autoopts.c"
1431 #line 53 "../init.c"
1433 #line 86 "../init.c"
1435 #line 84 "../init.c"
1438 #line 8
[all...]
/freebsd-11-stable/contrib/dma/
H A Dconf.c54 trim_line(char *line) argument
59 if ((p = strchr(line, '\n')))
63 linelen = strlen(line);
64 if (line[0] == '.') {
69 memmove((line + 1), line, (linelen + 1));
70 line[0] = '.';
91 * A line starting with # is treated as comment and ignored.
96 char line[2048]; local
109 if (fgets(line, sizeo
154 char line[2048]; local
[all...]
H A Dmail.c50 char line[1000]; local
111 while ((pos = fread(line, 1, sizeof(line), it->mailf)) > 0) {
112 if (fwrite(line, 1, pos, bounceq.mailf) != pos)
117 if (fgets(line, sizeof(line), it->mailf) == NULL)
119 if (line[0] == '\n')
121 if (fwrite(line, strlen(line), 1, bounceq.mailf) != 1)
347 writeline(struct queue *queue, const char *line, ssize_ argument
376 char *line = NULL; local
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dload_file.c16 char *s, line[1024], *t; local
31 while (fgets(line, sizeof(line) - 1, fp)) {
32 line[sizeof(line) - 1] = '\0';
37 s = strchr(line, '\n');
39 fprintf(stderr, "%d:%s: line too long\n",
52 s = strchr(line, '\r');
55 for (t = line; ISSPACE(*t); t++)
H A Dmutex_emul.c20 eMmutex_enter(mtx, file, line)
23 int line;
26 fprintf(mutex_file, "%s:%d:eMmutex_enter(%s)\n", file, line,
40 mtx->eMm_heldat = line;
45 eMmutex_exit(mtx, file, line)
48 int line;
51 fprintf(mutex_file, "%s:%d:eMmutex_exit(%s)\n", file, line,
70 eMmutex_init(mtx, who, file, line)
74 int line;
80 file, line, mt
[all...]
/freebsd-11-stable/contrib/gdb/gdb/regformats/
H A Dregdat.sh41 while read line
43 if test "${line}" = ""
46 elif test "${line}" = "#" -a "${comment}" = ""
49 elif expr "${line}" : "#" > /dev/null
52 ${line}"
58 line="`echo "${line}" | sed -e 's/::/: :/g' -e 's/::/: :/g'`"
62 ${line}
/freebsd-11-stable/contrib/groff/src/include/
H A Dassert.h26 inline void do_assert(int expr, int line, const char *file) argument
29 assertion_failed(line, file);
/freebsd-11-stable/lib/libulog/
H A Dulog_login.c40 ulog_fill(struct utmpx *utx, const char *line) argument
46 if (strncmp(line, _PATH_DEV, sizeof _PATH_DEV - 1) == 0)
47 line += sizeof _PATH_DEV - 1;
53 strncpy(utx->ut_line, line, sizeof utx->ut_line);
64 ulog_login(const char *line, const char *user, const char *host) argument
68 ulog_fill(&utx, line);
77 ulog_logout(const char *line) argument
81 ulog_fill(&utx, line);
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.h55 #line 57 "slc-gram.y"
61 #line 62 "slc-gram.h"
/freebsd-11-stable/tools/tools/bootparttest/
H A Dstub.c34 Malloc(size_t size, const char *file, int line) argument
41 Free(void *ptr, const char *file, int line) argument
/freebsd-11-stable/contrib/ntp/libntp/
H A Demalloc.c16 * original callsite's source file and line using macros which pass
31 int line
43 mem = EREALLOC_IMPL(ptr, allocsz, file, line);
51 "fatal out of memory %s line %d (%lu bytes)",
52 file, line, (u_long)newsz);
94 int line
104 "fatal allocation size overflow %s line %d",
105 file, line);
112 return ereallocz(optr, extra + (size * nmemb), 0, TRUE, file, line);
122 int line
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, argument
17 : m_type(type), m_line(line), m_debug_line_file_idx(debug_line_file_idx),
29 DebugMacroEntry DebugMacroEntry::CreateDefineEntry(uint32_t line, argument
31 return DebugMacroEntry(DebugMacroEntry::DEFINE, line, 0, str);
34 DebugMacroEntry DebugMacroEntry::CreateUndefEntry(uint32_t line, argument
36 return DebugMacroEntry(DebugMacroEntry::UNDEF, line, 0, str);
40 DebugMacroEntry::CreateStartFileEntry(uint32_t line, argument
42 return DebugMacroEntry(DebugMacroEntry::START_FILE, line, debug_line_file_idx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp20 unsigned int line) {
30 errs() << format("Assertion failed: (%s), function %s, file %s, line %u\n",
31 expr_text, func, file, line);
18 lldb_assert(bool expression, const char *expr_text, const char *func, const char *file, unsigned int line) argument
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_clreol.c55 struct ldat *line; local
61 * new line, unless we are at the lower right corner.
78 line = &win->_line[y];
79 CHANGED_TO_EOL(line, x, win->_maxx);
81 ptr = &(line->text[x]);
82 end = &(line->text[win->_maxx]);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakeucnid.c63 char line[256]; local
65 if (!fgets (line, sizeof (line), f))
67 if (strcmp (line, "[C99]\n") == 0)
69 else if (strcmp (line, "[CXX]\n") == 0)
71 else if (isxdigit (line[0]))
73 char *l = line;
121 char line[256]; local
127 if (!fgets (line, sizeof (line),
197 char line[256]; local
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_pivot_factory.c105 convert_line(struct src_head *sh, const char *line, size_t len) argument
117 p = memchr(line, T_COMM, len);
119 len = p - line;
122 line = _bcs_skip_ws_len(line, &len);
125 p = _bcs_skip_nonws_len(line, &len);
126 if (p == line)
128 snprintf(key1, sizeof(key1), "%.*s", (int)(p - line), line);
131 line
204 char *line; local
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/logwatch/
H A Dhostapd22 while (defined(my $line = <STDIN>)) {
24 print STDERR "DEBUG($debugcounter): $line";
27 chomp($line);
29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
36 push @unmatched, "$line\n";
/freebsd-11-stable/sys/sys/
H A Dsx.h105 int sx_try_slock_(struct sx *sx, const char *file, int line);
107 int sx_try_xlock_(struct sx *sx, const char *file, int line);
109 int sx_try_upgrade_(struct sx *sx, const char *file, int line);
111 void sx_downgrade_(struct sx *sx, const char *file, int line);
113 int _sx_slock(struct sx *sx, int opts, const char *file, int line);
114 int _sx_xlock(struct sx *sx, int opts, const char *file, int line);
116 void _sx_sunlock(struct sx *sx, const char *file, int line);
117 void _sx_xunlock(struct sx *sx, const char *file, int line);
121 void _sx_assert(const struct sx *sx, int what, const char *file, int line);
156 int line)
155 __sx_xlock(struct sx *sx, struct thread *td, int opts, const char *file, int line) argument
171 __sx_xunlock(struct sx *sx, struct thread *td, const char *file, int line) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp119 const char *line = str; local
120 while (line) {
121 while (line[0] == ' ' || line[0] == '\t')
122 line++;
123 const char *end = internal_strchr(line, '\n');
125 end = line + internal_strlen(line);
126 if (line != end && line[
[all...]
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c26 the appropriate changes to the EXECUTABLES and OBJECTS line and added
81 * the line that says COMMENT LINE BELOW. Recompile and rerun the program and do
87 void process_line(char *line);
139 process_line(char *line) argument
141 if( line == NULL ) {
142 fprintf(stderr, "\n", line);
154 if( strcmp(line, "sleep") == 0 ) {
157 fprintf(stderr, "|%s|\n", line);
160 free (line);
169 /* save away the current contents of the line */
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dgetutmpentry.c43 int __opiegetutmpentry FUNCTION((line, utmp), char *line AND struct utmp *utmp)
54 if (!strncmp(line, "/dev/", 5)) {
55 strncpy(u.ut_line, line + 5, sizeof(u.ut_line));
62 strncpy(u.ut_line + 4, line + 5, sizeof(u.ut_line) - 4);
69 strncpy(u.ut_line, line, sizeof(u.ut_line));
75 syslog(LOG_DEBUG, "__opiegetutmpentry: failed to find entry for line %s", line);
81 syslog(LOG_DEBUG, "__opiegetutmpentry: succeeded with line %s", pu->ut_line);
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-runcommands.sh82 while read line
85 echo $line | grep -q ^runCommand= 2>/dev/null
88 get_value_from_string "$line"
93 echo $line | grep -q ^runScript= 2>/dev/null
96 get_value_from_string "$line"
101 echo $line | grep -q ^runExtCommand= 2>/dev/null
104 get_value_from_string "$line"

Completed in 165 milliseconds

1234567891011>>