Searched refs:modes (Results 1 - 25 of 117) sorted by relevance

12345

/openbsd-current/libexec/login_token/
H A Dinit.c70 } modes[] = { variable in typeref:struct:__anon1
112 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); ++i)
113 if (strstr(mode, modes[i].name) != NULL)
114 return (tt->modes & modes[i].value);
124 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); ++i)
125 if (mode == modes[i].value)
126 return(modes[
[all...]
H A Dtoken.h63 u_int modes; /* available modes */ member in struct:token_types
H A Dtokendb.c95 tokenrec->mode = tt->modes & ~TOKEN_RIM;
273 tokenrec->mode = tt->modes & ~TOKEN_RIM;
305 tokenrec->mode = tt->modes & ~TOKEN_RIM;
356 tokenrec->mode = tt->modes & ~TOKEN_RIM;
/openbsd-current/bin/stty/
H A DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
H A Dmodes.c1 /* $OpenBSD: modes.c,v 1.11 2016/03/23 14:52:42 mmcc Exp $ */
2 /* $NetBSD: modes.c,v 1.9 1996/05/07 18:20:09 jtc Exp $ */
42 struct modes { struct
52 const struct modes cmodes[] = {
86 const struct modes imodes[] = {
124 const struct modes lmodes[] = {
178 const struct modes omodes[] = {
207 const struct modes *mp;
/openbsd-current/gnu/usr.bin/cc/cc_tools/
H A DMakefile.dep8 insn-modes.h
13 insn-modes.h \
19 insn-modes.h
30 insn-modes.h
35 insn-modes.h
39 insn-modes.h
44 insn-modes.h
48 insn-modes.h
53 insn-modes.h \
58 insn-modes
[all...]
/openbsd-current/distrib/special/stty/
H A DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/example/
H A Dtest.pl149 push( @modes, "O_NODELAY" ) if &Term::ReadKey::blockoptions() & 1;
150 push( @modes, "poll()" ) if &Term::ReadKey::blockoptions() & 2;
151 push( @modes, "select()" ) if &Term::ReadKey::blockoptions() & 4;
152 push( @modes, "Win32" ) if &Term::ReadKey::blockoptions() & 8;
169 print "Non-blocking reads possible via ", makenicelist(@modes), ".\n";
170 print $modes[0] . " will be used. " if @modes > 0;
171 print $modes[1] . " will be used for timed reads."
172 if @modes > 1
173 and $modes[
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_client_modeset.c125 list_for_each_entry(mode, &connector->modes, head) {
138 list_for_each_entry(mode, &connector->modes, head) {
152 list_for_each_entry(mode, &connector->modes, head) {
174 list_for_each_entry(mode, &connector->modes, head) {
184 * Attempt to find a matching mode in the list of modes we
190 list_for_each_entry(mode, &connector->modes, head) {
261 struct drm_display_mode **modes,
288 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]);
289 if (!modes[i]) {
296 if (!drm_mode_match(modes[
258 drm_client_target_cloned(struct drm_device *dev, struct drm_connector **connectors, unsigned int connector_count, struct drm_display_mode **modes, struct drm_client_offset *offsets, bool *enabled, int width, int height) argument
343 drm_client_get_tile_offsets(struct drm_connector **connectors, unsigned int connector_count, struct drm_display_mode **modes, struct drm_client_offset *offsets, int idx, int h_idx, int v_idx) argument
376 drm_client_target_preferred(struct drm_connector **connectors, unsigned int connector_count, struct drm_display_mode **modes, struct drm_client_offset *offsets, bool *enabled, int width, int height) argument
491 drm_client_pick_crtcs(struct drm_client_dev *client, struct drm_connector **connectors, unsigned int connector_count, struct drm_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
566 drm_client_firmware_config(struct drm_client_dev *client, struct drm_connector **connectors, unsigned int connector_count, struct drm_crtc **crtcs, struct drm_display_mode **modes, struct drm_client_offset *offsets, bool *enabled, int width, int height) argument
781 struct drm_display_mode **modes; local
[all...]
/openbsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c1 /* $OpenBSD: modes.c,v 1.8 2015/01/16 06:40:18 deraadt Exp $ */
2 /* $NetBSD: modes.c,v 1.3 1997/10/20 08:08:31 scottr Exp $ */
39 struct modes { struct
49 const struct modes cmodes[] = {
83 const struct modes imodes[] = {
121 const struct modes lmodes[] = {
175 const struct modes omodes[] = {
202 const struct modes *mp;
H A DMakefile8 lpdchar.c common.c key.c modes.c common_vars.c allowedhost.c
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Ds390.h66 /* Bitmask of execution modes this opcode is available for. */
67 unsigned int modes; member in struct:s390_opcode
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Ds390.h67 /* Bitmask of execution modes this opcode is available for. */
68 unsigned int modes; member in struct:s390_opcode
/openbsd-current/lib/libcrypto/arch/alpha/
H A DMakefile.inc8 # modes
10 SSLASM+= modes ghash-alpha
/openbsd-current/usr.sbin/tokeninit/
H A Dtokeninit.c64 int modes = 0; local
113 modes |= c;
132 if ((modes & ~TOKEN_RIM) == 0)
133 modes |= tt->defmode;
160 switch (tokenuserinit(cmd, *argv, secret, modes)) {
/openbsd-current/regress/lib/libc/glob/
H A Dglobtest.c20 mode_t modes[MAX_RESULTS]; member in struct:gl_entry
96 entry.modes[entry.nresults] = (mode_t)mode;
119 if (entry->modes[i] == -1 ||
121 entry->modes[i] != gl.gl_statv[i]->st_mode)
131 entry->modes[i]);
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dmodes.h1 /* $OpenBSD: modes.h,v 1.1 2023/07/08 14:56:54 beck Exp $ */
22 #include_next <openssl/modes.h>
24 #include "../include/openssl/modes.h"
/openbsd-current/lib/libcrypto/arch/hppa/
H A DMakefile.inc13 # modes
15 SSLASM+= modes ghash-parisc ghash-parisc
/openbsd-current/lib/libcrypto/arch/arm/
H A DMakefile.inc15 # modes
17 SSLASM+= modes ghash-armv4
/openbsd-current/lib/libcrypto/arch/sparc64/
H A DMakefile.inc11 # modes
13 SSLASM+= modes ghash-sparcv9 ghash-sparcv9
/openbsd-current/gnu/gcc/gcc/
H A Dgenmodes.c63 const char *format; /* floating point format - float modes only */
69 struct mode_data *contained; /* Pointer to list of modes that have
75 unsigned int counter; /* Rank ordering of modes */
78 static struct mode_data *modes[MAX_MODE_CLASS]; variable in typeref:struct:mode_data
170 m->next = modes[cl];
171 modes[cl] = m;
197 for (M = modes[C]; M; M = M->next)
354 /* Complex modes should have a component indicated, but no more. */
364 /* Vector modes should have a component and a number of components. */
418 for (m = modes[c
[all...]
H A Dread-rtl.c52 /* The group (modes or codes) to which the macro or attribute belongs. */
68 /* The number of "real" modes or codes (and by extension, the first
96 /* Attributes seen for modes. */
151 static struct macro_group modes, codes; variable in typeref:struct:macro_group
226 /* Implementations of the macro_group callbacks for modes. */
336 number of machine modes + the number of mode macros + the index
338 return MAX_MACHINE_MODE + htab_elements (modes.macros) + mv->number;
356 offset = MAX_MACHINE_MODE + htab_elements (modes.macros);
419 strings used for modes. INFILE is used for error messages. This
668 modes
[all...]
/openbsd-current/usr.bin/mg/
H A DMakefile18 line.c macro.c main.c match.c modes.c paragraph.c \
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dconcise.t237 my @modes = qw( -basic -exec );
242 for $mode (@modes) {
259 for $mode (@modes) {
268 for $mode (@modes) {
279 # add more samples with switching modes & sticky styles
284 for $mode (@modes) {
300 # add samples with switching styles & sticky modes
301 for $mode (@modes) {
313 for $mode (@modes) {
326 for $mode (@modes) {
[all...]
/openbsd-current/sbin/scsi/
H A Dscsi.c452 FILE *modes; local
461 modes = fopen(mode_db, "r");
462 if (modes == NULL)
470 skipwhite(modes);
472 if (fscanf(modes, "%i", &page_desc) != 1)
478 skipwhite(modes);
479 if (getc(modes) != START_ENTRY) {
485 c = getc(modes);
506 fclose(modes);

Completed in 329 milliseconds

12345