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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c297 * HASH_LONG Nl,Nh;
653 l=(c->Nl+(len<<3))&0xffffffffL;
656 if (l < c->Nl) /* overflow */
659 c->Nl=l;
813 if (i>(HASH_LBLOCK-2)) /* save room for Nl and Nh */
824 p[HASH_LBLOCK-1]=c->Nl;
826 p[HASH_LBLOCK-2]=c->Nl;
924 c->Nl=0;
H A DmDNSEmbeddedAPI.h3530 mDNSu32 Nl,Nh; member in struct:MD5state_st
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1444 struct nlist Nl[2]; variable in typeref:struct:nlist
1446 struct nlist Nl[] = variable in typeref:struct:nlist
1477 (void) sm_strlcpy(Nl[X_AVENRUN].n_name, LA_AVENRUN,
1478 sizeof(Nl[X_AVENRUN].n_name));
1479 Nl[1].n_name[0] = '\0';
1483 if (knlist(Nl, 1, sizeof(Nl[0])) < 0)
1485 if (nlist(_PATH_UNIX, Nl) < 0)
1493 if (Nl[X_AVENRUN].n_value == 0)
1501 Nl[X_AVENRU
[all...]

Completed in 94 milliseconds