Searched refs:nb (Results 51 - 55 of 55) sorted by relevance

123

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c946 unsigned nb; /* number of bit length codes */ local
965 nb = 4 + ((unsigned) b & 0xf); /* number of bit length codes */
974 for (j = 0; j < nb; j++)
/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddoscan.c664 char *nb = buffer; local
668 file_to_decimal(&nb, len, lc, &dr, &form, &echar, iop, &nread);
674 if (nb != buffer + nread)
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c58 char nb[MAX_INT_LEN]; \
59 if (snprintf(nb, MAX_INT_LEN, "%d", (from)) >= MAX_INT_LEN) \
61 STRDUP_OR_RET(to, nb); \
/osnet-11/usr/src/common/mpi/
H A Dmpi.c3055 /* {{{ s_mp_alloc(nb, ni, kmflag) */
3058 /* Allocate ni records of nb bytes each, and return a pointer to that */
3059 void *s_mp_alloc(size_t nb, size_t ni, int kmflag) argument
3063 return kmem_zalloc(nb * ni, kmflag);
3065 return calloc(nb, ni);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1180 =item {nb} : Norwegian Bokmal

Completed in 47 milliseconds

123