Searched refs:sb_new (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/binutils/gas/
H A Dsb.h70 extern void sb_new (sb *);
H A Dmacro.c462 sb_new (&formal->name);
463 sb_new (&formal->def);
464 sb_new (&formal->actual);
515 sb_new (&qual);
624 sb_new (&macro->sub);
625 sb_new (&name);
764 sb_new (&t);
996 sb_new (&t);
1222 sb_new (&line_sb);
1226 sb_new (expan
[all...]
H A Dsb.c36 sb_new (&foo);
85 sb_new (sb *ptr) function
H A Dinput-scrub.c280 sb_new (&from_sb);
H A Dread.c1022 sb_new (&sbuf);
2172 sb_new (&s);
2177 sb_new (&out);
2508 sb_new (&s);
2517 sb_new (&label);
2923 sb_new (&one);
2930 sb_new (&many);
5723 sb_new (&newline);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_leapsec.c504 struct stat sb_new; local
512 if (0 != stat(fname, &sb_new)) {
522 && sb_old->st_mtime == sb_new.st_mtime
523 && sb_old->st_ctime == sb_new.st_ctime
526 *sb_old = sb_new;

Completed in 74 milliseconds