| /illumos-gate/usr/src/lib/libbsm/common/ |
| H A D | getdadefs.c | 138 char line1[DA_BUFSIZE + 1]; local 145 while (getdadmline(line1, (int)sizeof (line1), dadeff) != 0) { 146 if ((da_def = dadef_interpret(line1)) == NULL) 165 char line1[DA_BUFSIZE + 1]; local 172 while (getdadmline(line1, (int)sizeof (line1), dadeff) != 0) { 173 if (strstr(line1, type) == NULL) 175 if ((da_def = dadef_interpret(line1)) == NULL)
|
| H A D | getdaent.c | 300 char line1[DA_BUFSIZE + 1]; local 308 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) { 309 if (strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) { 312 } else if (strncmp(line1, DA_OFF_STR, 335 char line1[DA_BUFSIZE + 1]; local 342 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) { 343 if ((strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) || 344 (strncmp(line1, DA_OFF_ST 398 char line1[DA_BUFSIZE + 1]; local [all...] |
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | getgraent.c | 150 char line1[BUFSIZ+1]; local 152 if(fgets(line1, BUFSIZ, f) == NULL) 154 return (interpret(line1, strlen(line1))); 172 char line1[BUFSIZ+1]; local 195 else if (fgets(line1, BUFSIZ, g->grfa) == NULL) 197 if ((gra = interpret(line1, strlen(line1))) == NULL) 199 switch(line1[0]) { 423 matchname(char line1[], struc argument [all...] |
| H A D | getpwaent.c | 265 matchname(char line1[], struct passwd_adjunct **pwadjp, char *name) argument 273 switch(line1[0]) { 285 if (line1[1] == '@') { 308 if (line1[1] == '@') {
|
| /illumos-gate/usr/src/cmd/refer/ |
| H A D | refer2.c | 44 doref(char *line1) argument 53 if (biblio && Iline == 1 && line1[0] == '%') 54 strcat(dbuff, line1); 147 putsig(nf, flds, nr, line1, 165 putsig(nf, flds, refnum, line1, line, 1);
|
| /illumos-gate/usr/src/cmd/cfgadm/ |
| H A D | cfgadm.h | 135 struct field_info *line1; member in struct:print_col
|
| H A D | cfgadm.c | 2156 pp->line1 = fldp; 2246 fldp = line2 ? pp->line2 : pp->line1;
|
| /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/sgs/error/common/ |
| H A D | errorinput.c | 347 char *line1, *line2; local 368 (persperdexplode(wordv[wordc-2], &line1, &file1))) { 371 nwordv1[0] = file1; nwordv1[1] = line1;
|
| /illumos-gate/usr/src/lib/libshell/common/tests/ |
| H A D | basic.sh | 326 line1 330 cat '$tmp/scriptx 2> /dev/null) == line1 ]] || err_exit '>() process substitution fails' 336 line1 341 cat '$tmp/scriptx 2>> /dev/null) == line1 ]] || err_exit '>() process substitution fails in for loop'
|
| H A D | io.sh | 365 read -t2 -n 1000 line1 371 [[ $line1 == 'prompt1: ' ]] || err_exit "line1 should be 'prompt1: '"
|
| H A D | coprocess.sh | 125 echo line1 | grep 'line2' 126 echo line2 | grep 'line1'
|
| H A D | types.sh | 245 finfo.text=(line1 line2 line3) 251 expected='Fileinfo_t -A _Dbg_filenames=([foo]=(size=2;typeset -C -a text=([0]=line1 [1]=line2 [2]=line3);typeset -l -i mtime=-1;))'
|
| /illumos-gate/usr/src/cmd/more/ |
| H A D | more.c | 1319 register off_t line1 = startline; local 1348 line2 = line1; 1349 line1 = Ftell (file);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
| H A D | nwamcfg.c | 524 initial_match(const char *line1, const char *line2, int word_end) argument 528 return (strncmp(line1, line2, word_end) == 0); 532 add_stuff(WordCompletion *cpl, const char *line1, const char **list, argument 538 if (initial_match(line1, list[i], word_end)) { 539 err = cpl_add_completion(cpl, line1, 0, word_end,
|
| /illumos-gate/usr/src/cmd/zonecfg/ |
| H A D | zonecfg.c | 612 initial_match(const char *line1, const char *line2, int word_end) argument 616 return (strncmp(line1, line2, word_end) == 0); 620 add_stuff(WordCompletion *cpl, const char *line1, const char **list, argument 626 if (initial_match(line1, list[i], word_end)) { 627 err = cpl_add_completion(cpl, line1, 0, word_end,
|