Searched refs:ccode (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bearssl/T0/
H A DT0Comp.cs1464 string ccode;
1465 allCCode.TryGetValue(name, out ccode);
1466 return ccode;
1580 string ccode = GetCCode(w.Name);
1581 if (ccode == null) {
1590 if (ccodeUni.ContainsKey(ccode)) {
1591 sn = ccodeUni[ccode];
1595 ccodeUni[ccode] = sn;
/freebsd-13-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c1442 * \param ccode generate externally visible non-inline functions
1445 gen_enum_funcs(FILE *fp, const struct type *t, int ccode) argument
1449 if (!ccode)
1468 if (!ccode)
1480 if (!ccode)
1570 * \param ccode generate externally visible non-inline functions
1573 gen_all_enum_funcs(FILE *fp, int ccode) argument
1579 gen_enum_funcs(fp, t, ccode);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exp.c519 tcsh_number_t ccode; local
545 ccode = exp0(vp, ignore);
546 etraci("exp6 () ccode", ccode, vp);
550 return (putn(ccode));
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1117 wlan_config_set_country(struct wlan_iface *wif, char *ccode, int rdomain) argument
1144 regdomain->rd.isocc[0] = ccode[0];
1145 regdomain->rd.isocc[1] = ccode[1];
1146 regdomain->rd.location = ccode[2];

Completed in 62 milliseconds