Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dgenmsgc.awk92 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 DF-Stack_Build_Guide.md62 - 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 Dctype.h93 toupper(int c) in toupper() function
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h86 #define toupper(c) __toupper(c) macro
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c231 *String = (char) toupper ((int) *String); in AcpiUtStrupr()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h149 # ifndef toupper
150 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h305 toupper (
/f-stack/freebsd/libkern/
H A Diconv_converter_if.m71 METHOD int toupper {
/f-stack/dpdk/app/test-pmd/
H A Dbpf_cmd.c75 v = toupper(str[i]); in bpf_parse_flags()
/f-stack/freebsd/kern/
H A Dkern_pmc.c242 *q++ = toupper(*p); in pmc_soft_namecleanup()
H A Dsubr_prf.c614 *++p = upper ? toupper(c) : c; in ksprintn()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslstartup.c275 *FileChar = (char) toupper ((int) *FileChar); in AslDetectSourceFileType()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1488 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 Dlbaselib.c54 : toupper((unsigned char)*s) - 'A' + 10; in luaB_tonumber()
/f-stack/freebsd/tools/
H A Dmakeobjops.awk295 umname = toupper(mname); # uppercase method name
H A Dvnode_if.awk256 uname = toupper(name);
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c950 … 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 Dnsutils.c459 Result[i] = (char) toupper ((int) *ExternalName); in AcpiNsBuildInternalName()
H A Dnsrepair2.c745 *Dest = (char) toupper ((int) *Source); in AcpiNsRepair_HID()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c198 Value = (UINT8) (toupper (HexChar) - 0x37); in AcpiDbHexCharToValue()
/f-stack/lib/
H A Dff_subr_prf.c115 *++p = upper ? toupper(c) : c; in ksprintn()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_event.c249 *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 Dhelloworld.c335 s[j] = toupper(s[j]); in HelloToggleCase_RedisCommand()
/f-stack/freebsd/tools/sound/
H A Dfeeder_rate_mkfilter.awk408 init_coeff_interpolator(toupper(a[2]));
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c88 luaL_addchar(&b, toupper(uchar(s[i]))); in str_upper()

12