Searched refs:ds2 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dshmctl.c38 struct __shmid_ds_new ds2; local
39 struct __shmid_ds_new *ds_new = &ds2;
H A Dmsgctl.c39 struct __msqid_ds_new ds2; local
40 struct __msqid_ds_new *ds_new = &ds2;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Ddyn-string.c390 dyn_string_eq (dyn_string_t ds1, dyn_string_t ds2) argument
393 if (ds1->length != ds2->length)
396 return !strcmp (ds1->s, ds2->s);
/macosx-10.10.1/ICU-531.30/icuSources/tools/icuswap/
H A Dicuswap.cpp476 UDataSwapper *ds2; local
477 ds2=udata_openSwapper(TRUE, U_CHARSET_FAMILY, TRUE, ds->outCharset, pErrorCode);
478 ds2->swapInvChars(ds2, inPkgName, inPkgNameLength, inPkgName, pErrorCode);
479 ds2->swapInvChars(ds2, outPkgName, outPkgNameLength, outPkgName, pErrorCode);
480 udata_closeSwapper(ds2);
/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c3282 BDIGIT *ds1, *ds2, *zds; local
3308 ds2 = BDIGITS(x);
3315 ds2 = BDIGITS(y);
3322 zds[i] = ds1[i] & ds2[i];
3325 zds[i] = sign?0:ds2[i];
3378 BDIGIT *ds1, *ds2, *zds; local
3404 ds2 = BDIGITS(x);
3411 ds2 = BDIGITS(y);
3418 zds[i] = ds1[i] | ds2[i];
3421 zds[i] = sign?ds2[
3474 BDIGIT *ds1, *ds2, *zds; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c1587 Tcl_DString ds2;
1596 Tcl_DStringInit(&ds2);
1597 Tcl_DStringSetLength(&ds2, Tcl_DStringLength(&ds1));
1599 Tcl_DStringValue(&ds2), &len, &textChanged);
1604 decodedObj = Tcl_NewStringObj(Tcl_DStringValue(&ds2), -1);
1608 Tcl_DStringFree(&ds2);
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhx509-private.h300 const DirectoryString *ds2,
H A Dname.c427 const DirectoryString *ds2,
437 ret = dsstringprep(ds2, &ds2lp, &ds2len);
426 _hx509_name_ds_cmp(const DirectoryString *ds1, const DirectoryString *ds2, int *diff) argument
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWm.c1307 Tcl_DString ds, ds2;
1315 Tcl_UtfToExternalDString(NULL, file, -1, &ds2);
1317 res = (*shgetfileinfoProc)(Tcl_DStringValue(&ds2), 0, &sfiSM,
1325 res = (*shgetfileinfoProc)(Tcl_DStringValue(&ds2), 0, &sfi,
1340 Tcl_DStringFree(&ds2);
1362 Tcl_DStringFree(&ds2);
1295 Tcl_DString ds, ds2; local
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinWm.c1233 Tcl_DString ds, ds2;
1239 Tcl_UtfToExternalDString(NULL, file, -1, &ds2);
1241 res = (*shgetfileinfoProc)(Tcl_DStringValue(&ds2), 0, &sfiSM,
1249 res = (*shgetfileinfoProc)(Tcl_DStringValue(&ds2), 0, &sfi,
1261 Tcl_DStringFree(&ds2);
1280 Tcl_DStringFree(&ds2);
1222 Tcl_DString ds, ds2; local

Completed in 189 milliseconds