Searched refs:pThis (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/telnet/telnet/
H A Dutilities.c134 unsigned char *pThis;
142 pThis = buffer;
145 while (pThis < buffer) {
147 (((*pThis)&0xff) == 0xff) ? '*' : ' ',
148 (*pThis)&0xff);
149 pThis++;
155 while (pThis < buffer) {
156 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
157 pThis++;
133 unsigned char *pThis; local
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c99 unsigned char *pThis;
107 pThis = buffer;
110 while (pThis < buffer) {
112 (((*pThis)&0xff) == 0xff) ? '*' : ' ',
113 (*pThis)&0xff);
114 pThis++;
120 while (pThis < buffer) {
121 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
122 pThis++;
98 unsigned char *pThis; local
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c145855 char *pThis = 0; local
176838 JsonNode *pThis = &p->sParse.aNode[p->i]; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c117637 char *pThis = 0; local
[all...]

Completed in 761 milliseconds