HomeSort by: relevance | last modified time | path
    Searched defs:p_temp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/npf/
npf_socket.c 153 uint16_t p_temp; local
155 p_temp = sport;
157 dport = p_temp;
216 uint16_t p_temp; local
218 p_temp = sport;
220 dport = p_temp;
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 3217 const char *p = line, *p1, *p2, *p3, *p_temp; local
3364 p_temp = strchr (p1 + 1, ';');
3365 if (p_temp)
3366 p = p_temp;
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 3213 const char *p = line, *p1, *p2, *p3, *p_temp; local
3360 p_temp = strchr (p1 + 1, ';');
3361 if (p_temp)
3362 p = p_temp;

Completed in 33 milliseconds