• Home
  • Raw
  • Download

Lines Matching refs:DebugSNPrintF

1172 DEBUG_EXPORT size_t DebugSNPrintF(char *sbuffer, size_t buflen, const char *fmt, ...)  in DebugSNPrintF()  function
1381 DebugSNPrintF(post, sizeof(post), ":%d", (port[0] << 8) | port[1]); break; in DebugSNPrintFVAList()
1386 DebugSNPrintF(post, sizeof(post), "%%%d]:%d", in DebugSNPrintFVAList()
1398 case 4: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%d.%d.%d.%d%s", in DebugSNPrintFVAList()
1400 case 6: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%02X:%02X:%02X:%02X:%02X:%02X", in DebugSNPrintFVAList()
1402 …case 8: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X", in DebugSNPrintFVAList()
1404 case 16: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), in DebugSNPrintFVAList()
1408 …default: i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%s", "<< ERROR: Must specify address siz… in DebugSNPrintFVAList()
1421 …i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x", in DebugSNPrintFVAList()
1470 …if (*a > 63) { s += DebugSNPrintF(s, mDNS_VACB_Remain(s), "<<INVALID LABEL LENGTH %u>>", *a); brea… in DebugSNPrintFVAList()
1471 …if (s + *a >= &mDNS_VACB[254]) { s += DebugSNPrintF(s, mDNS_VACB_Remain(s), "<<NAME TOO LONG>>"); … in DebugSNPrintFVAList()
1472 s += DebugSNPrintF(s, mDNS_VACB_Remain(s), "%#s.", a); in DebugSNPrintFVAList()
1529 i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "%s", "ERROR: <invalid CF object>" ); in DebugSNPrintFVAList()
1579 … i = DebugSNPrintF(mDNS_VACB, sizeof(mDNS_VACB), "<<UNKNOWN FORMAT CONVERSION CODE %%%c>>", c); in DebugSNPrintFVAList()
2123 dst += DebugSNPrintF( dst, (size_t)( end - dst ), "%*s" "%-*.*s" "%.*s" "%s", in DebugHexDump()
2259 s += DebugSNPrintF( s, sizeof( byteCountString ), " (%d bytes)", (int) inDataSize ); in DebugHexDump()
2271 dst += DebugSNPrintF( dst, (size_t)( end - dst ), in DebugHexDump()
2293 dst += DebugSNPrintF( dst, (size_t)( end - dst ), in DebugHexDump()
2792 DebugSNPrintF( s, sizeof( s ), "%d", 1234 ); in DebugServicesTest()
2795 DebugSNPrintF( s, sizeof( s ), "%X", 0x2345 ); in DebugServicesTest()
2798 DebugSNPrintF( s, sizeof( s ), "%#s", "\05test" ); in DebugServicesTest()
2801 DebugSNPrintF( s, sizeof( s ), "%##s", "\03www\05apple\03com" ); in DebugServicesTest()
2804 DebugSNPrintF( s, sizeof( s ), "%ld", (long) INT32_C( 2147483647 ) ); in DebugServicesTest()
2807 DebugSNPrintF( s, sizeof( s ), "%lu", (unsigned long) UINT32_C( 4294967295 ) ); in DebugServicesTest()
2811 DebugSNPrintF( s, sizeof( s ), "%lld", (long_long_compat) INT64_C( 9223372036854775807 ) ); in DebugServicesTest()
2814 DebugSNPrintF( s, sizeof( s ), "%lld", (long_long_compat) INT64_C( -9223372036854775807 ) ); in DebugServicesTest()
2817DebugSNPrintF( s, sizeof( s ), "%llu", (unsigned_long_long_compat) UINT64_C( 18446744073709551615 … in DebugServicesTest()
2821DebugSNPrintF( s, sizeof( s ), "%lb", (unsigned long) binary_32( 01111011, 01111011, 01111011, 011… in DebugServicesTest()
2824 DebugSNPrintF( s, sizeof( s ), "%C", 0x41624364 ); // 'AbCd' in DebugServicesTest()
2837 DebugSNPrintF( s, sizeof( s ), "%#a", &maddr ); in DebugServicesTest()
2845 DebugSNPrintF( s, sizeof( s ), "%#a", &maddr ); in DebugServicesTest()
2864 DebugSNPrintF( s, sizeof( s ), "%##a", &sa4 ); in DebugServicesTest()
2882 DebugSNPrintF( s, sizeof( s ), "%##a", &sa6 ); in DebugServicesTest()
2889 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "tes" ); in DebugServicesTest()
2892 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "test" ); in DebugServicesTest()
2895 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "testing" ); in DebugServicesTest()
2898 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "te\xC3\xA9" ); in DebugServicesTest()
2901 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "te\xC3\xA9ing" ); in DebugServicesTest()
2904 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "tes\xC3\xA9ing" ); in DebugServicesTest()
2907 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "t\xed\x9f\xbf" ); in DebugServicesTest()
2910 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "t\xed\x9f\xbfing" ); in DebugServicesTest()
2913 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "te\xed\x9f\xbf" ); in DebugServicesTest()
2916 DebugSNPrintF(s, sizeof(s), "%.*s", 4, "te\xed\x9f\xbfing" ); in DebugServicesTest()
2919 DebugSNPrintF(s, sizeof(s), "%.*s", 7, "te\xC3\xA9\xed\x9f\xbfing" ); in DebugServicesTest()
2922 DebugSNPrintF(s, sizeof(s), "%.*s", 6, "te\xC3\xA9\xed\x9f\xbfing" ); in DebugServicesTest()
2925 DebugSNPrintF(s, sizeof(s), "%.*s", 5, "te\xC3\xA9\xed\x9f\xbfing" ); in DebugServicesTest()
2929 DebugSNPrintF( s, sizeof( s ), "%S", "\x00" "a" "\x00" "b" "\x00" "c" "\x00" "d" "\x00" "\x00" ); in DebugServicesTest()
2932 DebugSNPrintF( s, sizeof( s ), "%S", "a" "\x00" "b" "\x00" "c" "\x00" "d" "\x00" "\x00" "\x00" ); in DebugServicesTest()
2936 DebugSNPrintF( s, sizeof( s ), "%S", in DebugServicesTest()
2940 DebugSNPrintF( s, sizeof( s ), "%S", in DebugServicesTest()
2944DebugSNPrintF( s, sizeof( s ), "%#S", "\x00" "a" "\x00" "b" "\x00" "c" "\x00" "d" "\x00" "\x00" );… in DebugServicesTest()
2947DebugSNPrintF( s, sizeof( s ), "%##S", "a" "\x00" "b" "\x00" "c" "\x00" "d" "\x00" "\x00" "\x00" )… in DebugServicesTest()
2950 DebugSNPrintF( s, sizeof( s ), "%.*S", in DebugServicesTest()
2954 DebugSNPrintF( s, sizeof( s ), "%.*S", in DebugServicesTest()
2959 DebugSNPrintF( s, sizeof( s ), "%.*S", 3, "\x00" "a" "\x00" "b" "\x00" "c" "\x00" "d" ); in DebugServicesTest()
2962 DebugSNPrintF( s, sizeof( s ), "%.*S", 3, "a" "\x00" "b" "\x00" "c" "\x00" "d" "\x00" ); in DebugServicesTest()
2966DebugSNPrintF( s, sizeof( s ), "%#.*S", 3, "\x00" "a" "\x00" "b" "\x00" "c" "\x00" "d" ); // Big E… in DebugServicesTest()
2969DebugSNPrintF( s, sizeof( s ), "%##.*S", 3, "a" "\x00" "b" "\x00" "c" "\x00" "d" "\x00" ); // Litt… in DebugServicesTest()
2974DebugSNPrintF( s, sizeof( s ), "%U", "\x10\xb8\xa7\x6b" "\xad\x9d" "\xd1\x11" "\x80\xb4" "\x00\xc0… in DebugServicesTest()
2977 DebugSNPrintF( s, sizeof( s ), "%m", 0 ); in DebugServicesTest()
2980 DebugSNPrintF( s, sizeof( s ), "%lm", (long) 0 ); in DebugServicesTest()
2983DebugSNPrintF( s, sizeof( s ), "\"%H\"", "\x6b\xa7\xb8\x10\x9d\xad\x11\xd1\x80\xb4\x00\xc0\x4f\xd4… in DebugServicesTest()
2986 DebugSNPrintF( s, sizeof( s ), "\"%H\"", in DebugServicesTest()
2992 DebugSNPrintF( s, sizeof( s ), "\"%H\"", "\x6b\xa7", 2, 2 ); in DebugServicesTest()