Searched refs:addnl (Results 1 – 2 of 2) sorted by relevance
36 static struct namelist *addnl(struct namelist *, struct namelist *);105 $$ = addnl($1, $3); 526 addnl(struct namelist *n1, struct namelist *n2) in addnl() function
511 int success, addnl = 0; in add_host_to_hostfile() local521 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()