| /src/sys/lib/libsa/ |
| fnmatch.c | 68 char fc, pc; local 71 fc = *fname++; 73 if (!fc && !pc) 75 if (pc == '?' && fc) 76 pc = fc; 77 } while (fc == pc);
|
| /src/usr.sbin/lpr/lptest/ |
| lptest.c | 54 int i, j, fc, nc; local 66 fc = ' '; 68 if (++fc == 0177) 69 fc = ' '; 70 nc = fc;
|
| /src/sys/fs/cd9660/ |
| cd9660_util.c | 119 uint16_t fc, ic; local 128 fc = wget(&fn, &fnlen, joliet_level); 131 return fc; 134 switch (fc) { 136 return fc; 152 if (ic != fc) { 154 if (ic + ('a' - 'A') != fc) { 155 if (fc >= 'a' && fc <= 'z') 156 fc -= 'a' - 'A' [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes.h | 46 unsigned int fc; member in struct:prov_aes_ctx_st::__anon465::__anon466
|
| cipher_aes_ccm.h | 21 * fc with ks.ks.rounds. Remember that on s390x, an AES_KEY's 42 unsigned int fc; /* fc has same offset as ks.ks.rounds */ member in struct:prov_aes_ccm_ctx_st::__anon483::__anon485
|
| cipher_aes_gcm.h | 31 unsigned int fc; member in struct:prov_aes_gcm_ctx_st::__anon489::__anon490
|
| cipher_aes_xts.h | 52 unsigned int fc; member in struct:prov_aes_xts_ctx_st::__anon498::__anon499
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes.h | 46 unsigned int fc; member in struct:prov_aes_ctx_st::__anon1534::__anon1535
|
| cipher_aes_ccm.h | 21 * fc with ks.ks.rounds. Remember that on s390x, an AES_KEY's 42 unsigned int fc; /* fc has same offset as ks.ks.rounds */ member in struct:prov_aes_ccm_ctx_st::__anon1552::__anon1554
|
| cipher_aes_gcm.h | 31 unsigned int fc; member in struct:prov_aes_gcm_ctx_st::__anon1558::__anon1559
|
| /src/crypto/external/apache2/openssl/dist/crypto/hmac/ |
| hmac_s390x.c | 26 int fc; local 29 fc = S390X_HMAC_SHA_224; 31 fc = S390X_HMAC_SHA_256; 33 fc = S390X_HMAC_SHA_384; 35 fc = S390X_HMAC_SHA_512; 39 if ((OPENSSL_s390xcap_P.kmac[1] & S390X_CAPBIT(fc)) == 0) 42 return fc; 47 unsigned int fc = ctx->plat.s390x.fc; local 50 fc |= S390X_KMAC_IKP [all...] |
| hmac_local.h | 31 unsigned int fc; /* 0 if not supported by kmac instruction */ member in struct:hmac_ctx_st::__anon304::__anon305
|
| /src/external/mit/xorg/tools/fc-cache/ |
| Makefile | 5 HOSTPROG= fc-cache 11 .PATH: ${FONTCONFIG}/fc-cache 12 SRCS.fc-cache= fc-cache.c 89 SRCS= ${SRCS.fc-cache} ${SRCS.fontconfig} ${SRCS.freetype} ${SRCS.expat}
|
| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| filter_common.c | 259 const lzma_filter_coder *const fc local 261 if (fc == NULL || fc->init == NULL) 265 filters[j].init = fc->init; 270 const lzma_filter_coder *const fc local 272 if (fc == NULL || fc->init == NULL) 276 filters[i].init = fc->init; 309 const lzma_filter_coder *const fc local 311 if (fc == NULL [all...] |
| /src/sys/altq/ |
| altq_fifoq.c | 228 struct fifoq_conf *fc; local 231 fc = (struct fifoq_conf *)addr; 232 if ((q = altq_lookup(fc->iface.fifoq_ifname, 237 limit = fc->fifoq_limit; 241 fc->fifoq_limit = limit;
|
| altq_blue.c | 289 struct blue_conf *fc; local 292 fc = (struct blue_conf *)addr; 293 if ((rqp = altq_lookup(fc->iface.blue_ifname, 298 limit = fc->blue_limit; 300 fc->blue_limit = limit; /* write back the new value */ 301 if (fc->blue_pkttime > 0) 302 rqp->rq_blue->blue_pkttime = fc->blue_pkttime; 303 if (fc->blue_max_pmark > 0) 304 rqp->rq_blue->blue_max_pmark = fc->blue_max_pmark; 305 if (fc->blue_hold_time > 0 [all...] |
| altq_rio.c | 631 struct rio_conf *fc; local 635 fc = (struct rio_conf *)addr; 636 if ((rqp = altq_lookup(fc->iface.rio_ifname, 642 new = rio_alloc(fc->rio_weight, &fc->q_params[0], 643 fc->rio_flags, fc->rio_pkttime); 651 limit = fc->rio_limit; 652 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max) 653 limit = fc->q_params[RIO_NDROPPREC-1].th_max [all...] |
| /src/sys/arch/ia64/stand/efi/libefi/ |
| efifs_ls.c | 103 char fc, pc; local 106 fc = *fname++; 108 if (!fc && !pc) 110 if (pc == '?' && fc) 111 pc = fc; 112 } while (fc == pc);
|
| /src/sys/netbt/ |
| rfcomm_upper.c | 497 struct rfcomm_fc_info fc; local 504 memset(&fc, 0, sizeof(fc)); 505 fc.lmodem = dlc->rd_lmodem; 506 fc.rmodem = dlc->rd_rmodem; 507 fc.tx_cred = uimax(dlc->rd_txcred, 0xff); 508 fc.rx_cred = uimax(dlc->rd_rxcred, 0xff); 511 fc.cfc = 1; 513 return sockopt_set(sopt, &fc, sizeof(fc)); [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_addr.c | 1263 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local 1265 if (!IPAddressFamily_check_len(fc)) 1268 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) { 1279 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local 1280 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc); 1284 if (fc->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) { 1291 if (!IPAddressFamily_check_len(fc) || !IPAddressFamily_check_len(fp)) 1295 if (fc->ipAddressChoice->type == IPAddressChoice_inherit 1297 fc->ipAddressChoice->u.addressesOrRanges, 1298 length_from_afi(X509v3_addr_get_afi(fc)))) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_addr.c | 1263 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local 1265 if (!IPAddressFamily_check_len(fc)) 1268 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) { 1278 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local 1279 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc); 1284 if (fc->ipAddressChoice->type == 1292 if (!IPAddressFamily_check_len(fc) || !IPAddressFamily_check_len(fp)) 1297 if (fc->ipAddressChoice->type == IPAddressChoice_inherit 1299 fc->ipAddressChoice->u.addressesOrRanges, 1300 length_from_afi(X509v3_addr_get_afi(fc)))) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_addr.c | 1246 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local 1247 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) { 1257 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local 1258 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc); 1262 if (fc->ipAddressChoice->type == 1271 if (fc->ipAddressChoice->type == IPAddressChoice_inherit 1273 fc->ipAddressChoice->u.addressesOrRanges, 1274 length_from_afi(X509v3_addr_get_afi(fc))))
|
| /src/external/mit/xorg/lib/libXfont2/ |
| Makefile | 91 SRCS.fc= \ 96 .PATH: ${XFONT2DIR}/src/fc 98 .for dir in stubs util fontfile FreeType bitmap builtins fc
|
| /src/sys/dev/ieee1394/ |
| fwohcivar.h | 43 struct firewire_comm fc; member in struct:fwohci_softc
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_monitor.c | 29 u16 fc; local 33 fc = le_to_host16(hdr->frame_control); 36 event.tx_status.type = WLAN_FC_GET_TYPE(fc); 37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); 50 u16 fc; local 56 fc = le_to_host16(hdr->frame_control); 61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == 71 u16 fc; local 78 fc = le_to_host16(hdr->frame_control); 80 switch (WLAN_FC_GET_TYPE(fc)) { [all...] |