Searched refs:buf1 (Results 26 - 50 of 95) sorted by relevance

1234

/macosx-10.10/top-100.1.2/
H A Dcpu.c244 char buf1[GENERIC_INT_SIZE]; local
248 if (top_uinteger_format_result(buf1, sizeof(buf1),
258 sprintf(buf, "%c%s[%s]", ((psamp->boost_donating) ? '*' : ' '), buf1, buf2);
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dgen.c220 char buf1[TYPECLASSLEN], buf2[TYPECLASSLEN]; local
251 funname(tt->typename, buf1), args);
256 funname(tt->classname, buf1),
286 char buf1[TYPECLASSLEN], buf2[TYPECLASSLEN]; local
294 funname(tt->classname, buf1),
300 funname(tt->typename, buf1), args);
517 char buf1[TYPECLASSLEN]; local
783 funname(tt->typename, buf1),
799 s = funname(tt->typename, buf1);
836 s = funname(name, buf1); \
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c428 char buf1[8], buf2[64]; local
440 if ( lutil_uuidstr( buf1, sizeof( buf1 ) ) ) {
441 printf( "UUID: %s\n", buf1 );
443 fprintf( stderr, "too short: %ld\n", (long) sizeof( buf1 ) );
/macosx-10.10/bind9-45.101/bind9/bin/tests/dst/
H A Ddst_test.c104 isc_buffer_t buf1, buf2; local
110 isc_buffer_init(&buf1, buffer1, sizeof(buffer1));
111 ret = dst_key_todns(key, &buf1);
117 &buf1, mctx, &newkey);
128 isc_buffer_usedregion(&buf1, &r1);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dbocu1tst.c791 char buf1[80], buf2[80]; local
825 printBytes(prev, buf1);
826 log_verbose(" wD(%8ld) %s\n", i, buf1);
841 printBytes(prev, buf1);
843 log_verbose("ok: strcmp(wD(%8ld), wD(%8ld))=%2d %s%s\n", i-1, i, cmp, buf1, buf2);
847 printBytes(prev, buf1);
849 log_verbose("wrong: strcmp(wD(%8ld), wD(%8ld))=%2d %s%s\n", i-1, i, cmp, buf1, buf2);
856 printBytes((uint8_t *)"", buf1);
858 log_verbose(" wD(%8ld) %s%s\n", i-1, buf1, buf2);
H A Dutransts.c251 char buf1[BUF_CAP]; local
285 utrans_getID(inverse1, buf1, BUF_CAP);
286 if(strcmp(buf1, TransID[i+1]) != 0){
287 log_err("FAIL :openInverse() for %s returned %s instead of %s\n", TransID[i], buf1, TransID[i+1]);
301 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
318 utrans_getID(t1, buf1, BUF_CAP);
322 if(strcmp(buf1, buf3) != 0 ||
323 strcmp(buf1, buf2) == 0) {
330 strcmp(buf1, buf3) == 0) {
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsnprintf.c716 char buf1[LONG_STRING]; local
756 snprintf (buf1, sizeof (buf1), fp_fmt[x], fp_nums[y]);
758 if (strcmp (buf1, buf2))
761 fp_fmt[x], buf1, buf2);
770 snprintf (buf1, sizeof (buf1), int_fmt[x], int_nums[y]);
772 if (strcmp (buf1, buf2))
775 int_fmt[x], buf1, buf2);
/macosx-10.10/srm-7/srm/lib/
H A Dsnprintf.c741 char buf1[LONG_STRING]; local
783 snprintf (buf1, sizeof (buf1), fp_fmt[x], fp_nums[y]);
785 if (strcmp (buf1, buf2))
788 fp_fmt[x], buf1, buf2);
797 snprintf (buf1, sizeof (buf1), int_fmt[x], int_nums[y]);
799 if (strcmp (buf1, buf2))
802 int_fmt[x], buf1, buf2);
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dcmp.c388 char *buf1 = (char *) buffer1;
445 read1 = block_read (file_desc[1], buf1, bytes_to_read);
451 buf0[read0] = ~buf1[read0];
452 buf1[read1] = ~buf0[read1];
502 unsigned char c1 = buf1[first_diff];
520 unsigned char c1 = buf1[first_diff];
384 char *buf1 = (char *) buffer1; local
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dinformal-protocol.m302 char buf1[1024];
312 r = PyObjCRT_SimplifySignature(sig1, buf1, sizeof(buf1));
321 return strcmp(buf1, buf2) == 0;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dinformal-protocol.m324 char buf1[1024];
334 r = PyObjCRT_SimplifySignature(sig1, buf1, sizeof(buf1));
343 return strcmp(buf1, buf2) == 0;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dinformal-protocol.m324 char buf1[1024];
334 r = PyObjCRT_SimplifySignature(sig1, buf1, sizeof(buf1));
343 return strcmp(buf1, buf2) == 0;
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableEdit.c597 char buf[INDEX_BUFSIZE], buf1[INDEX_BUFSIZE]; local
635 TableMakeArrayIndex(to, j, buf1);
636 TableMoveCellValue(tablePtr, to, j, buf1, from, j, buf,
640 TableMakeArrayIndex(j, to, buf1);
641 TableMoveCellValue(tablePtr, j, to, buf1, j, from, buf,
655 entryPtr = Tcl_FindHashEntry(tablePtr->selCells, buf1);
673 entryPtr = Tcl_FindHashEntry(tablePtr->cellStyles, buf1);
694 * buf1 is where the window is
700 entryPtr = Tcl_FindHashEntry(tablePtr->winTable, buf1);
H A DtkTableCmds.c57 char buf1[INDEX_BUFSIZE], buf2[INDEX_BUFSIZE]; local
75 buf1);
77 buf1[0] = '\0';
98 buf1, buf2, tablePtr->icursor, &script, 0);
165 char buf1[INDEX_BUFSIZE];
189 sprintf(buf1, "%d %d", posn, value);
191 Tcl_AppendElement(interp, buf1);
945 char buf1[INDEX_BUFSIZE];
1001 TableMakeArrayIndex(row, col, buf1);
1002 entryPtr = Tcl_FindHashEntry(tablePtr->selCells, buf1);
164 char buf1[INDEX_BUFSIZE]; local
935 char buf1[INDEX_BUFSIZE]; local
1063 char buf1[INDEX_BUFSIZE]; local
[all...]
H A DtkTableCell.c405 char buf1[INDEX_BUFSIZE], buf2[INDEX_BUFSIZE]; local
410 bcol+tablePtr->colOffset+1, buf1);
413 entryPtr1 = Tcl_FindHashEntry(tablePtr->spanAffTbl, buf1);
417 strcpy(buf1, val);
422 if (strcmp(buf1, buf2) == 0) {
430 bcol+tablePtr->colOffset, buf1);
433 entryPtr1 = Tcl_FindHashEntry(tablePtr->spanAffTbl, buf1);
437 strcpy(buf1, val);
442 if (strcmp(buf1, buf2) == 0) {
/macosx-10.10/vim-55/src/proto/
H A Ddiff.pro25 linenr_T diff_get_corresponding_line __ARGS((buf_T *buf1, linenr_T lnum1, buf_T *buf2, linenr_T lnum3));
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dasn1_lib.c453 char buf1[DECIMAL_SIZE(address)+1],buf2[DECIMAL_SIZE(offset)+1]; local
455 BIO_snprintf(buf1,sizeof buf1,"%lu",(unsigned long)address);
457 ERR_add_error_data(4,"address=",buf1," offset=",buf2);
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf.c649 VSTRING *buf1 = vstring_alloc(10); local
658 str_name_mask_opt(buf1, myname, pcf_compat_names,
663 vstring_free(buf1);
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-asn1-lib.c472 char buf1[DECIMAL_SIZE(address)+1],buf2[DECIMAL_SIZE(offset)+1]; local
474 BIO_snprintf(buf1,sizeof buf1,"%lu",(unsigned long)address);
476 /* ERR_add_error_data(4,"address=",buf1," offset=",buf2); */
/macosx-10.10/file_cmds-242/pax/
H A Dpat_rep.c872 char buf1[PAXPATHLEN+1]; /* where we work on the name */ local
875 * copy the name into buf1, where we will work on it. We need to keep
883 (void)strlcpy(buf1, name, sizeof(buf1));
884 inpt = buf1;
/macosx-10.10/vim-55/src/
H A Dos_amiga.c308 char_u buf1[24]; local
431 sprintf((char *)buf1, "t:nc%p", FindTask(0));
433 sprintf((char *)buf1, "t:nc%ld", (long)buf1);
435 if ((fh = Open((UBYTE *)buf1, (long)MODE_NEWFILE)) == (BPTR)NULL)
438 mch_errmsg((char *)buf1);
502 sprintf((char *)buf2, "newcli <nil: >nil: %s from %s", (char *)device, (char *)buf1);
520 DeleteFile((UBYTE *)buf1);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-stubs.c410 char buf1[INET6_ADDRSTRLEN];
413 buf1[0] = 0;
416 inet_ntop(AF_INET6, addr.sadd, buf1, sizeof(buf1));
418 LogInfo("%s: sadd is %s, dadd is %s", __func__, buf1, buf2);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dviewx.cpp385 c4_Bytes buf1; local
386 bool f1 = a_.GetData(buf1);
393 buf1.SetBufferClear(buf2.Size());
395 buf2.SetBufferClear(buf1.Size());
397 return buf1 == buf2;
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dklist.c408 char buf1[20], buf2[20]; local
436 strlcpy (buf1, printable_time(ct.BeginTimestamp),
437 sizeof(buf1));
444 printf("%s %s ", buf1, buf2);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp414 char buf1[512], buf2[512]; local
416 f1.read(buf1, sizeof(buf1));
432 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {

Completed in 658 milliseconds

1234