Searched refs:ACTION_SZ (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbtext.c1130 #define ACTION_SZ 256 macro
1135 char buf[ACTION_SZ],*tmp;
1148 sz= ACTION_SZ-strlen(buf)+2; /* room for close paren and NULL */
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbtext.c1235 #define ACTION_SZ 256 macro
1240 char buf[ACTION_SZ];
1254 sz = ACTION_SZ - strlen(buf) + 2; /* room for close paren and NULL */
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbtext.c1422 #define ACTION_SZ 256 macro
1427 char buf[ACTION_SZ], *tmp;
1441 sz = ACTION_SZ - strlen(buf) + 2; /* room for close paren and NULL */

Completed in 7 milliseconds