Searched refs:_fs_pad_length (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsio.h136 extern long _fs_pad_length (long len);
H A Dfsio.c241 _fs_pad_length (long len) function in typeref:typename:long
H A Dfserve.c2551 buf += _fs_pad_length (rep->nameLength);
2552 bufleft -= _fs_pad_length (rep->nameLength);
2603 buf += _fs_pad_length (rep->nameLength);
2604 bufleft -= _fs_pad_length (rep->nameLength);
3045 alt_names += _fs_pad_length (alt_len + 2);
3166 if (_fs_write (conn, "....", _fs_pad_length (clen) - clen) != FSIO_READY)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsio.h138 extern long _fs_pad_length (long len);
H A Dfsio.c237 _fs_pad_length (long len) function in typeref:typename:long
H A Dfserve.c2523 buf += _fs_pad_length (rep->nameLength);
2524 bufleft -= _fs_pad_length (rep->nameLength);
2575 buf += _fs_pad_length (rep->nameLength);
2576 bufleft -= _fs_pad_length (rep->nameLength);
3006 alt_names += _fs_pad_length (alt_len + 2);
3127 if (_fs_write (conn, "....", _fs_pad_length (clen) - clen) != FSIO_READY)

Completed in 11 milliseconds