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

/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdadefs.c133 char line1[DA_BUFSIZE + 1]; local
140 while (getdadmline(line1, (int)sizeof (line1), dadeff) != 0) {
141 if ((da_def = dadef_interpret(line1)) == NULL)
160 char line1[DA_BUFSIZE + 1]; local
167 while (getdadmline(line1, (int)sizeof (line1), dadeff) != 0) {
168 if (strstr(line1, type) == NULL)
170 if ((da_def = dadef_interpret(line1)) == NULL)
H A Dgetdaent.c296 char line1[DA_BUFSIZE + 1]; local
304 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
305 if (strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) {
308 } else if (strncmp(line1, DA_OFF_STR,
331 char line1[DA_BUFSIZE + 1]; local
338 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
339 if ((strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) ||
340 (strncmp(line1, DA_OFF_ST
394 char line1[DA_BUFSIZE + 1]; local
[all...]

Completed in 40 milliseconds