OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string_buf
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/extlinux/
mountinfo.c
26
static int get_string(FILE *f, char *
string_buf
, size_t string_len, char *ec)
29
char *p =
string_buf
;
41
return p -
string_buf
;
85
char
string_buf
[PATH_MAX*8];
local
100
n = get_string(f,
string_buf
, sizeof
string_buf
, &ec);
104
m->mountid = strtoul(
string_buf
, &ep, 10);
108
n = get_string(f,
string_buf
, sizeof
string_buf
, &ec);
112
m->parentid = strtoul(
string_buf
, &ep, 10)
[
all
...]
/external/freetype/src/type42/
t42parse.c
541
FT_Byte*
string_buf
= NULL;
local
603
if ( FT_REALLOC(
string_buf
, old_string_size, string_size ) )
609
(void)T1_ToBytes( parser,
string_buf
, string_size, &real_size, 1 );
641
string_buf
= parser->root.cursor + 1; /* one space after `RD' */
653
if ( !
string_buf
)
662
if ( ( string_size & 1 ) &&
string_buf
[string_size - 1] == 0 )
672
/* The whole TTF is now loaded into `
string_buf
'. We are */
685
face->ttf_data[count++] =
string_buf
[n];
710
face->ttf_data[count++] =
string_buf
[n];
754
face->ttf_data[count++] =
string_buf
[n]
[
all
...]
/external/freetype/
ChangeLog.23
[
all
...]
Completed in 249 milliseconds