Lines Matching defs:tmp

119 	char *tmp = NULL;
126 tmp = snmp_get_string(hostname, community,
128 if (tmp != NULL) {
129 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
131 free(tmp);
147 char *tmp = NULL;
154 tmp = snmp_get_string(hostname, community,
156 if (tmp != NULL) {
157 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
159 free(tmp);
175 char *tmp = NULL;
182 tmp = snmp_get_string(hostname, community,
184 if (tmp != NULL) {
185 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
187 free(tmp);
203 char *tmp = NULL;
221 tmp = snmp_get_string(hostname, community,
223 if (tmp != NULL) {
224 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
226 free(tmp);
265 char *tmp = NULL;
274 tmp = snmp_get_string(hostname, community,
276 if (tmp != NULL) {
277 rc = hrDeviceDesc_to_info(tmp, manufacturer, model,
279 free(tmp);
284 tmp = snmp_get_string(hostname, community,
286 if (tmp == NULL)
287 tmp = snmp_get_string(hostname, community,
289 if (tmp != NULL)
290 *uri = tmp;
302 char *tmp = NULL;
309 tmp = snmp_get_string(hostname, community,
311 if (tmp != NULL) {
312 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
314 free(tmp);
330 char *tmp = NULL;
337 tmp = snmp_get_string(hostname, community,
339 if (tmp != NULL) {
340 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
342 free(tmp);
358 char *tmp = NULL;
364 tmp = snmp_get_string(hostname, community,
366 if (tmp != NULL) {
367 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
369 free(tmp);
381 char *tmp = NULL;
412 char *tmp = NULL;
414 tmp = snmp_get_string(hostname, community,
416 if (tmp != NULL) {
417 rc = hrDeviceDesc_to_info(tmp, manufacturer, model,
419 free(tmp);
430 char *tmp = NULL;