Lines Matching defs:subst
1038 const struct subst_map *subst;
1055 for (subst = map; subst->name; subst++) {
1056 if (strncasecmp(&head[1], subst->name, strlen(subst->name)) == 0) {
1057 type = subst->type;
1058 tail = head + strlen(subst->name)+1;
1059 dbg("will substitute format name '%s'", subst->name);
1076 for (subst = map; subst->name; subst++) {
1077 if (tail[0] == subst->fmt) {
1078 type = subst->type;
1080 dbg("will substitute format char '%c'", subst->fmt);