Home | History | Annotate | Download | only in common_source

Lines Matching defs:IF

33  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39 #if 0
71 long BR; /* baud rate if lp is a tty */
75 long FC; /* flags to clear if lp is a tty */
77 long FS; /* flags to set if lp is a tty */
80 const char *IF; /* name of input filter (created per job) */
85 const char *MS; /* stty flags to set if lp is a tty */
113 int remote; /* true if sending files to a remote host */
127 * Create a TCP connection to host "rhost". If "rhost" is of the
146 if (rhost == NULL)
150 if (*ptr == '@') {
160 if (error)
175 if (s < 0)
177 if (connect(s, r->ai_addr, r->ai_addrlen) < 0) {
182 if (errno == EADDRINUSE) {
185 } else if (errno == ECONNREFUSED)
191 if (s < 0 && trial == refuse && timo <= 16) {
196 if (res)
214 if (c == EOF)
216 if (c == '\t') {
247 if (dirp == NULL)
249 if (fstat(dirp->dd_fd, &stbuf) < 0)
258 if (queue == NULL)
262 if (d->d_name[0] != 'c' || d->d_name[1] != 'f'
266 if (stat(d->d_name, &stbuf) < 0) {
272 if (q == NULL)
280 if (++nitems > arraysz) {
283 if (nqueue == NULL) {
295 if (nitems)
310 if (namelist == NULL)
313 if (namelist[i])
328 if ((*q1)->q_time < (*q2)->q_time)
330 if ((*q1)->q_time > (*q2)->q_time)
336 if (j1 == j2)
338 if ((j1 < j2 && j2-j1 < 500) || (j1 > j2 && j1-j2 > 500))
340 if ((j1 < j2 && j2-j1 > 500) || (j1 > j2 && j1-j2 < 500))
348 * as the remote machine (RM) entry (if it exists).
357 #if defined(INET6) && defined(__KAME__)
368 if (RM == NULL)
372 if (getifaddrs(&ifap) < 0) {
385 if (error) {
395 #if defined(INET6) && defined(__KAME__)
397 if (getnameinfo(res->ai_addr, res->ai_addrlen,
402 if (ifa->ifa_addr->sa_family == AF_INET6 &&
405 if (getnameinfo((struct sockaddr *)&sin6,
409 if (strcmp(rname, lname) == 0) {
429 if (n <= 0 || n > 10000)
443 if ((i = cgetent(&bp, printcapdb, pr)) == -2)
445 else if (i == -1)
447 else if (i == -3)
456 if ((dp = checkremote()) != NULL)
474 if ((dirp = opendir(spooldir)) == NULL) {
479 if (d->d_name[0] != 'c' || d->d_name[1] != 'f')
485 if (dirp != NULL)
487 if (spooldir != sd)