Searched refs:sep (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | string2.h | 1164 # define __strtok_r(s, sep, nextp) \ argument 1165 (__extension__ (__builtin_constant_p (sep) && __string2_1bptr_p (sep) \ 1166 && ((__const char *) (sep))[0] != '\0' \ 1167 && ((__const char *) (sep))[1] == '\0' \ 1168 ? __strtok_r_1c (s, ((__const char *) (sep))[0], nextp) \ 1169 : __strtok_r (s, sep, nextp))) 1196 # define strtok_r(s, sep, nextp) __strtok_r (s, sep, nextp) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | argz.h | 12 error_t argz_create_sep (const char *string, int sep, char **argz, size_t *argz_len); 15 void argz_stringify (char *argz, size_t argz_len, int sep); 17 error_t argz_add_sep (char **argz, size_t *argz_len, const char *str, int sep);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | checkpatch.pl | 1612 my $sep = ''; 1619 $err .= "$sep$ctx\n"; 1620 $sep = ''; 1622 $sep = "[...]\n";
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | file2alias.c | 41 #define ADD(str, sep, cond, field) \ argument 43 strcat(str, sep); \
|