Lines Matching defs:temp
112 char *temp;
119 uuid_to_string(&uuid, &temp, &status);
121 len = strlen(temp) + 2;
123 snprintf(id, len, "2%s", temp);
125 free(temp);
130 char temp[256];
135 temp[0] = '2';
136 temp[1] = '\0';
137 uuid_unparse_lower(uuid, &temp[1]);
139 id = strdup (temp);
146 char temp[256];
224 sprintf (temp, "1%s%.13ld%.10ld%.4d", address, (long)time((Time_t*)0),
230 id = strdup (temp);