HomeSort by: relevance | last modified time | path
    Searched refs:operation (Results 1 - 25 of 630) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/test/
filterprov.h 13 int filter_provider_set_filter(int operation, const char *name);
  /src/crypto/external/bsd/openssl/dist/test/
filterprov.h 13 int filter_provider_set_filter(int operation, const char *name);
  /src/usr.bin/pwhash/
pwhash.c 100 print_passwd(char *string, int operation, const char *extra)
107 switch(operation) {
169 int operation = -1; local
176 operation = DO_MAKEKEY;
185 if (operation != -1 || prompt)
187 operation = DO_MAKEKEY;
191 if (operation != -1)
193 operation = DO_MD5;
198 if (operation == DO_MAKEKEY)
204 if (operation != -1
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
myflock.c 11 /* 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)
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...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_fn.c 43 ctx->operation = EVP_PKEY_OP_SIGN;
48 ctx->operation = EVP_PKEY_OP_UNDEFINED;
61 if (ctx->operation != EVP_PKEY_OP_SIGN) {
77 ctx->operation = EVP_PKEY_OP_VERIFY;
82 ctx->operation = EVP_PKEY_OP_UNDEFINED;
95 if (ctx->operation != EVP_PKEY_OP_VERIFY) {
110 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
115 ctx->operation = EVP_PKEY_OP_UNDEFINED;
128 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) {
144 ctx->operation = EVP_PKEY_OP_ENCRYPT
    [all...]
  /src/sys/arch/xen/include/
xenring.h 37 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
48 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
55 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_x86_32_request_indirect
70 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
81 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
87 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_x86_64_request_indirect
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural-exp.c 38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
eval-plural.h 32 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. */
  /src/external/gpl2/grep/dist/intl/
plural-exp.c 40 .operation = var,
45 .operation = num,
54 .operation = not_equal,
82 plvar.operation = var;
85 plone.operation = num;
89 GERMANIC_PLURAL.operation = not_equal;
eval-plural.h 39 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. */
  /src/external/gpl2/texinfo/dist/intl/
plural-exp.c 40 .operation = var,
45 .operation = num,
54 .operation = not_equal,
82 plvar.operation = var;
85 plone.operation = num;
89 GERMANIC_PLURAL.operation = not_equal;
eval-plural.h 34 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. */
  /src/external/gpl3/gcc.old/dist/intl/
plural-exp.c 38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
eval-plural.h 38 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. */
  /src/usr.bin/vndcompress/
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress; variable
56 operation = &vndcompress;
58 operation = &vnduncompress;
83 operation = &vndcompress;
92 operation = &vnduncompress;
150 if (operation == &vnduncompress) {
154 assert(operation == &vndcompress);
164 return (*operation)(argc, argv, O);
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
nsseq.c 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
19 if (operation == ASN1_OP_NEW_POST) {
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_asn1.c 28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
31 if (operation == ASN1_OP_NEW_PRE) {
36 } else if (operation == ASN1_OP_FREE_PRE) {
40 } else if (operation == ASN1_OP_D2I_POST) {
76 static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
79 if (operation == ASN1_OP_FREE_PRE) {
97 static int rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
100 if (operation == ASN1_OP_FREE_PRE) {
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
nsseq.c 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
19 if (operation == ASN1_OP_NEW_POST) {
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_asn1.c 28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
31 if (operation == ASN1_OP_NEW_PRE) {
36 } else if (operation == ASN1_OP_FREE_PRE) {
40 } else if (operation == ASN1_OP_D2I_POST) {
77 static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
80 if (operation == ASN1_OP_FREE_PRE) {
98 static int rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
101 if (operation == ASN1_OP_FREE_PRE) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
nsseq.c 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
19 if (operation == ASN1_OP_NEW_POST) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_asn1.c 22 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
25 if (operation == ASN1_OP_NEW_PRE) {
30 } else if (operation == ASN1_OP_FREE_PRE) {
34 } else if (operation == ASN1_OP_D2I_POST) {
71 static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
74 if (operation == ASN1_OP_FREE_PRE) {
91 static int rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
94 if (operation == ASN1_OP_FREE_PRE) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/
file.d 30 /// operation = lock operation to perform
34 int flock(int fd, int operation) @trusted;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
blkif.h 532 * operation code ("barrier request") must be completed prior to the
558 * This operation is analogous to performing a trim (ATA) or unamp (SCSI),
628 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
638 * Cast to this structure when blkif_request.operation == BLKIF_OP_DISCARD
642 uint8_t operation; /* BLKIF_OP_DISCARD */ member in struct:blkif_request_discard
653 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_request_indirect
668 uint8_t operation; /* copied from request */ member in struct:blkif_response
676 /* Operation not supported (only happens on barrier writes). */
678 /* Operation failed for some unspecified reason (-EIO). */
680 /* Operation completed successfully. *
    [all...]
  /src/external/gpl2/diffutils/bin/diff3/
Makefile 11 CWARNFLAGS.clang+= -Wno-unused-value -Wno-error=bool-operation
  /src/tests/lib/libc/sys/
t_ptrace_misc_wait.h 30 user_va0_disable(int operation)
83 rv = ptrace(operation, child, (void *)0, 0);
97 #define USER_VA0_DISABLE(test, operation) \
102 "Verify behavior of " #operation " with PC set to 0x0"); \
108 user_va0_disable(operation); \

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>