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

/openbsd-current/usr.bin/cvs/
H A Dworklist.c40 struct worklist *wkl; local
43 wkl = xcalloc(1, sizeof(*wkl));
45 len = strlcpy(wkl->wkl_path, path, sizeof(wkl->wkl_path));
46 if (len >= sizeof(wkl->wkl_path))
51 SLIST_INSERT_HEAD(worklist, wkl, wkl_list);
63 struct worklist *wkl; local
70 while ((wkl = SLIST_FIRST(list)) != NULL) {
72 free(wkl);
84 struct worklist *wkl; local
91 worklist_unlink(struct worklist *wkl) argument
[all...]
/openbsd-current/usr.bin/rcs/
H A Dworklist.c45 struct worklist *wkl; local
48 wkl = xcalloc(1, sizeof(*wkl));
50 len = strlcpy(wkl->wkl_path, path, sizeof(wkl->wkl_path));
51 if (len >= sizeof(wkl->wkl_path))
56 SLIST_INSERT_HEAD(worklist, wkl, wkl_list);
68 struct worklist *wkl; local
75 while ((wkl = SLIST_FIRST(list)) != NULL) {
77 free(wkl);
89 struct worklist *wkl; local
96 worklist_unlink(struct worklist *wkl) argument
[all...]

Completed in 108 milliseconds