Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/lpr/common_source/
H A Dctlinfo.c229 #define FREESTR(xStr) \ in ctl_freeinf() argument
230 if (xStr != NULL) { \ in ctl_freeinf()
231 free(xStr); \ in ctl_freeinf()
232 xStr = NULL;\ in ctl_freeinf()
809 #define PRINTSTR(xHdr,xStr) \ in ctl_dumpcji() argument
810 astr = xStr; \ in ctl_dumpcji()
H A Dcommon.c573 #define UPD_EOSTAT(xStr) do { \ in trstat_write() argument
574 eostat = strchr(xStr, '\0'); \ in trstat_write()
575 remspace = eostat - xStr; \ in trstat_write()