Home | History | Annotate | Download | only in camera

Lines Matching defs:wrk

1014     const char* wrk = new_par;
1017 const char* next = strchr(wrk, ';');
1019 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk);
1035 wrk = next + 1;
1036 next = strchr(wrk, ';');