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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c1442 struct nlist Nl[2]; variable in typeref:struct:nlist
1444 struct nlist Nl[] = variable in typeref:struct:nlist
1475 (void) sm_strlcpy(Nl[X_AVENRUN].n_name, LA_AVENRUN,
1476 sizeof(Nl[X_AVENRUN].n_name));
1477 Nl[1].n_name[0] = '\0';
1481 if (knlist(Nl, 1, sizeof(Nl[0])) < 0)
1483 if (nlist(_PATH_UNIX, Nl) < 0)
1491 if (Nl[X_AVENRUN].n_value == 0)
1499 Nl[X_AVENRU
[all...]

Completed in 31 milliseconds