Searched refs:writestr (Results 1 – 5 of 5) sorted by relevance
37 # define writestr(str) write(2, str, sizeof(str) - 1) macro45 # define writestr(str) std::fputs(str, stderr) macro48 # define writestr(str) /* Empty */ macro54 writestr ("pure virtual method called\n"); in __cxa_pure_virtual()
88 static char writestr[] = "Hello kernel!"; variable110 len = strlen(writestr) + 1; in main()113 if (write(kernel_fd, writestr, len) == -1) { in main()116 printf("Written \"%s\" string to device /dev/" CDEV_DEVICE "\n", writestr); in main()
69 * libsupc++/vterminate.cc (writestr): Use __builtin_strlen.84 writestr macro. Slight reword to explanatory text.
5681 * libsupc++/pure.cc (writestr): Just use cstdio and std::fputs.
2477 * libsupc++/pure.cc (writestr): Define to nothing when