| /src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/ |
| ciboolean.c | 65 struct berval nvalue; local 74 nvalue.bv_len = val->bv_len; 75 nvalue.bv_val = slap_sl_malloc( nvalue.bv_len + 1, ctx ); 76 nvalue.bv_val[nvalue.bv_len] = '\0'; 77 for ( i = 0; i < nvalue.bv_len; i++ ) { 78 nvalue.bv_val[i] = TOUPPER( val->bv_val[i] ); 81 *normalized = nvalue;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| filter.c | 376 struct berval desc, value, nvalue; local 480 usage, &value, &nvalue, text, op->o_tmpmemctx ); 486 ber_dupbv_x( &nvalue, &value, op->o_tmpmemctx ); 492 ssa.sa_initial = nvalue; 497 ber_bvarray_add_x( &ssa.sa_any, &nvalue, op->o_tmpmemctx ); 502 ssa.sa_final = nvalue; 507 slap_sl_free( nvalue.bv_val, op->o_tmpmemctx );
|
| schema_init.c | 1884 struct berval tmp, nvalue; local 1910 nvalue.bv_len = 0; 1911 nvalue.bv_val = tmp.bv_val; 1921 nvalue.bv_val[nvalue.bv_len++] = tmp.bv_val[i]; 1925 nvalue.bv_val[nvalue.bv_len++] = tmp.bv_val[i]; 1929 if( !BER_BVISEMPTY( &nvalue ) ) { 1935 --nvalue.bv_len; 1937 nvalue.bv_val[nvalue.bv_len] = '\0' [all...] |
| /src/external/gpl2/gmake/dist/ |
| variable.c | 388 char *nvalue; 391 nvalue = alloca (strlen (value) + scnt + 1); 393 nptr = nvalue; 410 return define_variable (vname, length, nvalue, o_env, 1); 384 char *nvalue; local
|
| /src/external/mit/lua/dist/src/ |
| lobject.h | 337 #define nvalue(o) check_exp(ttisnumber(o), \ macro 340 #define nvalue(o) check_exp(ttisnumber(o), cast_num(ivalue(o))) macro
|
| lcode.c | 1354 return (nvalue(v2) != 0);
|
| lvm.c | 119 *n = nvalue(&v); /* convert result of 'luaO_str2num' to a float */
|
| /src/lib/libradius/ |
| radlib.c | 881 u_int32_t nvalue; local 883 nvalue = htonl(value); 884 return rad_put_attr(h, type, &nvalue, sizeof nvalue);
|
| /src/external/bsd/tcpdump/dist/ |
| print-isakmp.c | 901 u_int nvalue; member in struct:attrmap 932 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
|