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

/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dprogressfunc.c38 struct myprogress *myp = (struct myprogress *)p; local
39 CURL *curl = myp->curl;
47 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) {
48 myp->lastruntime = curtime;
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c21 char *myp; local
32 myp = strrchr( the_pathp, '/' );
33 *(myp + 1) = 0x00;
H A Dtests.c5352 char *myp; local
5363 myp = the_namep;
5364 *(myp) = (char)0x00;

Completed in 180 milliseconds