Searched refs:wantedhost (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c117 if (jspec->wantedhost != NULL)
122 if (jspec->wantedhost != NULL)
123 strsize += strlen(jspec->wantedhost);
128 if (jspec->wantedhost != NULL)
129 strlcat(jspec->fmtoutput, jspec->wantedhost, strsize);
142 if (jspec->wantedhost != NULL) {
153 if (jspec->wantedhost != NULL)
154 strsize += strlen(jspec->wantedhost);
159 if (jspec->wantedhost != NULL)
160 strlcat(jspec->fmtoutput, jspec->wantedhost, strsiz
[all...]
H A Dmatchjobs.h48 char *wantedhost; member in struct:jobspec

Completed in 102 milliseconds