Searched defs:line1 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdadefs.c138 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 Dgetdaent.c300 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/cmd/refer/
H A Drefer2.c44 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/lib/libbc/libc/gen/common/
H A Dgetgraent.c150 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 Dgetpwaent.c265 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/sgs/error/common/
H A Derrorinput.c347 char *line1, *line2; local
368 (persperdexplode(wordv[wordc-2], &line1, &file1))) {
371 nwordv1[0] = file1; nwordv1[1] = line1;
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h135 struct field_info *line1; member in struct:print_col
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1319 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 Dnwamcfg.c524 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 Dzonecfg.c612 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,

Completed in 103 milliseconds