HomeSort by: relevance | last modified time | path
    Searched defs:check_string (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
stringlist.c 96 static void check_string(const void *fdt, const char *path, function
139 check_string(fdt, "/", "compatible", 0, "test-strings");
140 check_string(fdt, "/device", "compatible", 0, "foo");
141 check_string(fdt, "/device", "compatible", 1, "bar");
stringlist.c 96 static void check_string(const void *fdt, const char *path, function
139 check_string(fdt, "/", "compatible", 0, "test-strings");
140 check_string(fdt, "/device", "compatible", 0, "foo");
141 check_string(fdt, "/device", "compatible", 1, "bar");
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_string_conversion.c 779 check_string(struct archive *a, struct archive_mstring *mstr, struct archive_string_conv *sc, function
838 check_string(a, &mstr, sc, "AAA", L"AAA");
840 check_string(a, &mstr, sc, "BBBB", L"BBBB");
842 check_string(a, &mstr, sc, "CCC12", L"CCC12");
844 check_string(a, &mstr, sc, "DDDD-l", L"DDDD-l");
846 check_string(a, &mstr, sc, "EEEEE---H", L"EEEEE---H");
test_archive_string_conversion.c 779 check_string(struct archive *a, struct archive_mstring *mstr, struct archive_string_conv *sc, function
838 check_string(a, &mstr, sc, "AAA", L"AAA");
840 check_string(a, &mstr, sc, "BBBB", L"BBBB");
842 check_string(a, &mstr, sc, "CCC12", L"CCC12");
844 check_string(a, &mstr, sc, "DDDD-l", L"DDDD-l");
846 check_string(a, &mstr, sc, "EEEEE---H", L"EEEEE---H");
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 568 /*! @defined check_string
577 Code inside check_string() statements is not compiled into production builds.
581 #undef check_string macro
583 #if ( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
1090 #define ensure_string( X, STR ) check_string( X, STR )
DebugServices.h 568 /*! @defined check_string
577 Code inside check_string() statements is not compiled into production builds.
581 #undef check_string macro
583 #if ( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
1090 #define ensure_string( X, STR ) check_string( X, STR )
  /src/external/bsd/nsd/dist/simdzone/src/generic/
types.h 143 static really_inline int32_t check_string( function
435 if ((r = check(&c, check_string(parser, type, &f[0], o, n))) ||
436 (r = check(&c, check_string(parser, type, &f[1], o+c, n-c))))
552 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
556 if ((r = check(&c, check_string(parser, type, &f[0], o+c, n-c))))
592 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
626 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
629 if (c < n && (r = check(&c, check_string(parser, type, &f[1], o+c, n-c))))
737 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
894 if ((r = check(&c, check_string(parser, type, &f[0], o, n))) |
    [all...]
types.h 143 static really_inline int32_t check_string( function
435 if ((r = check(&c, check_string(parser, type, &f[0], o, n))) ||
436 (r = check(&c, check_string(parser, type, &f[1], o+c, n-c))))
552 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
556 if ((r = check(&c, check_string(parser, type, &f[0], o+c, n-c))))
592 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
626 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
629 if (c < n && (r = check(&c, check_string(parser, type, &f[1], o+c, n-c))))
737 if ((r = check(&c, check_string(parser, type, &f[0], o, n))))
894 if ((r = check(&c, check_string(parser, type, &f[0], o, n))) |
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 182 static int check_string (void);
7617 if (!check_string ())
10109 check_string (void)
10105 check_string (void) function
tc-i386.c 182 static int check_string (void);
7617 if (!check_string ())
10109 check_string (void)
10105 check_string (void) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 182 static int check_string (void);
7451 if (!check_string ())
9942 check_string (void)
9938 check_string (void) function
tc-i386.c 182 static int check_string (void);
7451 if (!check_string ())
9942 check_string (void)
9938 check_string (void) function

Completed in 99 milliseconds