Searched refs:operation (Results 1 - 25 of 265) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash42.C12 typedef bool (operation)(); typedef in struct:actor
14 operation a;
15 operation b;
16 operation c;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash42.C12 typedef bool (operation)(); typedef in struct:actor
14 operation a;
15 operation b;
16 operation c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Duninit-4-O0.c13 struct operation { struct
21 extern struct operation cpp_lex (void);
27 struct operation op;
H A Duninit-4.c13 struct operation { struct
21 extern struct operation cpp_lex (void);
27 struct operation op;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Duninit-4.c13 struct operation { struct
21 extern struct operation cpp_lex (void);
27 struct operation op;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmyflock.c11 /* int myflock(fd, lock_style, operation)
14 /* int operation;
32 /* .IP operation
55 /* to implement an unsupported operation.
89 int myflock(int fd, int lock_style, int operation) argument
96 if ((operation & (MYFLOCK_OP_BITS)) != operation)
97 msg_panic("myflock: improper operation type: 0x%x", operation);
112 while ((status = flock(fd, lock_ops[operation])) <
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/pwhash/
H A Dpwhash.c86 print_passwd(char *string, int operation, const char *extra) argument
93 switch(operation) {
140 int operation = -1; local
147 operation = DO_MAKEKEY;
152 if (operation != -1 || prompt)
154 operation = DO_MAKEKEY;
158 if (operation != -1)
160 operation = DO_MD5;
165 if (operation == DO_MAKEKEY)
171 if (operation !
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dpmeth_fn.c91 ctx->operation = EVP_PKEY_OP_SIGN;
96 ctx->operation = EVP_PKEY_OP_UNDEFINED;
110 if (ctx->operation != EVP_PKEY_OP_SIGN)
128 ctx->operation = EVP_PKEY_OP_VERIFY;
133 ctx->operation = EVP_PKEY_OP_UNDEFINED;
147 if (ctx->operation != EVP_PKEY_OP_VERIFY)
164 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
169 ctx->operation = EVP_PKEY_OP_UNDEFINED;
183 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER)
201 ctx->operation
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
70 if(operation == ASN1_OP_NEW_PRE) {
74 } else if(operation == ASN1_OP_FREE_PRE) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h38 switch (pexp->operation)
51 /* pexp->operation must be lnot. */
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
107 /* pexp->operation must be qmop. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h38 switch (pexp->operation)
51 /* pexp->operation must be lnot. */
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
107 /* pexp->operation must be qmop. */
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dplural-exp.c40 .operation = var,
45 .operation = num,
54 .operation = not_equal,
82 plvar.operation = var;
85 plone.operation = num;
89 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h34 switch (pexp->operation)
47 /* pexp->operation must be lnot. */
54 if (pexp->operation == lor)
56 else if (pexp->operation == land)
62 switch (pexp->operation)
103 /* pexp->operation must be qmop. */
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/io/
H A Dblkif.h98 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
109 uint8_t operation; /* copied from request */ member in struct:blkif_response
116 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
127 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
136 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
147 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dplural-exp.c40 .operation = var,
45 .operation = num,
54 .operation = not_equal,
82 plvar.operation = var;
85 plone.operation = num;
89 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h39 switch (pexp->operation)
52 /* pexp->operation must be lnot. */
59 if (pexp->operation == lor)
61 else if (pexp->operation == land)
67 switch (pexp->operation)
100 /* pexp->operation must be qmop. */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h38 switch (pexp->operation)
51 /* pexp->operation must be lnot. */
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
107 /* pexp->operation must be qmop. */
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h32 switch (pexp->operation)
45 /* pexp->operation must be lnot. */
52 if (pexp->operation == lor)
54 else if (pexp->operation == land)
60 switch (pexp->operation)
101 /* pexp->operation must be qmop. */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
68 if(operation == ASN1_OP_NEW_POST) {
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dpmc.h92 int pmc_control(int ctr, int operation, void *args);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dflock.c46 rk_flock(int fd, int operation) argument
56 if (operation & LOCK_NB)
61 switch (operation & OP_MASK) {
105 if (operation & LOCK_NB)
108 switch (operation & OP_MASK) {

Completed in 208 milliseconds

1234567891011