| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbacreq.c | 51 BER_BVZERO( &reqp->opname ); 82 if ( !BER_BVISNULL( &reqp->opname ) ) 83 ber_memfree( reqp->opname.bv_val );
|
| rbacperm.c | 123 if ( !is_valid_opname( &reqp->opname ) || 126 "invalid opname (%s) or objname (%s)\n", 127 reqp->opname.bv_val, reqp->objname.bv_val ); 143 reqp->opname.bv_val, reqp->objname.bv_val, 147 "ftOpNm=%s,ftObjNm=%s,%s", reqp->opname.bv_val, 208 if ( permp->opName ) { 209 ber_bvarray_free( permp->opName );
|
| /src/external/gpl3/gcc/dist/gcc/ |
| optabs-libfuncs.cc | 145 OPNAME is the generic (string) name of the operation. 151 gen_libfunc (optab optable, const char *opname, int suffix, 154 unsigned opname_len = strlen (opname); 173 for (q = opname; *q;) 187 gen_int_libfunc (optab optable, const char *opname, char suffix, 205 gen_libfunc (optable, opname, suffix, int_mode); 211 gen_fp_libfunc (optab optable, const char *opname, char suffix, 217 gen_libfunc (optable, opname, suffix, mode); 220 dec_opname = XALLOCAVEC (char, sizeof (DECIMAL_PREFIX) + strlen (opname)); 224 strcpy (dec_opname + sizeof (DECIMAL_PREFIX) - 1, opname); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| optabs-libfuncs.cc | 145 OPNAME is the generic (string) name of the operation. 151 gen_libfunc (optab optable, const char *opname, int suffix, 154 unsigned opname_len = strlen (opname); 173 for (q = opname; *q;) 187 gen_int_libfunc (optab optable, const char *opname, char suffix, 205 gen_libfunc (optable, opname, suffix, int_mode); 211 gen_fp_libfunc (optab optable, const char *opname, char suffix, 217 gen_libfunc (optable, opname, suffix, mode); 220 dec_opname = XALLOCAVEC (char, sizeof (DECIMAL_PREFIX) + strlen (opname)); 224 strcpy (dec_opname + sizeof (DECIMAL_PREFIX) - 1, opname); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| atomic.c | 35 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \ 36 type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \ 63 type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \ 65 type o = __sync_fetch_and_ ## opname ## _ ## size (p, v); \
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| atomic.c | 33 #define GENERATE_FETCH_AND_OP(type, size, opname, insn, invert, cop) \ 34 type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \ 61 type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \ 63 type o = __sync_fetch_and_ ## opname ## _ ## size (p, v); \
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/include/fips/ |
| fipsindicator.h | 70 const char *algname, const char *opname, 99 #define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, config_check_fn) \ 100 ossl_FIPS_IND_on_unapproved(&ctx->indicator, id, libctx, algname, opname, config_check_fn) 145 #define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, configopt_fn)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| cp-demint.c | 164 const char *opname, int args) 169 if (p == NULL || opname == NULL) 171 len = strlen (opname); 176 && strcmp (opname, cplus_demangle_operators[i].name) == 0)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| cp-demint.c | 164 const char *opname, int args) 169 if (p == NULL || opname == NULL) 171 len = strlen (opname); 176 && strcmp (opname, cplus_demangle_operators[i].name) == 0)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| cp-demint.c | 164 const char *opname, int args) 169 if (p == NULL || opname == NULL) 171 len = strlen (opname); 176 && strcmp (opname, cplus_demangle_operators[i].name) == 0)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| atomic.c | 67 #define __fetch_and_do(proto, type, size, opname, top, bottom) \ 71 type rv = arch_atomic_##opname(p, i); \ 76 #define __atomic_fetch_and_do(type, size, opname) \ 77 __fetch_and_do(type __atomic_fetch_##opname##_##size(type* p, type i, int model), \ 78 type, size, opname, \ 95 #define __sync_fetch_and_do(type, size, opname) \ 96 __fetch_and_do(type __sync_fetch_and_##opname##_##size(type* p, type i), \ 97 type, size, opname, \ 114 #define __do_and_fetch(proto, type, size, opname, op, op2, top, bottom) \ 118 type rv = op2 (arch_atomic_##opname(p, i) op i); [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| cp-demint.c | 164 const char *opname, int args) 169 if (p == NULL || opname == NULL) 171 len = strlen (opname); 176 && strcmp (opname, cplus_demangle_operators[i].name) == 0)
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| cp-demint.c | 164 const char *opname, int args) 169 if (p == NULL || opname == NULL) 171 len = strlen (opname); 176 && strcmp (opname, cplus_demangle_operators[i].name) == 0)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| cp-demint.c | 164 const char *opname, int args) 169 if (p == NULL || opname == NULL) 171 len = strlen (opname); 176 && strcmp (opname, cplus_demangle_operators[i].name) == 0)
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| fipsindicator.c | 60 const char *algname, const char *opname, 74 return ossl_FIPS_IND_callback(libctx, algname, opname);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| casts.exp | 116 foreach opname {__typeof__ __typeof __decltype} { 117 gdb_test "print (${opname}(a)) (b)" " = \\(A \\*\\) $hex" \ 118 "old-style cast using $opname" 120 gdb_test "print static_cast<${opname}(a)> (b)" " = \\(A \\*\\) $hex" \ 121 "static_cast using $opname" 123 gdb_test "print reinterpret_cast<${opname}(a)> (b)" " = \\(A \\*\\) $hex" \ 124 "reinterpret_cast using $opname"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| casts.exp | 116 foreach opname {__typeof__ __typeof __decltype} { 117 gdb_test "print (${opname}(a)) (b)" " = \\(A \\*\\) $hex" \ 118 "old-style cast using $opname" 120 gdb_test "print static_cast<${opname}(a)> (b)" " = \\(A \\*\\) $hex" \ 121 "static_cast using $opname" 123 gdb_test "print reinterpret_cast<${opname}(a)> (b)" " = \\(A \\*\\) $hex" \ 124 "reinterpret_cast using $opname"
|
| /src/external/mit/lua/dist/src/ |
| ldebug.h | 45 const char *opname);
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| tests.c | 210 #define DEFINE_COMPARISON(type, name, opname, op, fmt, cast) \ 211 int test_##name##_##opname(const char *file, int line, \ 361 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ 362 int test_BN_##opname(const char *file, int line, \ 372 int test_BN_##opname##_zero(const char *file, int line, \ 451 #define DEFINE_TIME_T_COMPARISON(opname, op) \ 452 int test_time_t_##opname(const char *file, int line, \
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| tests.c | 213 #define DEFINE_COMPARISON(type, name, opname, op, fmt) \ 214 int test_ ## name ## _ ## opname(const char *file, int line, \ 362 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ 363 int test_BN_ ## opname(const char *file, int line, \ 373 int test_BN_ ## opname ## _zero(const char *file, int line, \ 452 #define DEFINE_TIME_T_COMPARISON(opname, op) \ 453 int test_time_t_ ## opname(const char *file, int line, \
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tests.c | 189 #define DEFINE_COMPARISON(type, name, opname, op, fmt) \ 190 int test_ ## name ## _ ## opname(const char *file, int line, \ 337 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ 338 int test_BN_ ## opname(const char *file, int line, \ 348 int test_BN_ ## opname ## _zero(const char *file, int line, \ 427 #define DEFINE_TIME_T_COMPARISON(opname, op) \ 428 int test_time_t_ ## opname(const char *file, int line, \
|
| /src/lib/libperfuse/ |
| debug.c | 41 const char *opname; member in struct:perfuse_opcode 104 return po->opname; 107 return po->opname; /* "UNKNOWN" */
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| xtensa-relax.c | 111 char *opname; member in struct:opname_list_struct 141 in the "opname" field. If that field is NULL, then the operand 848 if (strlen (op->opname) == (unsigned) len 849 && strncmp (op->opname, name, len) == 0) 850 return op->opname; 853 op->opname = xmemdup0 (name, len); 854 return op->opname; 865 if (strcmp (op->opname, name) == 0) 866 return op->opname; 869 op->opname = xstrdup (name) 1219 const char *opname = oprec.vec[i]; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| xtensa-relax.c | 111 char *opname; member in struct:opname_list_struct 141 in the "opname" field. If that field is NULL, then the operand 848 if (strlen (op->opname) == (unsigned) len 849 && strncmp (op->opname, name, len) == 0) 850 return op->opname; 853 op->opname = xmemdup0 (name, len); 854 return op->opname; 865 if (strcmp (op->opname, name) == 0) 866 return op->opname; 869 op->opname = xstrdup (name) 1219 const char *opname = oprec.vec[i]; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| symbols.c | 1194 const char *opname; 1202 case O_uminus: opname = "-"; break; 1203 case O_bit_not: opname = "~"; break; 1204 case O_logical_not: opname = "!"; break; 1205 case O_multiply: opname = "*"; break; 1206 case O_divide: opname = "/"; break; 1207 case O_modulus: opname = "%"; break; 1208 case O_left_shift: opname = "<<"; break; 1209 case O_right_shift: opname = ">>"; break; 1210 case O_bit_inclusive_or: opname = "|"; break 1190 const char *opname; local 1239 seg_left->name, seg_right->name, opname, sname); local 1242 seg_right->name, opname, sname); local [all...] |