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

1234567891011>>

/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-users.sh41 # Add the auto-login user line
44 # Add the auto-login user line
72 while read line
75 echo $line | grep -q "^userName=" 2>/dev/null
78 get_value_from_string "${line}"
82 echo $line | grep -q "^userComment=" 2>/dev/null
85 get_value_from_string "${line}"
89 echo $line | grep -q "^userPass=" 2>/dev/null
92 get_value_from_string "${line}"
96 echo $line | gre
[all...]
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-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-10-stable/usr.bin/make/
H A Dparse.c60 * Parse_IsVar Returns TRUE if the given line is a
111 /* true if currently in a dependency line or its commands */
118 * first dependency line in the first makefile.
127 int lineno; /* saved line number */
187 * seen, then set to each successive source on the line.
302 * of the error (line number and file) as well as the message with
319 fprintf(stderr, "\"%s\", line %d: ",
411 parse_warn(char *line) argument
416 brk_string(&aa, line, TRUE);
494 * commands on this dependency line
699 ParseDoDependency(char *line) argument
1159 Path_AddDir(Lst_Datum(ln), line); local
1282 Parse_IsVar(char *line) argument
1386 Parse_DoVar(char *line, GNode *ctxt) argument
1755 char *line; local
1839 char *line; /* Result */ local
2237 parse_message(char *line, int iserror, int lineno __unused) argument
2264 parse_undef(char *line, int code __unused, int lineno __unused) argument
2286 parse_for(char *line, int code __unused, int lineno) argument
2333 parse_directive(char *line) argument
2390 char *line; /* the line we're working on */ local
[all...]
/freebsd-10-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-10-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-10-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-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dtcpstat.d51 LINES = 20; line = 0;
57 profile:::tick-1sec { line--; }
60 /line <= 0 /
65 line = LINES;
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Net/
H A Dtcpstat.d51 LINES = 20; line = 0;
57 profile:::tick-1sec { line--; }
60 /line <= 0 /
65 line = LINES;
/freebsd-10-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-10-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-10-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-10-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.h55 #line 57 "slc-gram.y"
61 #line 62 "slc-gram.h"
/freebsd-10-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-10-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-10-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-10-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-10-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-10-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-10-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-10-stable/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-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-10-stable/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);

Completed in 395 milliseconds

1234567891011>>