Home | History | Annotate | Download | only in camera

Lines Matching refs:wrk

1271     const char* wrk = new_par;
1274 const char* next = strchr(wrk, ';');
1276 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk);
1292 wrk = next + 1;
1293 next = strchr(wrk, ';');