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

  /src/tests/usr.bin/xlint/lint1/
msg_049.c 18 int int_value; member in union:__anonfa87f5280108::__anonfa87f528020a
init_c99.c 442 int int_value; member in union:value
449 .int_value = 3,
453 .int_value = 3,
  /src/tests/lib/libc/locale/
t_sprintf.c 49 const int int_value; member in struct:test
120 sprintf(buf, "%'d", t->int_value);
135 ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value);
187 ATF_REQUIRE_EQ(int_reported, t->int_value);

Completed in 13 milliseconds