Searched refs:nu (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d98 new_union nu;
109 nu.ch = 'd';
110 nu.in = 5;
111 nu.lg = 5;
116 printf("Union: %c, %d, %d\n", nu.ch, nu.in, nu.lg);
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c36 # define re_set_registers(bu, re, nu, st, en) \
37 __re_set_registers (bu, re, nu, st, en)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c32 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
33 #define U2I(nu) (p->Units2Indx[(nu) - 1])
167 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); local
169 if (I2U(i = U2I(nu)) != nu)
172 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
194 UInt16 nu = I2U(i); local
204 node->NU = (UInt16)nu;
217 UInt32 nu = (UInt32)node->NU; local
235 unsigned nu; local
[all...]
H A Darchive_ppmd8.c17 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
18 #define U2I(nu) (p->Units2Indx[(nu) - 1])
136 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); local
138 if (I2U(i = U2I(nu)) != nu)
141 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
188 unsigned nu; local
190 nu
266 FreeUnits(CPpmd8 *p, void *ptr, unsigned nu) argument
284 MoveUnitsUp(CPpmd8 *p, void *oldPtr, unsigned nu) argument
[all...]
/freebsd-11-stable/tools/test/sort/regression/
H A DMakefile7 OPTIONS= r f fr fs fu i ir b bs bd bu g gs gu gr n nr M Mr u nu ns
/freebsd-11-stable/contrib/nvi/catalog/
H A DMakefile72 sort -nu > $@
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c215 OS_getSystemNumUsers(uint32_t *nu) argument
220 *nu = 0;
223 (*nu)++;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddatabase.c51 user *u, *nu; local
189 for (u = old_db->head; u != NULL; u = nu) {
191 nu = u->next;
/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid5.c136 int na, ns, nu; local
149 nu = g_raid_nsubdisks(vol, G_RAID_SUBDISK_S_UNINITIALIZED);
153 na + ns + nu == vol->v_disks_count /* XXX: Temporary. */)
156 na + ns + nu == vol->v_disks_count)
/freebsd-11-stable/usr.bin/vi/catalog/
H A DMakefile105 sort -nu > $@
/freebsd-11-stable/contrib/tzdata/
H A DMakefile820 $(CURL) -sS --url https://validator.w3.org/nu/ -F out=gnu \
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c361 hd.nu = p->nsources; /* Always one unit */
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c71 # define re_set_registers(bu, re, nu, st, en) \
72 __re_set_registers (bu, re, nu, st, en)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c71 # define re_set_registers(bu, re, nu, st, en) \
72 __re_set_registers (bu, re, nu, st, en)
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c282 const char *nu = device_get_nameunit(isp->isp_osinfo.dev); local
304 isp->isp_osinfo.cdev = make_dev(&isp_cdevsw, du, UID_ROOT, GID_OPERATOR, 0600, "%s", nu);
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in628 if file port-numbers.tmp | grep 'gzip' >/dev/null; then zcat port-numbers.tmp; else cat port-numbers.tmp; fi | awk '/<record>/ {p=0;} /<protocol>udp/ {p=1;} /<protocol>[^u]/ {p=0;} /Decomissioned|Decommissioned|Removed|De-registered|unassigned|Unassigned|Reserved/ {u=1;} /<number>/ { if(u==1) {u=0;} else { if(p==1) { match($$0,/[0-9]+/); print substr($$0, RSTART, RLENGTH) ","}}}' | sort -nu > util/iana_ports.inc

Completed in 178 milliseconds