HomeSort by relevance Sort by last modified time
    Searched defs:filename (Results 1 - 9 of 9) sorted by null

  /nv-g11n/g11n/src/cmd/auto_ef/hashtable/
data_create.c 50 char fbuf[BUFSIZE], proto_fbuf[BUFSIZE], filename[BUFSIZE]; local
56 fprintf(stderr, "Usage: %s <file list filename>\n", argv[0]);
66 while(fgets(filename, BUFSIZE, filelist) != NULL){
68 p=&filename[0];
74 if ( (fp = fopen(filename, "r")) == NULL ){
75 fprintf(stderr, "Not found %s\n", filename);
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-convcontent.c 400 const gchar *filename = NULL; local
407 while ((filename = g_dir_read_name (dp)) != NULL) {
408 gchar *childname = g_strdup_printf ("%s/%s", abs_path, filename);
501 fsexam_convert_content (FSEXAM_setting *setting, const gchar *filename)
506 if ((filename == NULL) || (setting == NULL))
509 list = g_list_prepend (list, g_strdup (filename));
fsexam-history.c 379 gchar *filename = NULL; local
382 filename = g_filename_from_uri (item->uri, NULL, NULL);
387 gchar *tmp = filename;
397 while ((*filename != '\t') && (*filename != '\0')) {
398 filename ++;
402 filename = g_strndup (tmp, len);
405 if (! g_hash_table_lookup (special_file_hash, filename)) {
406 file_list = g_list_prepend (file_list, g_strdup (filename));
407 g_hash_table_insert (special_file_hash, filename, (gchar *)-1)
    [all...]
fsexam-tree.c 45 static gboolean compare_filename (GNode *node, gchar *filename);
61 const gchar *filename,
65 fsexam_node_new (const gchar *filename,
72 if (NULL == filename)
77 orig = g_strdup (filename);
147 * Compare whether node's original name is filename or not
150 compare_filename (GNode *node, gchar *filename)
154 if ((NULL == node) || (NULL == filename))
158 if (strcmp (filename, TREENODE_GET_ORIG (tnode)) != 0){
381 const gchar *filename,
779 gchar *filename = list->data; local
822 const gchar *filename = list->data; local
    [all...]
callbacks.c 145 gchar *filename = NULL; local
147 filename = fsexam_filename_get_fullname (model, &iter);
148 files = g_list_prepend (files, filename);
152 g_strdup (filename),
fsexam-specialfile.c 144 * The sequence of converting compress filename and content:
599 const gchar *filename = NULL; local
606 while ((filename = g_dir_read_name (dp)) != NULL) {
607 gchar *childname = g_strdup_printf ("%s/%s", abs_path, filename);
615 filename);
983 const gchar *filename = NULL; local
989 while ((filename = g_dir_read_name (dp)) != NULL) {
990 gchar *childname = g_strdup_printf ("%s/%s", abs_path, filename);
1016 fsexam_special_is_compress (const gchar *filename, Compress_Type *type)
1020 if (NULL == filename) {
    [all...]
fsexam-ui.c 64 gchar *label; // filename
307 /* get the filename from TreeView */
819 gchar *filename = current->data; local
823 if ((lstat (filename, &buf) < 0)) {
824 fsexam_gui_display_msg (filename,
831 fsexam_gui_display_msg (filename, _("File type is not supported."));
835 item->label = get_abs_path (filename);
837 item->icon = get_file_pixbuf (filename);
903 gchar *filename = NULL; local
910 filename = g_strcompress (internal_name)
942 gchar *filename = NULL; local
983 gchar *filename = NULL; local
1189 gchar *filename = NULL; local
1314 gchar *filename = NULL; local
2633 gchar *path = NULL, *filename = NULL, *name = NULL; local
    [all...]
  /nv-g11n/g11n/src/cmd/xuctblgen/
tblgen.c 67 static int make_filename(char *str, char *filename);
167 char filename[PATH_MAX]; local
308 if (make_filename(str_list[0], filename))
311 if ((fp = fopen(filename, "r")) == (FILE *)NULL) {
319 filename))
322 if ((fp = fopen(filename, "r")) ==
406 if (make_filename(str_list[0], filename))
408 if ((fd = open(filename,
444 sprintf(filename, "%s%d", WC_TO_CS_CONV_TABLE_ENTRY_PLANE, i);
445 _XlcGetResource(lcd, "XLC_XLOCALE", filename, &str_list, &num)
    [all...]
  /nv-g11n/g11n/src/lib/libxlc/
lcUNICODE.c 280 static int make_filename(char *str, char *filename, int name_len);
281 static int make_utf8_filename(XLCd lcd, char *str, char *filename, int namelen);
2595 char filename[256]; local
2665 char filename[256]; local
2875 char filename[PATH_MAX]; local
    [all...]

Completed in 120 milliseconds