Home
last modified time | relevance | path

Searched refs:nvalue (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dfilter.c376 struct berval desc, value, nvalue; in get_ssa() local
480 usage, &value, &nvalue, text, op->o_tmpmemctx ); in get_ssa()
486 ber_dupbv_x( &nvalue, &value, op->o_tmpmemctx ); in get_ssa()
492 ssa.sa_initial = nvalue; in get_ssa()
497 ber_bvarray_add_x( &ssa.sa_any, &nvalue, op->o_tmpmemctx ); in get_ssa()
502 ssa.sa_final = nvalue; in get_ssa()
507 slap_sl_free( nvalue.bv_val, op->o_tmpmemctx ); in get_ssa()
H A Dschema_init.c1882 struct berval tmp, nvalue; in UTF8StringNormalize() local
1908 nvalue.bv_len = 0; in UTF8StringNormalize()
1909 nvalue.bv_val = tmp.bv_val; in UTF8StringNormalize()
1919 nvalue.bv_val[nvalue.bv_len++] = tmp.bv_val[i]; in UTF8StringNormalize()
1923 nvalue.bv_val[nvalue.bv_len++] = tmp.bv_val[i]; in UTF8StringNormalize()
1927 if( !BER_BVISEMPTY( &nvalue ) ) { in UTF8StringNormalize()
1933 --nvalue.bv_len; in UTF8StringNormalize()
1935 nvalue.bv_val[nvalue.bv_len] = '\0'; in UTF8StringNormalize()
1939 nvalue.bv_val[0] = ' '; in UTF8StringNormalize()
1940 nvalue.bv_val[1] = '\0'; in UTF8StringNormalize()
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dxstormy16.cpu436 (sequence ((HI nvalue))
437 (set nvalue value)
438 (set (reg HI h-gr index) nvalue)
441 (basic-psw nvalue ws))))))
445 (sequence ((HI nvalue))
446 (set nvalue value)
449 (basic-psw nvalue ws))))))
453 (sequence ((HI nvalue))
454 (set nvalue value)
456 (basic-psw nvalue ws)))
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dxstormy16.cpu436 (sequence ((HI nvalue))
437 (set nvalue value)
438 (set (reg HI h-gr index) nvalue)
441 (basic-psw nvalue ws))))))
445 (sequence ((HI nvalue))
446 (set nvalue value)
449 (basic-psw nvalue ws))))))
453 (sequence ((HI nvalue))
454 (set nvalue value)
456 (basic-psw nvalue ws)))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dxstormy16.cpu436 (sequence ((HI nvalue))
437 (set nvalue value)
438 (set (reg HI h-gr index) nvalue)
441 (basic-psw nvalue ws))))))
445 (sequence ((HI nvalue))
446 (set nvalue value)
449 (basic-psw nvalue ws))))))
453 (sequence ((HI nvalue))
454 (set nvalue value)
456 (basic-psw nvalue ws)))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dxstormy16.cpu436 (sequence ((HI nvalue))
437 (set nvalue value)
438 (set (reg HI h-gr index) nvalue)
441 (basic-psw nvalue ws))))))
445 (sequence ((HI nvalue))
446 (set nvalue value)
449 (basic-psw nvalue ws))))))
453 (sequence ((HI nvalue))
454 (set nvalue value)
456 (basic-psw nvalue ws)))
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dvariable.c384 char *nvalue; in lookup_variable() local
387 nvalue = alloca (strlen (value) + scnt + 1); in lookup_variable()
389 nptr = nvalue; in lookup_variable()
406 return define_variable (vname, length, nvalue, o_env, 1); in lookup_variable()
/netbsd-src/lib/libradius/
H A Dradlib.c881 u_int32_t nvalue; in rad_put_int() local
883 nvalue = htonl(value); in rad_put_int()
884 return rad_put_attr(h, type, &nvalue, sizeof nvalue); in rad_put_int()
/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h337 #define nvalue(o) check_exp(ttisnumber(o), \ macro
340 #define nvalue(o) check_exp(ttisnumber(o), cast_num(ivalue(o))) macro
H A Dlcode.c1354 return (nvalue(v2) != 0);
H A Dlvm.c119 *n = nvalue(&v); /* convert result of 'luaO_str2num' to a float */ in luaV_tonumber_()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19936453 (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19936453 (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi14389 function changeit(array, ind, nvalue)
14391 array[ind] = nvalue