| /nv-g11n/g11n/src/cmd/fsexam/src/ |
| file-validate.c | 161 GList *list = NULL; local 173 list = g_list_prepend (list, g_strdup (mt.mnt_mountp)); 177 return list; 189 GList *list = NULL; local 201 list = g_list_prepend (list, g_strdup (mt->mnt_dir)); 205 return list;
|
| file-filter.c | 76 GList *list = NULL; local 120 list = g_list_prepend (list, g_strdup (buf)); 130 return list;
|
| fsexam-convcontent.c | 453 GList *list, 456 if ((list == NULL) || (setting == NULL)) 472 setting->passin_num = g_list_length (list); /* passin No. of files */ 475 while (list) { 476 convert_file ((char *)list->data, setting, restore); 481 list = g_list_next (list); 503 GList *list = NULL; local 509 list = g_list_prepend (list, g_strdup (filename)) [all...] |
| fsexam-encoding-dialog.c | 206 g_print (_("The supported encoding list:\n")); 223 * whether given encoding has in list already or not 226 encoding_in_selected_list (GSList *list, const gchar *name) 228 GSList *tmp = list; 230 if ((NULL == list) || (NULL == name)) 277 * Just remove encoding from selected_encodings list. 400 /* Remove from selected_encoding list first */ 461 GSList *list = selected_list; local 467 while (list) { 468 short encoding_id = encoding2id ((gchar *)list->data) [all...] |
| fsexam-helper.c | 322 GSList *list = NULL; local 337 list = g_slist_append (list, g_strdup (en_text)); 348 list = g_slist_append (list, g_strdup (en_text)); 358 return list; 404 fsexam_list_free (GList *list) 406 if (NULL == list) 409 GList *tmp = list; 417 g_list_free (list); [all...] |
| fsexam-tree.c | 751 GList *list = NULL; local 757 list = g_list_prepend (list, (gpointer)filename); 759 root = fsexam_tree_construct_from_list (list, setting); 761 fsexam_list_free (list); 767 fsexam_tree_construct_from_list (GList *list, FSEXAM_setting *setting) 771 if ((NULL == list) || (NULL == setting)) 778 for (; list != NULL; list = g_list_next (list)) { [all...] |
| fsexam-convname.c | 67 static gboolean fsexam_restore_name (FSEXAM_setting *setting, GList *list); 70 static gint construct_candidate_list (GList *list, gboolean forname); 333 * real_convert() will convert the filename using provided encoding list, 962 * Display candidate list for CLI. 966 construct_candidate_list (GList *list, gboolean forname) 970 if (list == NULL) 973 fprintf (stdout, _("Candidate list:\n")); 976 while (list != NULL) { 977 Encoding *encode = (Encoding *)list->data; 979 list = g_list_next (list) 1193 GList *list = NULL; local [all...] |
| fsexam-preference-dialog.c | 92 * provided list 100 GSList **list = user_data; local 104 *list = g_slist_prepend (*list, name); /* free name when free list */ 354 * save encoding into gconf and sync with Encoding list 368 _("Do you want to save this encoding list permanently?")); 373 GSList *list; local 375 list = fsexam_prefdialog_get_encoding_list (dialog); 377 list, 394 GSList *list = encoding_list; local [all...] |
| /nv-g11n/g11n/src/lib/liblcl/ |
| lcl_segment.c | 33 LclSegmentList *list; local 35 list = _lcl_add_segment_list((LclSegmentList *)NULL, charset, buf, size); 36 if(list == (LclSegmentList *)NULL) 39 segs = _lcl_make_charset_segment_set(list); 40 _lcl_destroy_segment_list(list); 64 _lcl_add_segment_list(LclSegmentList *list, char *charset, char *buf, size_t size) 78 if(list){ 79 ptr = list; 90 _lcl_destroy_segment_list(LclSegmentList *list) 94 ptr = list; [all...] |
| lcl_query_type.c | 143 LclCharsetLinkedList *list; local 154 list = _lcl_create_one_charset_linked_list(charset); 155 if(list){ 156 info->charset_list = _lct_create_context_charset_list(lctd, form, list); 157 _lcl_destroy_charset_linked_list(list);
|
| lcl_attr.c | 33 _lcl_copy_charset_linked_list(LclCharsetLinkedList *list) 39 ref_ptr = list; 62 _lcl_destroy_charset_linked_list(LclCharsetLinkedList *list) 66 ptr = list; 80 LclCharsetLinkedList *list; local 82 list = (LclCharsetLinkedList *)malloc(sizeof(LclCharsetLinkedList)); 83 if(list == (LclCharsetLinkedList *)NULL) 86 list->name = _LclCreateStr(charset); 87 /* Need to look at list->mimeInfo */ 89 if(list->name == (char *)NULL) 565 LclCharsetList *list; local 599 LclCharsetList *list; local 638 LclCharsetList *list; local 695 LclCharsetList *list; local 708 LclCharsetList *list; local 720 LclCharsetLinkedList *list, *default_list, *merge_list; local [all...] |
| lcl_bencode.c | 78 get_esc_SI_info(EscInfo *list) 80 while(list){ 81 if((list->type == EscSI) || (list->ascii)) 82 return list; 84 list++; 90 get_esc_SO_info(EscInfo *list) 92 while(list){ 93 if(list->type == EscSO) 94 return list; 143 EscInfo *list = get_esc_info(charset); local 156 EscInfo *list = get_esc_info(charset); local 169 EscInfo *list = get_esc_info(charset); local [all...] |
| /nv-g11n/locale/tools/ |
| mysort.c | 73 char *list[MAX_LINES]; local 83 list[n++] = strdup(buf); 88 qsort(list, n, sizeof(char*), cmp); 91 fputs(list[i],stdout);
|
| /nv-g11n/g11n-spec/cmdassist/src/service/ |
| service.h | 52 ResultItem* list; member in struct:_SearchResult
|
| stdsoap2.h | 1370 struct soap_multipart *list; \/* list of DIME attachments received *\/ member in struct:soap_dime 1385 struct soap_multipart *list; \/* list of MIME attachments received *\/ member in struct:soap_mime [all...] |
| /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/ |
| omEuro.c | 373 char **list, *name, *prop_name; local 378 list = XListFonts(dpy, pattern, 1, &count); 379 if (list != NULL) { 380 name = (char *) Xmalloc(strlen(*list) + 1); 382 strcpy(name, *list); 384 XFreeFontNames(list); 1300 /* required charset list */ 1320 /* orientation list */ [all...] |
| /nv-g11n/g11n/src/lib/libxlc/ |
| lcDBUnicode.c | 1406 /* database cache list (per file) */ 1417 /* remove it from the cache list and free work area. */ 1458 XlcDatabaseList list, new; local 1478 for(list = _db_list; list; list = list->next){ 1479 if(name_q == list->name_q){ 1480 list->ref_count++; 1481 return XLC_PUBLIC(lcd, xlocale_db) = (XPointer)list->lc_db [all...] |