Lines Matching defs:temp
841 char *temp;
873 temp = linepos;
906 temp[0] = '\0';
922 temp = strchr(linepos, '"');
923 if (temp && temp[-1] == '\\') {
924 linepos = temp + 1;
929 if (!temp)
931 temp[0] = '\0';
932 temp++;
936 *line = temp;
1006 char temp[PATH_SIZE];
1049 strlcpy(temp, head+2, sizeof(temp));
1050 strlcpy(head+1, temp, maxsize);
1068 strlcpy(temp, head+2, sizeof(temp));
1069 strlcpy(head+1, temp, maxsize);
1090 strlcpy(temp, tail, sizeof(temp));
1214 strlcat(string, temp, maxsize);
1291 char *key, *value, *attr, *temp;
1354 temp = (char *)elemid_get(space, attr);
1355 dbg("ctl match: '%s' '%s' '%s'", attr, value, temp);
1356 if (!do_match(key, op, value, temp))
1422 temp = (char *)cardinfo_get(space, attr);
1423 if (!do_match(key, op, value, temp))
1442 temp = sysfs_attr_get_value(pair->value, attr);
1443 if (!do_match(key, op, value, temp))
1458 temp = getenv(attr);
1459 dbg("env: '%s' '%s'", attr, temp);
1460 if (!do_match(key, op, value, temp))