HelenOS sources

get_indent         81 uspace/app/usbinfo/dump.c 		printf("%s", get_indent(indent));
get_indent         89 uspace/app/usbinfo/dump.c 				printf("%s", get_indent(indent));
get_indent        100 uspace/app/usbinfo/dump.c 	usb_dump_standard_descriptor(stdout, get_indent(0), "\n",
get_indent        132 uspace/app/usbinfo/dump.c 	printf("%s%s (0x%02X):\n", get_indent(depth), name, type);
get_indent        133 uspace/app/usbinfo/dump.c 	usb_dump_standard_descriptor(stdout, get_indent(depth), "\n",
get_indent         79 uspace/app/usbinfo/hid.c 	printf("%sHID report descriptor for interface %d", get_indent(0),
get_indent         84 uspace/app/usbinfo/hid.c 			printf("\n%s", get_indent(1));
get_indent        102 uspace/app/usbinfo/hid.c 	    get_indent(0), iface_no);
get_indent        105 uspace/app/usbinfo/hid.c 		printf("%sReport %d (type %d)\n", get_indent(1),
get_indent        111 uspace/app/usbinfo/hid.c 			    get_indent(2),
get_indent         49 uspace/app/usbinfo/info.c 	printf("%sDevice 0x%04x by vendor 0x%04x\n", get_indent(0),
get_indent         76 uspace/app/usbinfo/info.c 	    get_indent(0),
get_indent         86 uspace/app/usbinfo/info.c 	dump_match_ids(&matches, get_indent(1));
get_indent         96 uspace/app/usbinfo/info.c 	printf("%sDevice match ids (0x%04x by 0x%04x, %s)\n", get_indent(0),
get_indent        100 uspace/app/usbinfo/info.c 	dump_match_ids(&matches, get_indent(1));
get_indent        177 uspace/app/usbinfo/info.c 	const char *indent = get_indent(depth + 1);
get_indent        193 uspace/app/usbinfo/info.c 				    get_indent(depth +2), "\n", \
get_indent        329 uspace/app/usbinfo/info.c 	printf("%sString languages (%zu):", get_indent(0), langs_count);
get_indent        340 uspace/app/usbinfo/info.c 		printf("%sStrings in %s:\n", get_indent(0),
get_indent        354 uspace/app/usbinfo/info.c 				    get_indent(1), idx, str_error(rc));
get_indent        357 uspace/app/usbinfo/info.c 			printf("%sString #%zu: \"%s\"\n", get_indent(1),
get_indent        376 uspace/app/usbinfo/info.c 		    get_indent(0), str_error(rc));
get_indent        379 uspace/app/usbinfo/info.c 		    get_indent(0), status,
get_indent        392 uspace/app/usbinfo/info.c 		    get_indent(0), str_error(rc));
get_indent        395 uspace/app/usbinfo/info.c 		    get_indent(0), status,
get_indent         52 uspace/app/usbinfo/usbinfo.h extern const char *get_indent(size_t);
HelenOS homepage, sources at GitHub