Home
last modified time | relevance | path

Searched refs:xStr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.sbin/lpr/common_source/
HDctlinfo.c227 #define FREESTR(xStr) \ in ctl_freeinf() argument
228 if (xStr != NULL) { \ in ctl_freeinf()
229 free(xStr); \ in ctl_freeinf()
230 xStr = NULL;\ in ctl_freeinf()
805 #define PRINTSTR(xHdr,xStr) \ in ctl_dumpcji() argument
806 astr = xStr; \ in ctl_dumpcji()
HDcommon.c569 #define UPD_EOSTAT(xStr) do { \ in trstat_write() argument
570 eostat = strchr(xStr, '\0'); \ in trstat_write()
571 remspace = eostat - xStr; \ in trstat_write()