/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | getdadefs.c | 136 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 D | getdaent.c | 298 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() 341 if ((strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) || in getdaent() 342 (strncmp(line1, DA_OFF_STR, (strlen(DA_OFF_STR) - 1)) == 0)) in getdaent() 344 if ((da = da_interpret(line1)) == NULL) in getdaent() 396 char line1[DA_BUFSIZE + 1]; in getdatype() local [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wdiff.pl | 57 $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 D | refer2.c | 42 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 D | anchor.in | 1 A line1 B
|
H A D | localenl.sh | 46 line1
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errorinput.c | 342 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 D | cfgadm.h | 133 struct field_info *line1; member
|
H A D | cfgadm.c | 2156 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 D | basic.sh | 332 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 D | io.sh | 376 read -t2 -n 1000 line1 382 [[ $line1 == 'prompt1: ' ]] || err_exit "line1 should be 'prompt1: '"
|
H A D | coprocess.sh | 133 echo line1 | grep 'line2'
|
H A D | types.sh | 245 finfo.text=(line1 line2 line3)
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 1319 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 D | multi_test.ksh | 424 echo line1 > $lines3
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 529 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 D | zonecfg.c | 614 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()
|