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

/freebsd-current/contrib/blocklist/bin/
H A Dsupport.c142 size_t z, cz; local
150 if ((cz = z = (size_t)r) >= len)
151 cz = len;
154 r = snprintf(buf + cz, len - cz, "%.2x", *p++);
157 if ((cz = (z += (size_t)r)) >= len)
158 cz = len;
/freebsd-current/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-current/usr.sbin/bhyve/kbdlayout/
H A DMakefile11 cz \
/freebsd-current/sys/dev/ath/
H A Dif_ath_pci.c111 uint8_t cz; local
119 cz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
120 if (cz == 0) {
/freebsd-current/share/vt/keymaps/
H A DMakefile24 cz.kbd \
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect51 ftp://ftp.cz.freebsd.org "Czech Republic - IPv6"\
/freebsd-current/libexec/rc/rc.d/
H A Dsyscons109 cs.*|cz.*) echo cz;;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp321 bool cz = fieldFromInstruction(insn, 39, 1); local
326 if (cz) {
352 bool cz = fieldFromInstruction(insn, 39, 1); local
357 if (cz) {
/freebsd-current/share/syscons/keymaps/
H A DMakefile13 cz.iso2.kbd \
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec126 - Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.

Completed in 210 milliseconds