/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | entries.c | 969 FILE *newf; in base_walk() local 975 newf = NULL; in base_walk() 1008 newf = CVS_FOPEN (CVSADM_BASEREVTMP, "w"); in base_walk() 1009 if (newf == NULL) in base_walk() 1066 if (fprintf (newf, "%s\n", line) < 0) in base_walk() 1082 if (fprintf (newf, "B%s/%s/\n", finfo->file, *rev) < 0) in base_walk() 1097 if (newf != NULL) in base_walk() 1099 if (fclose (newf) < 0) in base_walk()
|
H A D | client.c | 2566 FILE *newf; in notified_a_file() local 2611 newf = xfopen (CVSADM_NOTIFYTMP, "w"); in notified_a_file() 2612 if (fputs (line, newf) < 0) in notified_a_file() 2620 while ((nwritten = fwrite (p, sizeof *p, nread, newf)) > 0) in notified_a_file() 2625 if (ferror (newf)) in notified_a_file() 2636 if (fclose (newf) < 0) in notified_a_file() 2658 (void)fclose (newf); in notified_a_file()
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | write.c | 1509 fragS *newf; in compress_debug() local 1512 newf = frag_alloc (ob); in compress_debug() 1513 newf->fr_type = rs_fill; in compress_debug() 1514 last_newf->fr_next = newf; in compress_debug() 1515 last_newf = newf; in compress_debug() 2643 struct frag *newf; in relax_segment() local 2645 newf = frag_alloc (ob); in relax_segment() 2648 memcpy (newf, fragP, SIZEOF_STRUCT_FRAG); in relax_segment() 2649 memcpy (newf->fr_literal, in relax_segment() 2652 newf->fr_type = rs_fill; in relax_segment() [all …]
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | write.c | 1530 fragS *newf; in compress_debug() local 1533 newf = frag_alloc (ob); in compress_debug() 1534 newf->fr_type = rs_fill; in compress_debug() 1535 last_newf->fr_next = newf; in compress_debug() 1536 last_newf = newf; in compress_debug() 2903 struct frag *newf; in relax_segment() local 2905 newf = frag_alloc (ob); in relax_segment() 2908 memcpy (newf, fragP, SIZEOF_STRUCT_FRAG); in relax_segment() 2909 memcpy (newf->fr_literal, in relax_segment() 2912 newf->fr_type = rs_fill; in relax_segment() [all …]
|
/dflybsd-src/sys/net/pf/ |
H A D | pf_table.c | 1820 pfr_setflags_ktable(struct pfr_ktable *kt, int newf) in pfr_setflags_ktable() argument 1824 if (!(newf & PFR_TFLAG_REFERENCED) && in pfr_setflags_ktable() 1825 !(newf & PFR_TFLAG_PERSIST)) in pfr_setflags_ktable() 1826 newf &= ~PFR_TFLAG_ACTIVE; in pfr_setflags_ktable() 1827 if (!(newf & PFR_TFLAG_ACTIVE)) in pfr_setflags_ktable() 1828 newf &= ~PFR_TFLAG_USRMASK; in pfr_setflags_ktable() 1829 if (!(newf & PFR_TFLAG_SETMASK)) { in pfr_setflags_ktable() 1840 if (!(newf & PFR_TFLAG_ACTIVE) && kt->pfrkt_cnt) { in pfr_setflags_ktable() 1844 if (!(newf & PFR_TFLAG_INACTIVE) && kt->pfrkt_shadow != NULL) { in pfr_setflags_ktable() 1848 kt->pfrkt_flags = newf; in pfr_setflags_ktable()
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | x509_vfy.h | 294 #define X509_STORE_get_ex_new_index(l, p, newf, dupf, freef) \ argument 296 (newf), (dupf), (freef))
|
H A D | ec.h | 979 #define EC_KEY_get_ex_new_index(l, p, newf, dupf, freef) \ argument 980 CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_EC_KEY, l, p, newf, dupf, freef)
|
/dflybsd-src/test/stress/fsstress/ |
H A D | fsstress.c | 2253 pathname_t newf; in rename_f() local 2271 init_pathname(&newf); in rename_f() 2272 e = generate_fname(dfep, flp - flist, &newf, &id, &v1); in rename_f() 2280 free_pathname(&newf); in rename_f() 2284 e = rename_path(&f, &newf) < 0 ? errno : 0; in rename_f() 2296 newf.path, e); in rename_f() 2297 free_pathname(&newf); in rename_f()
|