Searched refs:cz (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/blacklist/bin/
H A Dsupport.c138 size_t z, cz; local
146 if ((cz = z = (size_t)r) >= len)
147 cz = len;
150 r = snprintf(buf + cz, len - cz, "%.2x", *p++);
153 if ((cz = (z += (size_t)r)) >= len)
154 cz = len;
/freebsd-11-stable/contrib/tcsh/
H A Dtc.prompt.c184 char *cz; local
203 cz = fmthist('R', info);
204 tprintf_append_mbs(&buf, cz, attributes);
205 xfree(cz);
235 cz = fmthist('h', info);
238 cz = xasprintf("%d", *(int *)info);
241 cz = xasprintf("%d", eventno + 1);
244 tprintf_append_mbs(&buf, cz, attributes);
245 xfree(cz);
308 cz
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_pci.c184 uint8_t cz; local
192 cz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
193 if (cz == 0) {
/freebsd-11-stable/etc/rc.d/
H A Dsyscons90 cs.*|cz.*) echo cz;;
/freebsd-11-stable/share/vt/keymaps/
H A DMakefile22 cz.kbd \
/freebsd-11-stable/share/syscons/keymaps/
H A DMakefile11 cz.iso2.kbd \
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect67 ftp://ftp.cz.freebsd.org "Czech Republic"\
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh173 cz) KEYLAYOUT_CONSOLE="cz.iso2" ;;
275 COUNTRY="cz"
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec124 - Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.

Completed in 261 milliseconds