Symbol: templ
games/sail/dr_2.c
221
try(char command[], size_t commandl, char temp[], size_t templ, int ma, int ta,
games/sail/dr_2.c
232
(void) strlcat(temp, st, templ);
games/sail/dr_2.c
233
new = score(temp, templ, f, t, rakeme);
games/sail/dr_2.c
238
try(command, commandl, temp, templ, ma-n, ta, af, vma-n,
games/sail/dr_2.c
243
(void) strlcat(temp, "r", templ);
games/sail/dr_2.c
244
new = score(temp, templ, f, t, rakeme);
games/sail/dr_2.c
249
try(command, commandl, temp, templ, ma-1, ta-1, af, min(ma-1, maxmove(f, (dir == 8 ? 1 : dir+1), 0)), (dir == 8 ? 1 : dir+1),f,t,high,rakeme);
games/sail/dr_2.c
253
(void) strlcat(temp, "l", templ);
games/sail/dr_2.c
254
new = score(temp, templ, f, t, rakeme);
games/sail/dr_2.c
259
try(command, commandl, temp, templ, ma-1, ta-1, af, (min(ma-1,maxmove(f, (dir-1 ? dir-1 : 8), 0))), (dir-1 ? dir -1 : 8), f, t, high, rakeme);
lib/libfuse/fuse_opt.c
200
for(; o != NULL && o->templ; o++) {
lib/libfuse/fuse_opt.c
201
sep = match_opt(o->templ, opt);
lib/libfuse/fuse_opt.c
209
if (o->templ[sep] == '=')
lib/libfuse/fuse_opt.c
211
else if (o->templ[sep] == ' ') {
lib/libfuse/fuse_opt.c
215
} else if (strchr(o->templ, '%') != NULL) {
lib/libfuse/fuse_opt.c
231
} else if (strchr(o->templ, '%') == NULL) {
lib/libfuse/fuse_opt.c
234
} else if (strstr(o->templ, "%s") != NULL) {
lib/libfuse/fuse_opt.c
239
if (sscanf(opt, o->templ, data + o->off) != 1) {
lib/libfuse/fuse_opt.c
241
"option %s\n", val, o->templ);
lib/libfuse/fuse_opt.c
422
while (this_opt->templ) {
lib/libfuse/fuse_opt.c
423
if (match_opt(this_opt->templ, opt))
lib/libfuse/fuse_opt.c
74
match_opt(const char *templ, const char *opt)
lib/libfuse/fuse_opt.c
78
len = strlen(templ);
lib/libfuse/fuse_opt.c
79
sep = strcspn(templ, "=");
lib/libfuse/fuse_opt.c
82
sep = strcspn(templ, " ");
lib/libfuse/fuse_opt.c
85
if (sep < len && (templ[sep + 1] == '\0' || templ[sep + 1] == '%')) {
lib/libfuse/fuse_opt.c
86
if (strncmp(opt, templ, sep) == 0)
lib/libfuse/fuse_opt.c
92
if (strcmp(opt, templ) == 0)
lib/libfuse/fuse_opt.h
32
const char *templ;
sys/dev/usb/uaudio.c
281
char *templ;
sys/dev/usb/uaudio.c
708
uaudio_mkname(struct uaudio_softc *sc, char *templ, char *res)
sys/dev/usb/uaudio.c
718
sep = strchr(templ, '_') != NULL ? "_" : "";
sys/dev/usb/uaudio.c
725
n->templ = templ;
sys/dev/usb/uaudio.c
730
if (strcmp(n->templ, templ) == 0)
sys/dev/usb/uaudio.c
735
snprintf(res, UAUDIO_NAMEMAX, "%s", templ);
sys/dev/usb/uaudio.c
737
snprintf(res, UAUDIO_NAMEMAX, "%s%s%u", templ, sep, n->unit);
usr.bin/indent/lexi.c
57
struct templ specialsinit[] = {
usr.bin/indent/lexi.c
570
struct templ *p;
usr.bin/indent/lexi.c
591
struct templ *specials2;
usr.bin/indent/lexi.c
88
struct templ *specials = specialsinit;
usr.bin/ssh/pkcs11.h
1058
struct ck_attribute *templ,
usr.bin/ssh/pkcs11.h
1062
struct ck_attribute *templ, unsigned long count,
usr.bin/ssh/pkcs11.h
1074
struct ck_attribute *templ,
usr.bin/ssh/pkcs11.h
1079
struct ck_attribute *templ,
usr.bin/ssh/pkcs11.h
1083
struct ck_attribute *templ,
usr.bin/ssh/pkcs11.h
1228
struct ck_attribute *templ,
usr.bin/ssh/pkcs11.h
1253
struct ck_attribute *templ,
usr.bin/ssh/pkcs11.h
1260
struct ck_attribute *templ,