Searched refs:anum (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/tests/include/tests/
H A Dt_api.h74 t_assert(const char *component, int anum, int class, const char *what, ...)
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dt_api.pl42 local($component, $anum, $class, $what, @rest) = @_;
43 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsignerutils.cpp226 char *anum; local
227 asprintf(&anum, "%d", it->first.cpuType());
228 arguments.push_back(anum);
229 asprintf(&anum, "%d", it->first.cpuSubtype());
230 arguments.push_back(anum);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsignerutils.cpp226 char *anum; local
227 asprintf(&anum, "%d", it->first.cpuType());
228 arguments.push_back(anum);
229 asprintf(&anum, "%d", it->first.cpuSubtype());
230 arguments.push_back(anum);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DObjectPropertiesSection.js110 var chunka, chunkb, anum, bnum;
118 anum = !isNaN(chunka);
120 if (anum && !bnum)
122 if (bnum && !anum)
124 if (anum && bnum) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dvalue.c705 int i, j, k, anum, vnum; local
720 anum = a->a_numvals;
722 new = ch_malloc( (anum+vnum+1) * sizeof(struct berval));
738 nnew = ch_malloc( (anum+vnum+1) * sizeof(struct berval));
742 if ( anum ) {
743 AC_MEMCPY( new, a->a_vals, anum * sizeof(struct berval));
745 AC_MEMCPY( nnew, a->a_nvals, anum * sizeof(struct berval));
763 if ( k > anum ) k = -1;
769 ber_dupbv( new+anum, vals+i );
770 if ( nnew ) ber_dupbv( nnew+anum, nval
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_cpucore.tcl64 variable anum
88 set an [lindex $anum $insn]
156 variable anum
175 set an [lindex $anum $iname($name)]
180 incr off [lindex $anum $iname($name)]
194 set an [lindex $anum $iname($name)]
429 variable anum
483 set an [lindex $anum $insn]
875 variable anum {}
913 lappend anum
[all...]
/macosx-10.10/ruby-106/ruby/
H A Drational.c670 f_addsub(VALUE self, VALUE anum, VALUE aden, VALUE bnum, VALUE bden, int k) argument
674 if (FIXNUM_P(anum) && FIXNUM_P(aden) &&
676 long an = FIX2LONG(anum);
700 VALUE a = f_mul(anum, f_idiv(bden, g));
799 f_muldiv(VALUE self, VALUE anum, VALUE aden, VALUE bnum, VALUE bden, int k) argument
807 anum = f_negate(anum);
815 if (FIXNUM_P(anum) && FIXNUM_P(aden) &&
817 long an = FIX2LONG(anum);
828 VALUE g1 = f_gcd(anum, bde
[all...]
H A Dfile.c1032 int anum;
1044 anum = getgroups(groups, gary);
1045 if (anum != -1 && anum != groups)
1053 if (anum == -1)
1056 while (--anum >= 0) {
1057 if (gary[anum] == gid) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c158 int anum = 0; local
400 && ( anum < MAXREQS )) {
401 afiles[anum++] = get_file_name( dirname, file->d_name );
424 if ( !sfile && !rfile && !nfile && !mfile && !bfile && !anum ) {
897 if ( j < anum ) {
/macosx-10.10/bind9-45.101/bind9/lib/tests/
H A Dt_api.c344 t_assert(const char *component, int anum, int class, const char *what, ...) { argument
347 (void)printf("T:%s:%d:%s\n", component, anum, class == T_REQUIRED ?
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomputil.c1152 int single = 0, anum = 1, xnum, nopts, ndopts, nodopts, flags = 0; local
1223 anum = 1;
1259 anum = 1;
1556 anum = num + 1;
1559 anum++;
1573 arg = parse_caarg(0, type, anum - 1, 0, NULL, &p, doset);
1580 tmp && tmp->num < anum - 1;
1583 if (tmp && tmp->num == anum - 1) {

Completed in 223 milliseconds