OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxchars
(Results
1 - 2
of
2
) sorted by null
/external/expat/tests/
chardata.c
44
int
maxchars
= sizeof(storage->data) / sizeof(storage->data[0]);
local
51
if ((len + storage->count) >
maxchars
) {
52
len = (
maxchars
- storage->count);
63
int
maxchars
;
local
67
maxchars
= sizeof(storage->data) / sizeof(storage->data[0]);
72
if ((len + storage->count) >
maxchars
) {
73
len = (
maxchars
- storage->count);
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c
98
int joyGetData(char *joyenv, char *name, char stopchar, size_t
maxchars
);
641
/* the stopchar or
maxchars
is reached. The result is placed in name. */
643
int joyGetData(char *joyenv, char *name, char stopchar, size_t
maxchars
)
651
if (nameptr<(name+(
maxchars
-1)))
Completed in 26 milliseconds