Searched refs:iter2 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/hal/utils/ |
H A D | printer.c | 59 char *t, *u, *iter2 = NULL; in ieee1284_devid_to_printer_info() local 61 if ((t = (char *)strtok_r(s, ":\n", &iter2)) == NULL) in ieee1284_devid_to_printer_info() 64 if ((u = (char *)strtok_r(NULL, ":\n", &iter2)) == NULL) in ieee1284_devid_to_printer_info()
|
/titanic_50/usr/src/cmd/print/printer-info/ |
H A D | printer-info.c | 75 char *t, *u, *iter2 = NULL; in get_printer_description() local 77 if ((t = (char *)strtok_r(s, ":\n", &iter2)) == NULL) in get_printer_description() 80 if ((u = (char *)strtok_r(NULL, ":\n", &iter2)) == NULL) in get_printer_description()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnreaddir.c | 562 void *iter2; in syntax_attrs_equal() local 570 val1 = fn_attribute_first(attr, &iter2); in syntax_attrs_equal()
|