| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | genmsgc.awk | 92 uie = toupper(iename[i]) 133 print "\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie ", cx);" 138 print "\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie ", cx);" 143 print "\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie "[i], cx);" 148 print "\t\t\tret |= uni_check_ie(UNI_IE_" toupper(ie) ", (union uni_ieall *)&m->" ie "[i], cx);" 168 print "\tif(uni_encode_msg_hdr(msg, &p->hdr, UNI_" toupper(msg) ", cx, &mlen))" 176 print "\t\treturn (0x10000000 + UNI_IE_" toupper(ie) ");" 180 print "\t uni_encode_ie(UNI_IE_" toupper(ie) ", msg, (union uni_ieall *)&p->" ie ", cx))" 181 print "\t\treturn (UNI_IE_" toupper(ie) ");" 186 print "\t\treturn ((i << 16) + UNI_IE_" toupper(ie) ");" [all …]
|
| /f-stack/doc/ |
| H A D | F-Stack_Build_Guide.md | 62 - printf("\#define\tN%s\t%s\n", toupper($$2), i++); 63 + printf("#define\tN%s\t%s\n", toupper($$2), i++);
|
| /f-stack/freebsd/sys/ |
| H A D | ctype.h | 93 toupper(int c) in toupper() function
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 86 #define toupper(c) __toupper(c) macro
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utnonansi.c | 231 *String = (char) toupper ((int) *String); in AcpiUtStrupr()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_proxy.h | 149 # ifndef toupper 150 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acclib.h | 305 toupper (
|
| /f-stack/freebsd/libkern/ |
| H A D | iconv_converter_if.m | 71 METHOD int toupper {
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | bpf_cmd.c | 75 v = toupper(str[i]); in bpf_parse_flags()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_pmc.c | 242 *q++ = toupper(*p); in pmc_soft_namecleanup()
|
| H A D | subr_prf.c | 614 *++p = upper ? toupper(c) : c; in ksprintn()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslstartup.c | 275 *FileChar = (char) toupper ((int) *FileChar); in AslDetectSourceFileType()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1488 if (toupper(buf[0]) == ends[i]) 1503 (toupper(buf[0]) != 'B' && 1504 ((toupper(buf[1]) == 'B' && buf[2] == '\0') || 1505 (toupper(buf[1]) == 'I' && toupper(buf[2]) == 'B' &&
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 54 : toupper((unsigned char)*s) - 'A' + 10; in luaB_tonumber()
|
| /f-stack/freebsd/tools/ |
| H A D | makeobjops.awk | 295 umname = toupper(mname); # uppercase method name
|
| H A D | vnode_if.awk | 256 uname = toupper(name);
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 950 … if (toupper(*argument)=='K') bSize<<=10, argument++; /* allows using KB notation */ in main() 951 if (toupper(*argument)=='M') bSize<<=20, argument++; in main() 952 if (toupper(*argument)=='B') argument++; in main()
|
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsutils.c | 459 Result[i] = (char) toupper ((int) *ExternalName); in AcpiNsBuildInternalName()
|
| H A D | nsrepair2.c | 745 *Dest = (char) toupper ((int) *Source); in AcpiNsRepair_HID()
|
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbconvert.c | 198 Value = (UINT8) (toupper (HexChar) - 0x37); in AcpiDbHexCharToValue()
|
| /f-stack/lib/ |
| H A D | ff_subr_prf.c | 115 *++p = upper ? toupper(c) : c; in ksprintn()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_event.c | 249 *dstp++ = isalnum(*srcp) ? toupper(*srcp) : '_'; in _zed_event_add_var() 252 *dstp++ = isalnum(*srcp) ? toupper(*srcp) : '_'; in _zed_event_add_var()
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | helloworld.c | 335 s[j] = toupper(s[j]); in HelloToggleCase_RedisCommand()
|
| /f-stack/freebsd/tools/sound/ |
| H A D | feeder_rate_mkfilter.awk | 408 init_coeff_interpolator(toupper(a[2]));
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 88 luaL_addchar(&b, toupper(uchar(s[i]))); in str_upper()
|