Searched refs:to_p (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsecurity.c149 char *to_p = to; local
154 code = Curl_read_plain(fd, to_p, len, &nread);
157 to_p += nread;
177 const char *to_p = to; local
182 code = Curl_write_plain(conn, fd, to_p, len, &written);
185 to_p += written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c1262 const char *to, *to_p; local
1272 case 0: to = "variable"; to_p = ""; break;
1273 case 1: to = "function"; to_p = "()"; break;
1274 default: to = "(unknown reference)"; to_p = ""; break;
1284 tosym, to_p);
1296 to, prl_to, tosym, to_p,
1310 fromsym, to, prl_to, tosym, to_p);
1323 fromsym, to, to, tosym, to_p, prl_to, tosym);
1335 fromsym, to, prl_to, tosym, to_p);
1352 to, prl_to, tosym, to_p,
[all...]

Completed in 27 milliseconds