Home
last modified time | relevance | path

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

/openbsd/usr.bin/rdist/
H A Dgram.y36 static struct namelist *addnl(struct namelist *, struct namelist *);
105 $$ = addnl($1, $3);
526 addnl(struct namelist *n1, struct namelist *n2) in addnl() function
/openbsd/usr.bin/ssh/
H A Dhostfile.c511 int success, addnl = 0; in add_host_to_hostfile() local
521 addnl = 1; in add_host_to_hostfile()
522 if (fseek(f, 0L, SEEK_END) != 0 || (addnl && fputc('\n', f) != '\n')) { in add_host_to_hostfile()