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

  /src/usr.bin/xlint/lint2/
lint2.h 120 } s_s; member in struct:sym
130 #define s_pos s_s.s_pos
131 #define s_function_has_return_value s_s.s_function_has_return_value
132 #define s_old_style_function s_s.s_old_style_function
133 #define s_inline s_s.s_inline
134 #define s_static s_s.s_static
135 #define s_def s_s.s_def
136 #define s_check_only_first_args s_s.s_check_only_first_args
137 #define s_printflike s_s.s_printflike
138 #define s_scanflike s_s.s_scanflik
    [all...]
read.c 542 symp = xalloc(sizeof(symp->s_s));
543 symp->s_s = sym.s_s;
  /src/common/lib/libc/string/
strspn.c 76 strspn_x(const char *s_s, const char *charset_s, unsigned long invert)
78 const unsigned char *s = (const unsigned char *)s_s;

Completed in 11 milliseconds