HomeSort by: relevance | last modified time | path
    Searched defs:str (Results 1 - 25 of 294) 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[]
  /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))')')
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_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;
expr_cast.c 67 struct str { struct in function:lvalue_cast
73 ((struct str *)p) = 0;
  /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);
  /src/sys/dev/acpi/
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...]
  /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...]
  /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;
  /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++;
  /src/sys/arch/amiga/stand/dumpfont/
dumpfont.c 25 unsigned char str[256], *pp; local in function:main
58 for (i = 32; i < 256; i++) str[i - 32] = i;
62 Text (&rp, str, 256 - 32);
  /src/tests/lib/libc/gen/
t_getcwd.c 73 const char *str = NULL; local in function:ATF_TC_BODY
99 str = "failed to initialize fts(3)";
120 str = "getcwd(3) failed";
125 str = "getcwd(3) returned incorrect path";
140 if (str != NULL)
141 atf_tc_fail("%s", str);
t_ttyname.c 133 const char *str; local in function:ATF_TC_BODY
147 str = ttyname(STDIN_FILENO);
151 ATF_REQUIRE(str != NULL);
153 if (strcmp(str, buf) != 0)
  /src/tests/lib/libc/locale/
t_mbtowc.c 106 char *str; local in function:h_mbtowc
112 ATF_REQUIRE((str = setlocale(LC_ALL, NULL)) != NULL);
113 (void)printf("Using locale: %s\n", str);
  /src/tests/lib/libc/stdio/
t_scanf.c 64 const char str[] = "\f\n\r\t\v%z"; local in function:ATF_TC_BODY
69 (void)sscanf(str, "%%%c", &c);
  /src/tests/lib/libc/sys/
t_getlogin.c 65 char *str; local in function:ATF_TC_BODY
67 str = getlogin();
69 if (str == NULL)
74 if (strcmp(str, buf) != 0)
  /src/tests/rump/rumpkern/h_server/
h_simpleserver.c 19 const char *str; member in struct:__anon5aa42f0b0108
46 if (strcmp(actions[i].str, argv[2]) == 0) {
  /src/usr.sbin/tcpdchk/
percent_x.c 44 char *str = string; local in function:percent_x
53 while (*str) {
54 if (*str == '%' && (ch = str[1]) != 0) {
55 str += 2;
73 expansion = str++;
  /src/usr.bin/xlint/common/
mem.c 92 char *str; local in function:xasprintf
97 e = vasprintf(&str, fmt, ap);
101 return str;
  /src/lib/libedit/
keymacro.h 45 wchar_t *str; /* If it is a string... */ member in union:keymacro_value_t
  /src/lib/libpam/modules/pam_echo/
pam_echo.c 57 const void *str; local in function:_pam_echo
99 err = pam_get_item(pamh, item, &str);
102 if (str == NULL)
103 str = "(null)";
104 for (q = str; *q != '\0' && len < sizeof(msg) - 1; ++q)

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>