Lines Matching defs:buf
62 static const char *keyval(const char *str, const char **val, char *buf, size_t size) {
65 strscpy(buf, size,str);
66 pos = strchr(buf, '=');
72 return buf;
135 char buf[UTIL_PATH_SIZE];
169 key = keyval(optarg, &val, buf, sizeof(buf));
173 key = keyval(optarg, &val, buf, sizeof(buf));
177 key = keyval(optarg, &val, buf, sizeof(buf));