Searched refs:_bdf_atoul (Results 1 – 3 of 3) sorted by relevance
696 _bdf_atoul( const char* s ) in _bdf_atoul() function1139 fp->value.ul = _bdf_atoul( value ); in _bdf_add_property()1208 fp->value.ul = _bdf_atoul( value ); in _bdf_add_property()1343 p->cnt = font->glyphs_size = _bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()1623 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()1636 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()1985 p->cnt = p->font->props_size = _bdf_atoul( p->list.field[1] ); in _bdf_parse_start()2089 p->font->point_size = _bdf_atoul( p->list.field[1] ); in _bdf_parse_start()2090 p->font->resolution_x = _bdf_atoul( p->list.field[2] ); in _bdf_parse_start()2091 p->font->resolution_y = _bdf_atoul( p->list.field[3] ); in _bdf_parse_start()
854 * src/bdf/bdflib.c (_bdf_atoul, _bdf_atol, _bdf_atous, _bdf_atos):
1857 * src/bdf/bdflib.c (_bdf_atoul, _bdf_atol, _bdf_atous,