Lines Matching defs:what
48 const char *what;
57 what = "share";
61 what = "dns";
65 what = "cookie";
75 printf("lock: double locked %s\n", what);
80 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
87 const char *what;
93 what = "share";
97 what = "dns";
101 what = "cookie";
111 printf("unlock: double unlocked %s\n", what);
116 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter);