Searched refs:category_len (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ | ||
| H A D | imDefIm.c | 118 int category_len = strlen(XIM_SERVER_CATEGORY); local in function:_XimCheckServerName 127 if((int)strlen(str) < category_len) 130 if(strncmp(str, XIM_SERVER_CATEGORY, category_len)) 133 pp = &str[category_len]; 156 int category_len; local in function:_XimCheckLocaleName 162 category_len = strlen(XIM_LOCAL_CATEGORY); 163 if(address_len < category_len) 166 if(strncmp(address, XIM_LOCAL_CATEGORY, category_len)) 169 pp = &address[category_len]; 196 int category_len local in function:_XimCheckTransport [all...] |
Completed in 3 milliseconds