Searched refs:nval (Results 51 - 73 of 73) sorted by relevance

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c264 char *at, *nv, *nval; local
304 nval = (char *)xmalloc (strlen (rl_completer_word_break_characters) + 1 + on_or_off);
311 for (nv = nval, at = rl_completer_word_break_characters; *at; )
320 nval[0] = '@';
321 strcpy (nval + 1, rl_completer_word_break_characters);
325 rl_completer_word_break_characters = nval;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmkservice.c93 #include <nval.h>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dat.c1041 struct berval nval; local
1050 ber_str2bv( at->sat_oid, 0, 0, &nval );
1052 if( attr_merge_one( e, ad_attributeTypes, &val, &nval ) )
H A Dschema_init.c2015 struct berval *nval, *assertv; local
2020 nval = UTF8bvnormalize( value, NULL, LDAP_UTF8_APPROX, NULL );
2021 if( nval == NULL ) {
2030 ber_bvfree( nval );
2036 for ( c = nval->bv_val, count = 1; *c; c++ ) {
2046 for ( c = nval->bv_val, i = 0; i < count; i++, c += strlen(c) + 1 ) {
2110 ber_bvfree( nval );
H A Dproto-slap.h297 struct berval *nval ));
301 struct berval *val, struct berval *nval, void *memctx ));
423 struct berval *nval,
H A Dbackend.c1792 struct berval *nval,
1875 nval, access, NULL, mask ) == 0 )
1787 backend_access( Operation *op, Entry *target, struct berval *edn, AttributeDescription *entry_at, struct berval *nval, slap_access_t access, slap_mask_t *mask ) argument
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.sem.c563 int nval = SIGN_EXTEND_CHAR(t->t_nice); local
565 if (setpriority(PRIO_PROCESS, 0, nval) == -1 && errno)
569 (void) nice(nval);
H A Dsh.proc.c1813 int nval = SIGN_EXTEND_CHAR(t->t_nice); local
1815 if (setpriority(PRIO_PROCESS, 0, nval) == -1 && errno)
1818 (void) nice(nval);
/macosx-10.10.1/awk-20/src/
H A Dytabc.bak3382 SYNTAX("%s is an array, not a function", p->nval);
3384 SYNTAX("you can't define function %s more than once", p->nval);
3385 curfname = p->nval;
3411 char *s = cp->nval;
3413 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c847 void *nval; local
873 if(!(nval = malloc(size)))
875 memcpy(nval,val,size);
876 return(nval);
H A Dlex.c32 #include <nval.h>
H A Dpath.c30 #include <nval.h>
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dx509v3.h477 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
490 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dx509v3.h477 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
490 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph1.tcl1700 set nval [__node_get $name $node -key $key]
1702 if {$nval == $value} {
H A Dgraph_tcl.tcl2336 set nval [__node_get $name $node $key]
2337 if {$nval == $value} {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c2091 struct berval nval; local
2102 (Slapi_Value *)v, &nval, NULL );
2106 nvalp = &nval;
2114 slapi_ch_free_string( &nval.bv_val );
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c829 uint32_t oval, nval; local
834 if ((nval = oval + 1) == 0) {
849 nval = 1;
851 } while (dtrace_cas32(counter, oval, nval) != oval);
2076 dtrace_aggregate_min(uint64_t *oval, uint64_t nval, uint64_t arg) argument
2079 if ((int64_t)nval < (int64_t)*oval)
2080 *oval = nval;
2085 dtrace_aggregate_max(uint64_t *oval, uint64_t nval, uint64_t arg) argument
2088 if ((int64_t)nval > (int64_t)*oval)
2089 *oval = nval;
2093 dtrace_aggregate_quantize(uint64_t *quanta, uint64_t nval, uint64_t incr) argument
2121 dtrace_aggregate_lquantize(uint64_t *lquanta, uint64_t nval, uint64_t incr) argument
2210 dtrace_aggregate_llquantize(uint64_t *llquanta, uint64_t nval, uint64_t incr) argument
2223 dtrace_aggregate_avg(uint64_t *data, uint64_t nval, uint64_t arg) argument
2232 dtrace_aggregate_stddev(uint64_t *data, uint64_t nval, uint64_t arg) argument
2258 dtrace_aggregate_count(uint64_t *oval, uint64_t nval, uint64_t arg) argument
2266 dtrace_aggregate_sum(uint64_t *oval, uint64_t nval, uint64_t arg) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_object.h752 vm_size_t nval);
H A Dvm_object.c7306 __unused vm_size_t nval)
7309 vm_object_cached_max = nval;
7304 adjust_vm_object_cache( __unused vm_size_t oval, __unused vm_size_t nval) argument
/macosx-10.10.1/libxml2-26/libxml2/
H A Drelaxng.c2696 xmlChar *nval, *nvalue; local
2702 nval = xmlRelaxNGNormalize(NULL, value1);
2705 if ((nval == NULL) || (nvalue == NULL))
2707 else if (xmlStrEqual(nval, nvalue))
2711 if (nval != NULL)
2712 xmlFree(nval);
8749 xmlChar *nval, *nvalue; local
8755 nval = xmlRelaxNGNormalize(ctxt, define->value);
8758 if ((nval == NULL) || (nvalue == NULL) ||
8759 (!xmlStrEqual(nval, nvalu
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c2695 xmlChar *nval, *nvalue; local
2701 nval = xmlRelaxNGNormalize(NULL, value1);
2704 if ((nval == NULL) || (nvalue == NULL))
2706 else if (xmlStrEqual(nval, nvalue))
2710 if (nval != NULL)
2711 xmlFree(nval);
8748 xmlChar *nval, *nvalue; local
8754 nval = xmlRelaxNGNormalize(ctxt, define->value);
8757 if ((nval == NULL) || (nvalue == NULL) ||
8758 (!xmlStrEqual(nval, nvalu
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c186 extern kern_return_t adjust_vm_object_cache(vm_size_t oval, vm_size_t nval);
376 vm_size_t nval; local
383 nval = 0;
385 nval = val2 - VNODE_FREE_MIN;
387 return(adjust_vm_object_cache(oval, nval));

Completed in 329 milliseconds

123