Home
last modified time | relevance | path

Searched refs:dict_filename (Results 1 – 17 of 17) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/doc/book/ci/
H A Dspellcheck.sh35 dict_filename=./ci/dictionary.txt
49 if [[ "$mode" == "list" && ! -f "$dict_filename" ]]; then
54 if [[ ! -f "$dict_filename" ]]; then
58 echo "Scanning files to generate dictionary file '$dict_filename'."
61 echo "personal_ws-1.1 en 0 utf-8" > "$dict_filename"
62 cat "${markdown_sources[@]}" | aspell --ignore 3 list | sort -u >> "$dict_filename"
67 cp "$dict_filename" "$dict_path"
89 cp "$dict_filename" "$dict_path"
/dports/hebrew/hspell/hspell-1.4/
H A Dhspell.c76 char dict_filename[512]; in save_personal_dict() local
80 snprintf(dict_filename, sizeof(dict_filename), in save_personal_dict()
83 snprintf(dict_filename, sizeof(dict_filename), in save_personal_dict()
86 fp = fopen(dict_filename, "a"); in save_personal_dict()
109 new_words_number, dict_filename); in save_personal_dict()
/dports/hebrew/hunspell/hspell-1.4/
H A Dhspell.c76 char dict_filename[512]; in save_personal_dict() local
80 snprintf(dict_filename, sizeof(dict_filename), in save_personal_dict()
83 snprintf(dict_filename, sizeof(dict_filename), in save_personal_dict()
86 fp = fopen(dict_filename, "a"); in save_personal_dict()
109 new_words_number, dict_filename); in save_personal_dict()
/dports/devel/cmunge/cmunger/src/
H A Dctran.c52 char *id_prefix, *dict_filename, *version_str; variable
481 dict_filename = DEFAULT_DICT_FILENAME;
525 dict_filename = *argv;
767 if ( !(dict_file = fopen (dict_filename, "r")) ) in read_old_dict()
923 dict_filename); in read_old_dict()
945 if ( ! (dict_file = fopen (dict_filename, "w")) ) in write_new_dict()
947 dict_filename); in write_new_dict()
1692 fprintf (stderr, "\"%s\" line %d: %s", dict_filename, lineno, msg);
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/spellcheck/
H A Dgbp-spell-dict.c270 g_autofree gchar *dict_filename = NULL; in gbp_spell_dict_get_words_async() local
284 dict_filename = g_strconcat (gspell_language_get_code (self->language), ".dic", NULL); in gbp_spell_dict_get_words_async()
285 path = g_build_filename (g_get_user_config_dir (), "enchant", dict_filename, NULL); in gbp_spell_dict_get_words_async()
/dports/print/lyx/lyx-2.3.4.2/development/autotests/xvkbd/
H A Dxvkbd.c447 static char dict_filename[PATH_MAX] = ""; variable
1222 strncpy(dict_filename, appres.dict_file, sizeof(dict_filename)); in SetDefaultDictionary()
1237 strcpy(cur_dict_filename, dict_filename); in ReadCompletionDictionary()
1260 fp = fopen(dict_filename, "r"); in ReadCompletionDictionary()
1263 PROGRAM_NAME, dict_filename, strerror(errno)); in ReadCompletionDictionary()
2085 XtNstring, dict_filename, in PopupPropsPanel()
2087 XtNlength, sizeof(dict_filename) - 1, in PopupPropsPanel()
3051 strncpy(dict_filename, appres.dict_file, sizeof(dict_filename)); in ReadFuncionKeys()
3079 strncpy(dict_filename, key, sizeof(dict_filename)); in ReadFuncionKeys()
3216 fprintf(fp, "#dict_file %s\n", dict_filename); in SaveFunctionKey()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/tag/
H A Dmklicensestables.c629 write_translations_dictionary (GList * licenses, const gchar * dict_filename) in write_translations_dictionary() argument
695 f = fopen (dict_filename, "wb"); in write_translations_dictionary()
701 g_printerr ("Wrote dictionary to %s, size: %u, type: %s\n", dict_filename, in write_translations_dictionary()
/dports/x11/xvkbd/xvkbd-4.1/
H A Dxvkbd.c467 static char dict_filename[PATH_MAX] = ""; variable
1383 snprintf(dict_filename, sizeof(dict_filename), "%s", appres.dict_file); in SetDefaultDictionary()
1384 XtVaSetValues(props_dict_entry, XtNstring, dict_filename, NULL); in SetDefaultDictionary()
1399 if (strcmp(cur_dict_filename, dict_filename) == 0) return; in ReadCompletionDictionary()
1426 dict_filename_p = (stage == 0) ? dict_filename : private_dict_filename; in ReadCompletionDictionary()
2509 XtNstring, dict_filename, in PopupPropsPanel()
2511 XtNlength, sizeof(dict_filename) - 1, in PopupPropsPanel()
3540 snprintf(dict_filename, sizeof(dict_filename), "%s", appres.dict_file); in ReadProperty()
3553 snprintf(dict_filename, sizeof(dict_filename), "%s", key); in ReadProperty()
3722 fprintf(fp, "#dict_file %s\n", dict_filename); in SaveProperty()
[all …]