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

/freebsd-13-stable/contrib/blacklist/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-13-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-13-stable/sys/dev/ath/
H A Dif_ath_pci.c113 uint8_t cz; local
121 cz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
122 if (cz == 0) {
/freebsd-13-stable/libexec/rc/rc.d/
H A Dsyscons90 cs.*|cz.*) echo cz;;
/freebsd-13-stable/share/vt/keymaps/
H A DMakefile23 cz.kbd \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp259 bool cz = fieldFromInstruction(insn, 39, 1); local
264 if (cz) {
290 bool cz = fieldFromInstruction(insn, 39, 1); local
295 if (cz) {
/freebsd-13-stable/share/syscons/keymaps/
H A DMakefile12 cz.iso2.kbd \
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect68 ftp://ftp.cz.freebsd.org "Czech Republic"\
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec124 - Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.

Completed in 109 milliseconds