Searched refs:ofn (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A DPngFile.c25 static OPENFILENAME ofn; variable
53 ofn.lStructSize = sizeof (OPENFILENAME);
54 ofn.hwndOwner = hwnd;
55 ofn.hInstance = NULL;
56 ofn.lpstrFilter = szFilter;
57 ofn.lpstrCustomFilter = NULL;
58 ofn.nMaxCustFilter = 0;
59 ofn.nFilterIndex = 0;
60 ofn.lpstrFile = NULL; // Set in Open and Close functions
61 ofn
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dclayout.c265 OPENFILENAMEA ofn; local
270 ofn.lStructSize = sizeof (OPENFILENAMEA);
271 ofn.hwndOwner = hwnd;
272 ofn.hInstance = NULL;
273 ofn.lpstrFilter = szFilter;
274 ofn.lpstrCustomFilter = NULL;
275 ofn.nMaxCustFilter = 0;
276 ofn.nFilterIndex = 0;
277 ofn.lpstrFile = szFileName;
278 ofn
[all...]
H A Dlayout.cpp263 OPENFILENAMEA ofn; local
268 ofn.lStructSize = sizeof (OPENFILENAMEA);
269 ofn.hwndOwner = hwnd;
270 ofn.hInstance = NULL;
271 ofn.lpstrFilter = szFilter;
272 ofn.lpstrCustomFilter = NULL;
273 ofn.nMaxCustFilter = 0;
274 ofn.nFilterIndex = 0;
275 ofn.lpstrFile = szFileName;
276 ofn
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinDialog.c566 OPENFILENAMEW ofn;
711 ZeroMemory(&ofn, sizeof(OPENFILENAMEW));
712 ofn.lStructSize = sizeof(OPENFILENAMEW);
713 ofn.hwndOwner = hWnd;
715 ofn.hInstance = (HINSTANCE) GetWindowLongPtr(ofn.hwndOwner,
718 ofn.hInstance = (HINSTANCE) GetWindowLong(ofn.hwndOwner,
721 ofn.lpstrFile = (WCHAR *) file;
722 ofn
559 OPENFILENAMEW ofn; local
1036 OPENFILENAME ofn; local
2082 OPENFILENAME ofn; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinDialog.c600 OPENFILENAMEW ofn;
737 ZeroMemory(&ofn, sizeof(OPENFILENAMEW));
739 ofn.lStructSize = OPENFILENAME_SIZE_VERSION_400;
741 ofn.lStructSize = sizeof(OPENFILENAMEW);
743 ofn.hwndOwner = hWnd;
744 ofn.hInstance = TkWinGetHInstance(ofn.hwndOwner);
745 ofn.lpstrFile = (WCHAR *) file;
746 ofn.nMaxFile = TK_MULTI_MAX_PATH;
747 ofn
593 OPENFILENAMEW ofn; local
1131 OPENFILENAME ofn; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dexample_evp_cipher.c68 const char *ifn = NULL, *ofn = NULL; local
92 ofn = argv[3];
99 out = fopen(ofn, "w+");
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.cpp662 OPENFILENAME ofn; local
664 memset(&ofn, 0, sizeof(ofn));
669 ofn.lStructSize = sizeof(ofn);
670 ofn.hwndOwner = viewWindow;
673 ofn.lpstrFilter = allFiles.charactersWithNullTermination();
674 ofn.lpstrFile = fileBuf.data();
675 ofn.nMaxFile = fileBuf.size();
677 ofn
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnftw.c42 int (*ofn)(const char *, const struct stat *, int),
235 error = ofn(cur->fts_path, cur->fts_statp, fnflag);
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dmerge.c757 fndef_t *ofn = old->t_fndef; local
760 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd);
762 nfn->fn_nargs = ofn->fn_nargs;
763 nfn->fn_vargs = ofn->fn_vargs;
766 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs);
768 for (i = 0; i < ofn->fn_nargs; i++) {
769 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id,
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_stat.c373 static const FN ofn[] = { local
415 __db_prflags(env, NULL, env->open_flags, ofn, NULL, "\tOpen flags");
476 NULL, renv->init_flags, ofn, NULL, "\tInitialization flags");
/macosx-10.9.5/vim-53/src/
H A Dos_unix.c3698 char *ofn = NULL; local
3751 if (ofn = strchr((char *)cmd, '>'))
3752 *ofn++ = '\0';
3762 if (ofn)
3763 x = vms_sys((char *)cmd, ofn, ifn);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dchannels.c754 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx)
763 c->output_filter = ofn;
753 channel_register_filter(int id, channel_infilter_fn *ifn, channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) argument
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.tab1601 |name match *.ofn Other Office Documents... application/x-ms-office
/macosx-10.9.5/emacs-92/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit6267 ofn\040 �� # ---> 9^4-6v 0
9554 ofn; �� # ---> 9^4-6v0- 0

Completed in 274 milliseconds