Searched refs:string_len (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.h51 int string_len,
71 int string_len,
H A Dformat.c2091 int string_len,
2107 __read_format ( fmtptr, fmtlen, ioptr, iolen, string_ptr, string_len );
2177 int string_len,
2193 __write_format ( fmtptr, fmtlen, ioptr, iolen, string_ptr, string_len );
2090 __readtext_s( void* string_ptr, int string_len, char* fmtptr, int fmtlen, __tmp_IO_list* ioptr, int iolen, char* file, int line ) argument
2176 __writetext_s( void* string_ptr, int string_len, char* fmtptr, int fmtlen, __tmp_IO_list* ioptr, int iolen, char* file, int line ) argument
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dtilde.c87 register int i, j, string_len; local
90 string_len = strlen (string);
98 for (i = 0; i < string_len; i++)
110 return (string_len);
119 register int i, j, string_len; local
122 string_len = strlen (string);
124 for (i = 0; i < string_len; i++)
H A Dwindow.c1345 int string_len;
1348 string_len = strlen (string);
1350 message_buffer_resize (len + string_len);
1353 message_buffer_index += string_len;
1344 int string_len; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_22.f9011 integer :: string_len = 10 *2
22 allocate(character(string_len)::P1)
/haiku-buildtools/gcc/gcc/
H A Dgcov.c2373 static size_t string_len;
2377 if (!string_len)
2379 string_len = 200;
2380 string = XNEWVEC (char, string_len);
2383 while ((ptr = fgets (string + pos, string_len - pos, file)))
2393 string = XRESIZEVEC (char, string, string_len * 2);
2394 string_len *= 2;
2371 static size_t string_len; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c1680 int string_len; local
1686 string_len = first->value.character.length;
1689 string_len = 0;
1699 NULL, string_len);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c12355 do_merge_string_cste (cste, string, string_len, after)
12358 int string_len, after;
12360 int len = TREE_STRING_LENGTH (cste) + string_len;
H A Dparse.y9698 do_merge_string_cste (cste, string, string_len, after)
9701 int string_len, after;
9703 int len = TREE_STRING_LENGTH (cste) + string_len;

Completed in 218 milliseconds