Home | History | Annotate | Download | only in camera

Lines Matching defs:wrk

1010   const char* wrk = new_par;
1013 const char* next = strchr(wrk, ';');
1015 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next - wrk), wrk);
1032 wrk = next + 1;
1033 next = strchr(wrk, ';');