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

1234567891011>>

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/ipfilter/lib/
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...]
H A Dipft_hx.c65 char line[513]; local
73 * interpret start of line as possibly "[ifname]" or
81 while (fgets(line, sizeof(line)-1, tfp)) {
82 if ((s = strchr(line, '\n'))) {
83 if (s == line) {
89 if ((s = strchr(line, '#')))
91 if (!*line)
94 printf("input: %s", line);
97 if ((*line
[all...]
/freebsd-10.0-release/contrib/byacc/
H A Dreader.c5 /* The line size must be a positive integer. One hundred was chosen */
7 /* Note that if a line exceeds LINESIZE characters, the line buffer */
26 char *cptr, *line; variable
43 char line_format[] = "#line %d \"%s\"\n";
71 if (line)
73 FREE(line);
74 line = 0;
81 if (line == 0 || linesize != (LINESIZE + 1))
83 if (line)
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibprintca.pl102 while (my $line = <IBNET_TOPO>) {
103 if ($line =~ /^Ca.*\"H-(.*)\"\s+# (.*)/) {
113 print $line;
118 if ($line =~ /^Switch.*/ || $line =~ /^Rt.*/) { $in_hca = "no"; }
120 if ($line =~ /^\[(\d+)\].*/ && $in_hca eq "yes") {
121 $ports{$1} = $line;
H A Dibprintrt.pl102 while (my $line = <IBNET_TOPO>) {
103 if ($line =~ /^Rt.*\"R-(.*)\"\s+# (.*)/) {
113 print $line;
118 if ($line =~ /^Switch.*/ || $line =~ /^Ca.*/) { $in_rt = "no"; }
120 if ($line =~ /^\[(\d+)\].*/ && $in_rt eq "yes") {
121 $ports{$1} = $line;
/freebsd-10.0-release/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-10.0-release/usr.sbin/eeprom/
H A Deeprom.c64 char line[BUFSIZ]; local
95 while (fgets(line, BUFSIZ, stdin) != NULL &&
97 if (line[0] == '\n')
99 if ((cp = strrchr(line, '\n')) != NULL)
101 rv = action(line);
119 action(char *line) argument
124 keyword = strdup(line);
/freebsd-10.0-release/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"
/freebsd-10.0-release/contrib/binutils/gas/
H A Dmessages.c111 unsigned int line; local
113 as_where (&file, &line);
116 fprintf (stderr, "%s:%u: ", file, line);
156 as_warn_internal (char *file, unsigned int line, char *buffer) argument
161 as_where (&file, &line);
165 fprintf (stderr, "%s:%u: ", file, line);
214 /* Like as_bad but the file name and line number are passed in.
220 as_warn_where (char *file, unsigned int line, const char *format, ...) argument
230 as_warn_internal (file, line, buffer);
235 as_warn_where (file, line, forma
257 as_bad_internal(char *file, unsigned int line, char *buffer) argument
318 as_bad_where(char *file, unsigned int line, const char *format, ...) argument
394 as_assert(const char *file, int line, const char *fn) argument
411 as_abort(const char *file, int line, const char *fn) argument
446 as_internal_value_out_of_range(char * prefix, offsetT val, offsetT min, offsetT max, char * file, unsigned line, int bad) argument
518 as_warn_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
529 as_bad_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dlex.c2 #line 3 "lex.c"
218 /* Whether we're considered to be at the beginning of a line.
224 int yy_bs_lineno; /**< The line count. */
790 #line 1 "lex.l"
791 #line 2 "lex.l"
850 #line 851 "lex.c"
1032 #line 68 "lex.l"
1034 #line 1035 "lex.c"
1119 #line 69 "lex.l"
1124 #line 7
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Ddiff.c86 char *line; local
96 line = stream_getln(rd, NULL);
97 while (line != NULL && strcmp(line, ".") != 0 &&
98 strcmp(line, ".+") != 0) {
100 * The server sends an empty line and then terminates
103 if (*line == '\0') {
107 line = stream_getln(rd, NULL);
110 error = diff_geteditcmd(&ec, line);
119 line
261 char *line; local
355 diff_geteditcmd(struct editcmd *ec, char *line) argument
392 char *line; local
409 char *line; local
425 char *line, *newline; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dinput.h25 #include "line-map.h"
38 /* The line-location in the source file. */
39 int line; member in struct:__anon1071
57 /* The line-location in the source file. */
58 int line; local
84 extern void push_srcloc (const char *name, int line);
90 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line)
96 The line member is not accurate for the innermost file on the stack. */
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmacroscope.h31 #inclusion), and a line number in that file. */
34 int line; member in struct:macro_scope
39 and line given in SAL. If we have no macro information for that
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DValgrind.h27 LLVM_ATTRIBUTE_WEAK void AnnotateHappensAfter(const char *file, int line,
29 LLVM_ATTRIBUTE_WEAK void AnnotateHappensBefore(const char *file, int line,
31 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesBegin(const char *file, int line);
32 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesEnd(const char *file, int line);
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_chgat.c55 struct ldat *line = &(win->_line[win->_cury]); local
60 SetAttr(line->text[i], attr);
61 SetPair(line->text[i], color);
62 CHANGED_CELL(line, i);
H A Dlib_clrbot.c61 struct ldat *line = &(win->_line[y]); local
62 NCURSES_CH_T *ptr = &(line->text[startx]);
63 NCURSES_CH_T *end = &(line->text[win->_maxx]);
65 CHANGED_TO_EOL(line, startx, win->_maxx);
H A Dlib_delch.c54 struct ldat *line = &(win->_line[win->_cury]); local
55 NCURSES_CH_T *end = &(line->text[win->_maxx]);
56 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]);
59 CHANGED_TO_EOL(line, win->_curx, win->_maxx);
/freebsd-10.0-release/crypto/openssh/
H A Dfixpaths15 die $0: error in command line arguments.
/freebsd-10.0-release/etc/periodic/security/
H A D460.chkportsum49 while IFS= read -r line; do
50 set -- $line
60 echo "${name}: ${line%% fails the original MD5 checksum}"
/freebsd-10.0-release/libexec/ulog-helper/
H A Dulog-helper.c74 const char *line, *user, *host; local
76 /* Device line name. */
77 if ((line = ptsname(STDIN_FILENO)) == NULL)
89 ulog_login(line, user, host);
92 ulog_logout(line);
/freebsd-10.0-release/sys/sys/
H A Dsema.h48 void _sema_post(struct sema *sema, const char *file, int line);
49 void _sema_wait(struct sema *sema, const char *file, int line);
51 line);
52 int _sema_trywait(struct sema *sema, const char *file, int line);
/freebsd-10.0-release/tools/regression/lib/libc/net/
H A Dtest-eui64_line.c39 test_line(const char *line, const struct eui64 *eui, const char *host) argument
47 if (eui64_line(line, &e, buf, sizeof(buf)) != 0 ||
50 printf("not ok %d - eui64_line(\"%s\")\n", test, line);
56 printf("ok %d - eui64_line(\"%s\")\n", test, line);

Completed in 159 milliseconds

1234567891011>>