HomeSort by: relevance | last modified time | path
    Searched refs:from_filename (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-iconv.h 42 const char *from_filename; /* file name where the input comes from */ member in struct:conversion_context
61 const char *from_filename);
67 const char *from_filename);
msgl-iconv.c 66 context->from_filename, context->from_code));
71 context->from_filename, context->from_code,
174 const char *from_filename)
215 const char *filename = from_filename;
292 context.from_filename = from_filename;
334 const char *from_filename)
349 from_filename);
xgettext.c 1868 context.from_filename = file_name;
  /src/usr.sbin/veriexecgen/
veriexecgen.c 88 char *from_filename; member in struct:veriexecgen_t
148 vp->from_filename ? vp->from_filename : "???");
474 v.from_filename = NULL;
482 v.from_filename = strdup(optarg);
562 free(v.from_filename);
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_email.py 40 diff = PatchSet.from_filename(filename)
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 1188 const char *from_filename)
1251 if (from_filename && !IS_ABSOLUTE_PATH (name))
1252 p->extra_search_path = stat_ldirname (from_filename);
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 1207 const char *from_filename)
1270 if (from_filename && !IS_ABSOLUTE_PATH (name))
1271 p->extra_search_path = stat_ldirname (from_filename);

Completed in 30 milliseconds