Searched refs:count_ret (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xsm/dist/ |
| H A D | choose.h | 33 extern int GetSessionNames(int *count_ret, String **short_names_ret,
|
| H A D | choose.c | 69 GetSessionNames(int *count_ret, String **short_names_ret, 85 *count_ret = 0; 121 while ((entry = readdir (dir)) != NULL && *count_ret < count) 129 (*short_names_ret)[*count_ret] = XtNewString (name); 130 (*locked_ret)[*count_ret] = locked; 136 (*long_names_ret)[*count_ret] = 137 (*short_names_ret)[*count_ret]; 153 (*long_names_ret)[*count_ret] = lockmsg; 160 (*count_ret)++; 68 GetSessionNames(int * count_ret,String ** short_names_ret,String ** long_names_ret,Bool ** locked_ret) argument
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcPrTxt.c | 117 int *count_ret) 133 *count_ret = 0; 179 unconv_num = *count_ret = 0; 203 (*count_ret)++; 236 *list_ret = alloc_list(is_wide_char, *count_ret, buf_len - to_left); 238 copy_list(is_wide_char, buf, *list_ret, *count_ret); 251 int *count_ret) 254 (XPointer **) list_ret, count_ret); 263 int *count_ret) 266 (XPointer **) list_ret, count_ret); 111 _XTextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,const char * to_type,XPointer ** list_ret,int * count_ret) argument 246 _XmbTextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument 258 _XwcTextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,wchar_t *** list_ret,int * count_ret) argument 270 _Xutf8TextPropertyToTextList(XLCd lcd,Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument [all...] |
| H A D | XlcPubI.h | 146 int* count_ret 154 int* count_ret 162 int* count_ret
|
| H A D | lcWrap.c | 353 int *count_ret) 361 count_ret); 369 int *count_ret) 377 count_ret); 385 int *count_ret) 393 list_ret, count_ret); 521 int *count_ret) 528 *count_ret = count; 349 XmbTextPropertyToTextList(Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument 365 XwcTextPropertyToTextList(Display * dpy,const XTextProperty * text_prop,wchar_t *** list_ret,int * count_ret) argument 381 Xutf8TextPropertyToTextList(Display * dpy,const XTextProperty * text_prop,char *** list_ret,int * count_ret) argument 519 _XlcCountVaList(va_list var,int * count_ret) argument
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtrans.c | 1054 int* count_ret) 1069 for (i = 0; i < systemd_listen_fds && *count_ret < (int)NUMTRANS; i++) 1119 temp_ciptrs[(*count_ret)++] = ciptr; 1132 int *count_ret, XtransConnInfo **ciptrs_ret) 1145 *count_ret = 0; 1154 temp_ciptrs[(*count_ret)++] = ciptr; 1158 if (receive_listening_fds(port, temp_ciptrs, count_ret) < 0) 1208 for (j = 0; j < *count_ret; j++) 1212 *count_ret = 0; 1236 temp_ciptrs[*count_ret] 1050 receive_listening_fds(const char * port,XtransConnInfo * temp_ciptrs,int * count_ret) argument [all...] |
Completed in 8 milliseconds