Home
last modified time | relevance | path

Searched refs:line1 (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdadefs.c136 char line1[DA_BUFSIZE + 1]; in getdadefent() local
143 while (getdadmline(line1, (int)sizeof (line1), dadeff) != 0) { in getdadefent()
144 if ((da_def = dadef_interpret(line1)) == NULL) in getdadefent()
163 char line1[DA_BUFSIZE + 1]; in getdadeftype() local
170 while (getdadmline(line1, (int)sizeof (line1), dadeff) != 0) { in getdadeftype()
171 if (strstr(line1, type) == NULL) in getdadeftype()
173 if ((da_def = dadef_interpret(line1)) == NULL) in getdadeftype()
H A Dgetdaent.c298 char line1[DA_BUFSIZE + 1]; in getdaon() local
306 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) { in getdaon()
307 if (strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) { in getdaon()
310 } else if (strncmp(line1, DA_OFF_STR, in getdaon()
333 char line1[DA_BUFSIZE + 1]; in getdaent() local
340 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) { in getdaent()
344 if ((da = da_interpret(line1)) == NULL) in getdaent()
396 char line1[DA_BUFSIZE + 1]; in getdatype() local
403 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) { in getdatype()
404 if (strstr(line1, type) == NULL) in getdatype()
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl57 $line1 = 0;
292 ++$line1;
293 printf "%4d %4s -%s\n", $line1, "", $_;
295 ++$line1;
298 $str = sprintf "%4d %4d %s\n", $line1, $line2, $_;
/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c42 doref(char *line1) in doref() argument
51 if (biblio && Iline == 1 && line1[0] == '%') in doref()
52 strcat(dbuff, line1); in doref()
147 putsig(nf, flds, nr, line1, in doref()
165 putsig(nf, flds, refnum, line1, line, 1); in doref()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Danchor.in1 A line1 B
H A Dlocalenl.sh46 line1
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c342 char *line1, *line2; in lint1() local
363 (persperdexplode(wordv[wordc-2], &line1, &file1))) { in lint1()
366 nwordv1[0] = file1; nwordv1[1] = line1; in lint1()
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h133 struct field_info *line1; member
H A Dcfgadm.c2156 pp->line1 = fldp; in process_fields()
2246 fldp = line2 ? pp->line2 : pp->line1; in print_fields()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbasic.sh332 cat '$tmp/scriptx 2> /dev/null) == line1 ]] || err_exit '>() process substitution fails'
343 …cat '$tmp/scriptx 2>> /dev/null) == line1 ]] || err_exit '>() process substitution fails in for lo…
H A Dio.sh376 read -t2 -n 1000 line1
382 [[ $line1 == 'prompt1: ' ]] || err_exit "line1 should be 'prompt1: '"
H A Dcoprocess.sh133 echo line1 | grep 'line2'
H A Dtypes.sh245 finfo.text=(line1 line2 line3)
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1319 register off_t line1 = startline; in search() local
1348 line2 = line1; in search()
1349 line1 = Ftell (file); in search()
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A Dmulti_test.ksh424 echo line1 > $lines3
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c529 initial_match(const char *line1, const char *line2, int word_end) in initial_match() argument
533 return (strncmp(line1, line2, word_end) == 0); in initial_match()
537 add_stuff(WordCompletion *cpl, const char *line1, const char **list, in add_stuff() argument
543 if (initial_match(line1, list[i], word_end)) { in add_stuff()
544 err = cpl_add_completion(cpl, line1, 0, word_end, in add_stuff()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c614 initial_match(const char *line1, const char *line2, int word_end) in initial_match() argument
618 return (strncmp(line1, line2, word_end) == 0); in initial_match()
622 add_stuff(WordCompletion *cpl, const char *line1, const char **list, in add_stuff() argument
628 if (initial_match(line1, list[i], word_end)) { in add_stuff()
629 err = cpl_add_completion(cpl, line1, 0, word_end, in add_stuff()