HomeSort by: relevance | last modified time | path
    Searched defs:str (Results 1 - 25 of 588) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/indent/
lsym_sizeof.c 24 char str[sizeof(int) * CHAR_BIT + 1]; variable in typeref:typename:char[]
lsym_sizeof.c 24 char str[sizeof(int) * CHAR_BIT + 1]; variable in typeref:typename:char[]
  /src/usr.bin/m4/TEST/
string.m4 41 str($1,substr($2,1),0)
45 define(str,`ifelse($2,",,data $1(incr($3))/`LET'substr($2,0,1)/ macro
46 `str($1,substr($2,1),incr($3))')')
string.m4 41 str($1,substr($2,1),0)
45 define(str,`ifelse($2,",,data $1(incr($3))/`LET'substr($2,0,1)/ macro
46 `str($1,substr($2,1),incr($3))')')
hash.m4 44 define(hash,<eval(str(substr($1,1),0)%HASHVAL)>) dnl
45 define(str, macro
47 <str(substr(<$1>,1),<eval($2+'substr($1,0,1)')>)>)
hash.m4 44 define(hash,<eval(str(substr($1,1),0)%HASHVAL)>) dnl
45 define(str, macro
47 <str(substr(<$1>,1),<eval($2+'substr($1,0,1)')>)>)
  /src/tests/usr.bin/xlint/lint1/
msg_263.c 11 char str[] = "Hello\?"; variable in typeref:typename:char[]
msg_264.c 11 char str[] = "vertical \v tab"; variable in typeref:typename:char[]
msg_263.c 11 char str[] = "Hello\?"; variable in typeref:typename:char[]
msg_264.c 11 char str[] = "vertical \v tab"; variable in typeref:typename:char[]
msg_215.c 14 struct str { struct
20 test(struct str str, const double *p_double)
29 /* expect+2: error: type 'struct str' does not have member 'member' [101] */
31 str.member();
msg_215.c 14 struct str { struct
20 test(struct str str, const double *p_double)
29 /* expect+2: error: type 'struct str' does not have member 'member' [101] */
31 str.member();
msg_211.c 8 struct str { struct
13 return_int(double dbl, void *ptr, struct str str)
20 if (str.member > 0)
21 /* expect+1: error: function has return type 'int' but returns 'struct str' [211] */
22 return str;
msg_211.c 8 struct str { struct
13 return_int(double dbl, void *ptr, struct str str)
20 if (str.member > 0)
21 /* expect+1: error: function has return type 'int' but returns 'struct str' [211] */
22 return str;
  /src/sys/modules/examples/properties/
properties.c 42 prop_string_t str; local in function:handle_props
45 str = prop_dictionary_get(props, "msg");
48 str = NULL;
50 if (str == NULL)
52 else if (prop_object_type(str) != PROP_TYPE_STRING)
55 msg = prop_string_cstring_nocopy(str);
properties.c 42 prop_string_t str; local in function:handle_props
45 str = prop_dictionary_get(props, "msg");
48 str = NULL;
50 if (str == NULL)
52 else if (prop_object_type(str) != PROP_TYPE_STRING)
55 msg = prop_string_cstring_nocopy(str);
  /src/sys/dev/acpi/
acpidevs_data.h 10 const struct { const char *pnp, *str; } acpi_knowndevs[] = { member in struct:__anoncef4f6530108
acpidevs_data.h 10 const struct { const char *pnp, *str; } acpi_knowndevs[] = { member in struct:__anoncef4f6530108
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_printer_test.cc 20 InternalScopedString str(128); local in function:__sanitizer::TEST
21 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, "");
22 EXPECT_STREQ("/dir/file.cc:10:5", str.data());
24 str.clear();
25 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, false, "");
26 EXPECT_STREQ("/dir/file.cc:11", str.data());
28 str.clear();
29 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, false, "");
30 EXPECT_STREQ("/dir/file.cc", str.data());
32 str.clear()
54 InternalScopedString str(128); local in function:__sanitizer::TEST
80 InternalScopedString str(256); local in function:__sanitizer::TEST
    [all...]
sanitizer_stacktrace_printer_test.cc 20 InternalScopedString str(128); local in function:__sanitizer::TEST
21 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, "");
22 EXPECT_STREQ("/dir/file.cc:10:5", str.data());
24 str.clear();
25 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, false, "");
26 EXPECT_STREQ("/dir/file.cc:11", str.data());
28 str.clear();
29 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, false, "");
30 EXPECT_STREQ("/dir/file.cc", str.data());
32 str.clear()
54 InternalScopedString str(128); local in function:__sanitizer::TEST
80 InternalScopedString str(256); local in function:__sanitizer::TEST
    [all...]
  /src/usr.bin/hexdump/
conv.c 56 char const *str; local in function:conv_c
60 str = "\\0";
66 str = "\\a";
69 str = "\\b";
72 str = "\\f";
75 str = "\\n";
78 str = "\\r";
81 str = "\\t";
86 str = "\\v";
96 str = buf
    [all...]
conv.c 56 char const *str; local in function:conv_c
60 str = "\\0";
66 str = "\\a";
69 str = "\\b";
72 str = "\\f";
75 str = "\\n";
78 str = "\\r";
81 str = "\\t";
86 str = "\\v";
96 str = buf
    [all...]
  /src/sys/external/bsd/libfdt/dist/
fdt_strerror.c 17 const char *str; member in struct:fdt_errtabent
21 [(val)] = { .str = #val, }
54 const char *s = fdt_errtable[-errval].str;
fdt_strerror.c 17 const char *str; member in struct:fdt_errtabent
21 [(val)] = { .str = #val, }
54 const char *s = fdt_errtable[-errval].str;
  /src/lib/libwrap/
percent_x.c 49 char *str = string; local in function:percent_x
58 while (*str) {
59 if (*str == '%' && (ch = str[1]) != 0) {
60 str += 2;
79 expansion = str++;

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>