Searched refs:pBuf (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_set_settings.c95 char *pBuf = getpass("Old Password: "); local
96 if (pBuf) {
98 oldLen = strlen(pBuf);
99 memcpy(oldBuf, pBuf, oldLen);
100 bzero(pBuf, oldLen);
107 char *pBuf = getpass("New Password: "); local
108 if (pBuf) {
110 newLen = strlen(pBuf);
111 memcpy(newBuf, pBuf, newLen);
112 bzero(pBuf, newLe
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dntgroups.c57 LPLOCALGROUP_USERS_INFO_0 pBuf = NULL; local
84 (LPBYTE *) &pBuf,
101 if (pBuf != NULL) {
102 pTmpLBuf = pBuf;
127 if (pBuf != NULL)
128 NetApiBufferFree(pBuf);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dntgroups.c57 LPLOCALGROUP_USERS_INFO_0 pBuf = NULL; local
84 (LPBYTE *) &pBuf,
101 if (pBuf != NULL) {
102 pTmpLBuf = pBuf;
127 if (pBuf != NULL)
128 NetApiBufferFree(pBuf);
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.cpp170 UInt8 *pBuf = (UInt8*) buf; local
180 cts = ((pBuf[0] & 0xF0) >> 4);
185 findAVCRequestHandler(NULL,generation,nodeID,speed,0xFFFFFFFF,(const char *) pBuf,len);
1523 UInt8 *pBuf = (UInt8*) buf; local
1535 cType = pBuf[0] & 0x0F;
1542 if ((pBuf[kAVCOperand0] != 0xFF) ||
1543 (pBuf[kAVCOperand1] != 0xFF) ||
1544 (pBuf[kAVCOperand2] != 0xFF) ||
1545 (pBuf[kAVCOperand3] != 0xFF) ||
1546 (pBuf[kAVCOperand
1591 UInt8 *pBuf = (UInt8*) buf; local
1709 UInt8 *pBuf = (UInt8*) buf; local
1792 UInt8 *pBuf = (UInt8*) buf; local
1844 UInt8 *pBuf = (UInt8*) buf; local
2038 UInt8 *pBuf = (UInt8*) buf; local
2133 UInt8 *pBuf = (UInt8*) buf; local
2268 UInt8 *pBuf = (UInt8*) buf; local
2404 UInt8 *pBuf = (UInt8*) buf; local
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_jjy.c575 char *pBuf ; local
587 pBuf = up->rawbuf ;
590 pBuf = pp->a_lastcode ;
607 rc = sscanf ( pBuf, "%4d/%2d/%2d", &up->year, &up->month, &up->day ) ;
665 rc = sscanf ( pBuf, "%2d:%2d:%2d", &up->hour, &up->minute, &up->second ) ;
709 char *pBuf ; local
721 pBuf = up->rawbuf ;
724 pBuf = pp->a_lastcode ;
741 rc = sscanf ( pBuf, "J%2d%2d%2d%*1d%2d%2d%2d%1d",
781 char *pBuf ; local
926 char *pBuf ; local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c69 char FAR *pBuf; member in struct:_HOOK
107 hp->pBuf = buf;
188 pHost = (struct hostent *)pHook->pBuf;
/macosx-10.10/ruby-106/ruby/ext/win32ole/
H A Dwin32ole.c2722 OLECHAR *pBuf; local
2739 pBuf = ole_vstr2wc(svr_name);
2740 hr = CLSIDFromProgID(pBuf, &clsid);
2742 hr = CLSIDFromString(pBuf, &clsid);
2744 SysFreeString(pBuf);
2807 OLECHAR *pBuf; local
2844 pBuf = ole_vstr2wc(file);
2845 hr = LoadTypeLibEx(pBuf, REGKIND_NONE, &pTypeLib);
2846 SysFreeString(pBuf);
3235 OLECHAR *pBuf; local
3909 OLECHAR* pBuf[1]; local
4479 OLECHAR *pBuf; local
5397 OLECHAR *pBuf; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c14397 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ argument
14399 return id->pMethods->xRead(id, pBuf, amt, offset);
14401 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ argument
14403 return id->pMethods->xWrite(id, pBuf, amt, offset);
15188 static void randomFill(char *pBuf, int nByte){ argument
15190 x = SQLITE_PTR_TO_INT(pBuf);
15196 *(int*)pBuf = r;
15197 pBuf += 4;
15204 *(pBuf++) = r & 0xff;
18589 LookasideSlot *pBuf local
18713 LookasideSlot *pBuf; local
20012 sqlite3_randomness(int N, void *pBuf) argument
22568 os2Read( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
22599 os2Write( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
27538 seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt) argument
27576 unixRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
27616 seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt) argument
27655 unixWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
32676 winRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
32712 winWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
35001 sqlite3BitvecClear(Bitvec *p, u32 i, void *pBuf) argument
36022 sqlite3PCacheBufferSetup(void *pBuf, int sz, int n) argument
52044 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
52093 accessPayload( BtCursor *pCur, u32 offset, u32 amt, unsigned char *pBuf, int eOp ) argument
52237 sqlite3BtreeKey(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
52254 sqlite3BtreeData(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
59690 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
110608 setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt) argument
110677 void *pBuf = va_arg(ap, void*); /* IMP: R-26835-10964 */ local
[all...]

Completed in 612 milliseconds