Lines Matching refs:name
548 if (strncasecmp(attr, "name", 4) == 0)
788 Perror(space, "unknown control interface name '%s'", value);
799 if (strncasecmp(attr, "name", 4) == 0) {
1024 char *name;
1028 { .name = "cardinfo", .fmt = 'i', .type = SUBST_CARDINFO },
1029 { .name = "ctl", .fmt = 'C', .type = SUBST_CTL },
1030 { .name = "result", .fmt = 'c', .type = SUBST_RESULT },
1031 { .name = "attr", .fmt = 's', .type = SUBST_ATTR },
1032 { .name = "sysfsroot", .fmt = 'r', .type = SUBST_SYSFSROOT },
1033 { .name = "env", .fmt = 'E', .type = SUBST_ENV },
1034 { .name = "config", .fmt = 'g', .type = SUBST_CONFIG },
1055 for (subst = map; subst->name; subst++) {
1056 if (strncasecmp(&head[1], subst->name, strlen(subst->name)) == 0) {
1058 tail = head + strlen(subst->name)+1;
1059 dbg("will substitute format name '%s'", subst->name);
1076 for (subst = map; subst->name; subst++) {
1281 /* return non-zero if the file name has the extension ".conf" */