Searched refs:idstrlen (Results 1 – 1 of 1) sorted by relevance
1019 size_t idstrlen; /* Profile ID allocated length */ in colord_create_profile() local1033 idstrlen = strlen(printer_name) + 1 + strlen(qualifier) + 1; in colord_create_profile()1034 if ((idstr = malloc(idstrlen)) == NULL) in colord_create_profile()1036 snprintf(idstr, idstrlen, "%s-%s", printer_name, qualifier); in colord_create_profile()