Searched refs:token_ptr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_copyright.c199 const char *token_ptr = NULL; local
204 for (token_ptr = str; token_ptr < str + len; ++token_ptr) {
205 if (is_token_delimiter(*token_ptr) && !token_index) continue;
213 token_buffer[token_index++] = *token_ptr;
214 if (is_token_break(token_ptr)) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dkexgssc.c56 gss_buffer_desc recv_tok, gssbuf, msg_tok, *token_ptr; local
132 token_ptr = GSS_C_NO_BUFFER;
138 kex->gss_deleg_creds, token_ptr, &send_tok,
151 if (token_ptr != GSS_C_NO_BUFFER)
234 token_ptr = &recv_tok;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1599 IOHIDSystem::extRegisterVirtualDisplay(void* token_ptr,void*,void*,void*,void*,void*) argument
1602 if (token_ptr) {
1604 UInt64 *token = (UInt64 *)token_ptr;
1774 IOHIDSystem::extUnregisterVirtualDisplay(void* token_ptr,void*,void*,void*,void*,void*) argument
1777 uintptr_t token = (uintptr_t)token_ptr;
1848 IOHIDSystem::extSetVirtualDisplayBounds(void* token_ptr,void* minx,void* maxx,void* miny,void* maxy,void*) argument
1851 uintptr_t token = (uintptr_t)token_ptr;

Completed in 148 milliseconds