Home
last modified time | relevance | path

Searched refs:strmode (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dkeyev.c76 if (event.xbutton.window == strmode)
78 XClearWindow (dpy, strmode);
82 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: WC", strlen ("Mode: WC"));
87 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: MB", strlen ("Mode: MB"));
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dkeyev.c76 if (event.xbutton.window == strmode)
78 XClearWindow (dpy, strmode);
82 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: WC", strlen ("Mode: WC"));
87 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: MB", strlen ("Mode: MB"));
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dkeyev.c76 if (event.xbutton.window == strmode)
78 XClearWindow (dpy, strmode);
82 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: WC", strlen ("Mode: WC"));
87 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: MB", strlen ("Mode: MB"));
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dkeyev.c76 if (event.xbutton.window == strmode)
78 XClearWindow (dpy, strmode);
82 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: WC", strlen ("Mode: WC"));
87 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: MB", strlen ("Mode: MB"));
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dkeyev.c76 if (event.xbutton.window == strmode)
78 XClearWindow (dpy, strmode);
82 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: WC", strlen ("Mode: WC"));
87 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: MB", strlen ("Mode: MB"));
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dkeyev.c76 if (event.xbutton.window == strmode)
78 XClearWindow (dpy, strmode);
82 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: WC", strlen ("Mode: WC"));
87 XDrawString (dpy, strmode, gc, MSTR_XY, "Mode: MB", strlen ("Mode: MB"));
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dfile.hpp42 _file::_file(types::str const &filename, types::str const &strmode) in _file() argument
43 : f(fopen(filename.c_str(), strmode.c_str())) in _file()
65 file::file(types::str const &filename, types::str const &strmode) in file() argument
66 : file_iterator(), data(utils::no_memory()), mode(strmode), in file()
69 open(filename, strmode); in file()
86 void file::open(types::str const &filename, types::str const &strmode) in open() argument
88 const char *smode = strmode.c_str(); in open()
/dports/misc/pfm/pfm-2.12.3/lib/App/PFM/OS/
H A DSolaris.pm79 my $strmode = $self->SUPER::mode2str(@digits);
80 substr($strmode,5,1) =~ s/S/l/;
81 return $strmode;
H A DAbstract.pm222 my $strmode = join '', @{SYMBOLIC_MODES()}[@digits];
223 if ($sugid & 4) { substr($strmode,2,1) =~ tr/-x/Ss/ }
224 if ($sugid & 2) { substr($strmode,5,1) =~ tr/-x/Ss/ }
225 if ($sugid & 1) { substr($strmode,8,1) =~ tr/-x/Tt/ }
226 return $strmode;
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/
H A Dopen.hpp15 types::file open(types::str const &filename, types::str const &strmode) in open() argument
17 return {filename, strmode}; in open()
H A Dfile.hpp17 types::file file(types::str const &filename, types::str const &strmode) in file() argument
19 return {filename, strmode}; in file()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/3d/
H A Ddll3d.c32 #define strmode ______strmode macro
36 #undef strmode
H A D3d.h43 __STDPP__directive pragma pp:hide fchown ftruncate mount readlink sbrk strmode truncate utimes __ut…
55 #undef strmode
56 #define strmode ______strmode
72 __STDPP__directive pragma pp:nohide strmode
74 #undef strmode
100 __STDPP__directive pragma pp:nohide fchown ftruncate mount readlink sbrk strmode truncate utimes __…
107 #undef strmode
/dports/shells/ksh93/ast-93u/src/cmd/3d/
H A Ddll3d.c32 #define strmode ______strmode macro
36 #undef strmode
H A D3d.h43 __STDPP__directive pragma pp:hide fchown ftruncate mount readlink sbrk strmode truncate utimes __ut…
55 #undef strmode
56 #define strmode ______strmode
72 __STDPP__directive pragma pp:nohide strmode
74 #undef strmode
100 __STDPP__directive pragma pp:nohide fchown ftruncate mount readlink sbrk strmode truncate utimes __…
107 #undef strmode
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/backlight/
H A Dlp8788_bl.c234 char *strmode; in lp8788_get_bl_ctl_mode() local
237 strmode = "PWM based"; in lp8788_get_bl_ctl_mode()
239 strmode = "Register based"; in lp8788_get_bl_ctl_mode()
241 strmode = "Invalid mode"; in lp8788_get_bl_ctl_mode()
243 return scnprintf(buf, PAGE_SIZE, "%s\n", strmode); in lp8788_get_bl_ctl_mode()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/backlight/
H A Dlp8788_bl.c234 char *strmode; in lp8788_get_bl_ctl_mode() local
237 strmode = "PWM based"; in lp8788_get_bl_ctl_mode()
239 strmode = "Register based"; in lp8788_get_bl_ctl_mode()
241 strmode = "Invalid mode"; in lp8788_get_bl_ctl_mode()
243 return scnprintf(buf, PAGE_SIZE, "%s\n", strmode); in lp8788_get_bl_ctl_mode()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/backlight/
H A Dlp8788_bl.c234 char *strmode; in lp8788_get_bl_ctl_mode() local
237 strmode = "PWM based"; in lp8788_get_bl_ctl_mode()
239 strmode = "Register based"; in lp8788_get_bl_ctl_mode()
241 strmode = "Invalid mode"; in lp8788_get_bl_ctl_mode()
243 return scnprintf(buf, PAGE_SIZE, "%s\n", strmode); in lp8788_get_bl_ctl_mode()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/types/
H A Dfile.hpp45 _file(types::str const &filename, types::str const &strmode = "r");
66 file(types::str const &filename, types::str const &strmode = "r");
73 void open(types::str const &filename, types::str const &strmode);
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/string/
H A Dstrmode.c38 strmode(int mode, char *p) in strmode() function
141 DEF_WEAK(strmode);
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dfilemode.c85 strmode (mode_t mode, char *str) in strmode() function
156 strmode (statp->st_mode, str); in filemodestring()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dfilemode.c85 strmode (mode_t mode, char *str) in strmode() function
156 strmode (statp->st_mode, str); in filemodestring()
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dfilemode.c85 strmode (mode_t mode, char *str) in strmode() function
156 strmode (statp->st_mode, str); in filemodestring()
/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DSetBG.cc1214 Glib::ustring strmode; in set_bg() local
1219 case SetBG::SET_ZOOM: strmode = "scaled"; break; in set_bg()
1221 default: strmode = "zoom"; break; in set_bg()
1229 settings->set_string("picture-options", strmode); in set_bg()
1351 Glib::ustring strmode; in set_bg() local
1354 case SetBG::SET_TILE: strmode = "tile"; break; in set_bg()
1355 case SetBG::SET_CENTER: strmode = "center"; break; in set_bg()
1356 case SetBG::SET_ZOOM: strmode = "fit"; break; in set_bg()
1357 case SetBG::SET_ZOOM_FILL: strmode = "crop"; break; in set_bg()
1358 default: strmode = "fit"; break; in set_bg()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dfilemode.c96 strmode (mode_t mode, char *str) in strmode() function
168 strmode (statp->st_mode, str); in filemodestring()

12345678910>>...15