Symbol: nf
games/fortune/strfile/strfile.c
383
# define SET_N(nf,ch) (nf = (ch == '\n'))
games/fortune/strfile/strfile.c
384
# define IS_END(ch,nf) (ch == Delimch && nf)
lib/libc/gdtoa/strtod.c
205
for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
lib/libc/gdtoa/strtod.c
228
nf += nz;
lib/libc/gdtoa/strtod.c
238
nf += nz;
lib/libc/gdtoa/strtod.c
337
e1 = e -= nf;
lib/libc/gdtoa/strtod.c
94
e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
lib/libc/gdtoa/strtodg.c
348
int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign;
lib/libc/gdtoa/strtodg.c
427
for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
lib/libc/gdtoa/strtodg.c
450
nf += nz;
lib/libc/gdtoa/strtodg.c
460
nf += nz;
lib/libc/gdtoa/strtodg.c
550
e1 = e -= nf;
lib/libc/gen/getcap.c
1087
nfcmp(const char *nf, char *rec)
lib/libc/gen/getcap.c
1097
ret = strcmp(nf, rec);
lib/libcurses/tinfo/read_termcap.c
651
_nc_nfcmp(const char *nf, char *rec)
lib/libcurses/tinfo/read_termcap.c
660
ret = strcmp(nf, rec);
lib/libedit/map.c
1398
int nf = el->el_map.nfunc + 1;
lib/libedit/map.c
1403
if ((p = reallocarray(el->el_map.func, nf, sizeof(el_func_t))) == NULL)
lib/libedit/map.c
1406
if ((p = reallocarray(el->el_map.help, nf, sizeof(el_bindings_t)))
lib/libedit/map.c
1411
nf = el->el_map.nfunc;
lib/libedit/map.c
1412
el->el_map.func[nf] = func;
lib/libedit/map.c
1414
el->el_map.help[nf].name = name;
lib/libedit/map.c
1415
el->el_map.help[nf].func = nf;
lib/libedit/map.c
1416
el->el_map.help[nf].description = help;
lib/libelf/elf_update.c
1004
dst.d_buf = nf + ex->ex_start + scn->s_ndx * fsz;
lib/libelf/elf_update.c
718
_libelf_write_scn(Elf *e, unsigned char *nf, struct _Elf_Extent *ex)
lib/libelf/elf_update.c
776
(void) memset(nf + rc,
lib/libelf/elf_update.c
786
(void) memcpy(nf + rc,
lib/libelf/elf_update.c
812
(void) memset(nf + rc,
lib/libelf/elf_update.c
827
dst.d_buf = nf + rc;
lib/libelf/elf_update.c
845
_libelf_write_ehdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex)
lib/libelf/elf_update.c
874
dst.d_buf = nf;
lib/libelf/elf_update.c
889
_libelf_write_phdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex)
lib/libelf/elf_update.c
937
dst.d_buf = nf + ex->ex_start;
lib/libelf/elf_update.c
951
_libelf_write_shdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex)
lib/libexpat/tests/runtests.c
114
nf = srunner_ntests_failed(sr);
lib/libexpat/tests/runtests.c
117
return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
lib/libexpat/tests/runtests.c
82
int i, nf;
regress/lib/libc/regex/main.c
134
int nf;
regress/lib/libc/regex/main.c
150
nf = split(inbuf, f, MAXF, "\t\t");
regress/lib/libc/regex/main.c
151
if (nf < 3) {
regress/lib/libc/regex/main.c
155
for (i = 0; i < nf; i++)
regress/lib/libc/regex/main.c
158
if (nf <= 3)
regress/lib/libc/regex/main.c
160
if (nf <= 4)
regress/lib/libc/regex/split.c
189
register int nf;
regress/lib/libc/regex/split.c
191
nf = split(string, fields, NF, seps);
regress/lib/libc/regex/split.c
192
print(nf, NF, fields);
regress/lib/libc/regex/split.c
195
print(nf, nfp, fields)
regress/lib/libc/regex/split.c
196
int nf;
regress/lib/libc/regex/split.c
203
bound = (nf > nfp) ? nfp : nf;
regress/lib/libc/regex/split.c
204
printf("%d:\t", nf);
regress/lib/libc/regex/split.c
206
printf("\"%s\"%s", fields[fn], (fn+1 < nf) ? ", " : "\n");
regress/lib/libc/regex/split.c
213
int nf;
regress/lib/libc/regex/split.c
283
register int nf;
regress/lib/libc/regex/split.c
291
nf = split(buf, fields, RNF, tests[n].seps);
regress/lib/libc/regex/split.c
293
if (nf != tests[n].nf) {
regress/lib/libc/regex/split.c
295
tests[n].str, tests[n].seps, nf, tests[n].nf);
regress/lib/libc/regex/split.c
301
for (i = 0; i < nf && i < RNF; i++) {
regress/lib/libc/regex/split.c
314
print(nf, RNF, fields);
sbin/isakmpd/conf.c
311
struct conf_trans *node, *nf = 0;
sbin/isakmpd/conf.c
317
if (!nf)
sbin/isakmpd/conf.c
318
nf = node;
sbin/isakmpd/conf.c
320
nf = node;
sbin/isakmpd/conf.c
322
return nf ? nf->value : 0;
sys/arch/amd64/amd64/trap.c
243
caddr_t *nf = __nofault_start;
sys/arch/amd64/amd64/trap.c
244
while (*nf++ != pcb->pcb_onfault) {
sys/arch/amd64/amd64/trap.c
245
if (nf >= __nofault_end) {
sys/arch/powerpc64/dev/ipmi_opal.c
104
#define NETFN_LUN(nf,ln) (((nf) << 2) | ((ln) & LUN_MASK))
sys/dev/fdt/rkclock.c
788
uint32_t no, nr, nf;
sys/dev/fdt/rkclock.c
827
nf = freq * nr * no / 24000000;
sys/dev/fdt/rkclock.c
849
(nf - 1) << RK3288_CRU_PLL_CLKF_SHIFT);
sys/dev/ic/ar5008.c
1999
ar5008_read_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar5008.c
2009
nf[i] = MS(reg, AR9280_PHY_MINCCA_PWR);
sys/dev/ic/ar5008.c
2011
nf[i] = MS(reg, AR_PHY_MINCCA_PWR);
sys/dev/ic/ar5008.c
2012
nf[i] = SIGN_EXT(nf[i]);
sys/dev/ic/ar5008.c
2025
ar5008_write_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar5008.c
2032
reg = RW(reg, AR_PHY_MAXCCA_PWR, nf[i]);
sys/dev/ic/ar5008.c
2045
int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS];
sys/dev/ic/ar5008.c
2053
ar5008_read_noisefloor(sc, nf, nf_ext);
sys/dev/ic/ar5008.c
2057
sc->nf_hist[sc->nf_hist_cur].nf[i] = nf[i];
sys/dev/ic/ar5008.c
2068
int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS];
sys/dev/ic/ar5008.c
2073
nf[i] = sc->nf_priv[i] * 2;
sys/dev/ic/ar5008.c
2076
ar5008_write_noisefloor(sc, nf, nf_ext);
sys/dev/ic/ar5008.c
2098
nf[i] = nf_ext[i] = AR_DEFAULT_NOISE_FLOOR;
sys/dev/ic/ar5008.c
2099
ar5008_write_noisefloor(sc, nf, nf_ext);
sys/dev/ic/ar9003.c
1939
ar9003_read_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar9003.c
1948
nf[i] = MS(reg, AR_PHY_MINCCA_PWR);
sys/dev/ic/ar9003.c
1949
nf[i] = SIGN_EXT(nf[i]);
sys/dev/ic/ar9003.c
1959
ar9003_write_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
sys/dev/ic/ar9003.c
1966
reg = RW(reg, AR_PHY_MAXCCA_PWR, nf[i]);
sys/dev/ic/ar9003.c
1979
int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS];
sys/dev/ic/ar9003.c
1987
ar9003_read_noisefloor(sc, nf, nf_ext);
sys/dev/ic/ar9003.c
1991
sc->nf_hist[sc->nf_hist_cur].nf[i] = nf[i];
sys/dev/ic/ar9003.c
2002
int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS];
sys/dev/ic/ar9003.c
2007
nf[i] = sc->nf_priv[i] * 2;
sys/dev/ic/ar9003.c
2010
ar9003_write_noisefloor(sc, nf, nf_ext);
sys/dev/ic/ar9003.c
2029
nf[i] = nf_ext[i] = -50 * 2;
sys/dev/ic/ar9003.c
2030
ar9003_write_noisefloor(sc, nf, nf_ext);
sys/dev/ic/athn.c
1251
athn_cap_noisefloor(struct athn_softc *sc, int nf)
sys/dev/ic/athn.c
1255
if (nf == 0 || nf == -1) /* invalid measurement */
sys/dev/ic/athn.c
1266
if (nf < min)
sys/dev/ic/athn.c
1268
if (nf > max)
sys/dev/ic/athn.c
1271
return nf;
sys/dev/ic/athn.c
1278
int i, j, nf;
sys/dev/ic/athn.c
1289
nf = nf_sorted[j];
sys/dev/ic/athn.c
1291
nf_sorted[j - 1] = nf;
sys/dev/ic/athn.c
1312
nf_vals[n] = sc->nf_hist[cur].nf[i];
sys/dev/ic/athnvar.h
556
int16_t nf[AR_MAX_CHAINS];
sys/dev/ic/bwfmreg.h
462
int8_t nf[BWFM_ANT_MAX]; /* per antenna noise floor */
sys/dev/ic/rtw.c
4232
int n = freq / 4, nf = (freq % 4) * 2;
sys/dev/ic/rtw.c
4234
syna = LSHIFT(nf, SA2400_SYNA_NF_MASK) | LSHIFT(n, SA2400_SYNA_N_MASK);
sys/dev/ipmi.c
291
#define NETFN_LUN(nf,ln) (((nf) << 2) | ((ln) & LUN_MASK))
sys/dev/microcode/neomagic/build.c
34
struct neo_firmware nf;
sys/dev/microcode/neomagic/build.c
41
bcopy(coefficientSizes, &nf.coefficientSizes,
sys/dev/microcode/neomagic/build.c
42
sizeof nf.coefficientSizes);
sys/dev/microcode/neomagic/build.c
43
bcopy(coefficients, &nf.coefficients,
sys/dev/microcode/neomagic/build.c
44
sizeof nf.coefficients);
sys/dev/microcode/neomagic/build.c
46
rlen = write(fd, &nf, sizeof nf);
sys/dev/microcode/neomagic/build.c
49
if (rlen != sizeof nf)
sys/dev/microcode/neomagic/build.c
51
printf("created %s length %zd\n", FILENAME, sizeof nf);
sys/dev/pci/neo.c
155
static struct neo_firmware *nf;
sys/dev/pci/neo.c
365
if (nf == NULL) {
sys/dev/pci/neo.c
373
nf = (struct neo_firmware *)buf;
sys/dev/pci/neo.c
379
sz = nf->coefficientSizes[num];
sys/dev/pci/neo.c
382
ofs+= nf->coefficientSizes[num];
sys/dev/pci/neo.c
384
nm_wrbuf(sc, sc->cbuf + i, nf->coefficients[ofs + i], 1);
sys/dev/pcmcia/if_malovar.h
310
uint8_t nf;
sys/dev/usb/if_otus.c
2025
(((int32_t)letoh32(rsp.nf[i])) << 4) >> 23);
sys/dev/usb/if_otusreg.h
267
uint32_t nf[3]; /* Noisefloor. */
sys/dev/usb/if_urtw.c
3044
int actlen, flen, len, nf, rssi, s;
sys/dev/usb/if_urtw.c
3154
nf = quality;
sys/kern/sys_futex.c
334
struct futex *f, *nf;
sys/kern/sys_futex.c
345
TAILQ_FOREACH_SAFE(f, fl, ft_entry, nf) {
sys/kern/sys_futex.c
364
struct futex *f, *nf, *mf = NULL;
sys/kern/sys_futex.c
385
TAILQ_FOREACH_SAFE(f, &ofsq->fsq_list, ft_entry, nf) {
sys/kern/sys_futex.c
396
mf = nf;
sys/kern/sys_futex.c
411
nf = TAILQ_LAST(&ofsq->fsq_list, futex_list);
sys/kern/sys_futex.c
432
} while (f != nf);
sys/kern/sys_futex.c
453
struct futex *f, *nf;
sys/kern/sys_futex.c
467
TAILQ_FOREACH_SAFE(f, &fsq->fsq_list, ft_entry, nf) {
usr.bin/awk/lib.c
567
int nf = 2 * nfields;
usr.bin/awk/lib.c
570
if (n > nf)
usr.bin/awk/lib.c
571
nf = n;
usr.bin/awk/lib.c
572
s = (nf+1) * (sizeof (struct Cell *)); /* freebsd: how much do we need? */
usr.bin/awk/lib.c
573
if (s / sizeof(struct Cell *) - 1 == (size_t)nf) /* didn't overflow */
usr.bin/awk/lib.c
578
FATAL("out of space creating %d fields", nf);
usr.bin/awk/lib.c
579
makefields(nfields+1, nf);
usr.bin/awk/lib.c
580
nfields = nf;
usr.bin/awk/run.c
2389
struct files *nf;
usr.bin/awk/run.c
2391
nf = (struct files *) reallocarray(files, nnf, sizeof(*nf));
usr.bin/awk/run.c
2392
if (nf == NULL)
usr.bin/awk/run.c
2394
memset(&nf[nfiles], 0, FOPEN_MAX * sizeof(*nf));
usr.bin/awk/run.c
2396
files = nf;
usr.bin/deroff/deroff.c
1626
M(NBLK, 'n','f', nf), /* filled */
usr.bin/deroff/deroff.c
223
int nf(void);
usr.bin/indent/io.c
556
chfont(struct fstate *of, struct fstate *nf, char *s)
usr.bin/indent/io.c
558
if (of->font[0] != nf->font[0]
usr.bin/indent/io.c
559
|| of->font[1] != nf->font[1]) {
usr.bin/indent/io.c
562
if (nf->font[1]) {
usr.bin/indent/io.c
564
*s++ = nf->font[0];
usr.bin/indent/io.c
565
*s++ = nf->font[1];
usr.bin/indent/io.c
568
*s++ = nf->font[0];
usr.bin/indent/io.c
570
if (nf->size != of->size) {
usr.bin/indent/io.c
573
if (nf->size < of->size) {
usr.bin/indent/io.c
575
*s++ = '0' + of->size - nf->size;
usr.bin/indent/io.c
579
*s++ = '0' + nf->size - of->size;
usr.bin/mail/collect.c
435
FILE *nf;
usr.bin/mail/collect.c
440
nf = run_editor(fp, (off_t)-1, c, 0);
usr.bin/mail/collect.c
441
if (nf != NULL) {
usr.bin/mail/collect.c
442
fseek(nf, 0L, SEEK_END);
usr.bin/mail/collect.c
443
collf = nf;
usr.bin/mail/collect.c
459
FILE *nf;
usr.bin/mail/collect.c
469
(nf = Fdopen(fd, "w+")) == NULL) {
usr.bin/mail/collect.c
480
0, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) {
usr.bin/mail/collect.c
481
(void)Fclose(nf);
usr.bin/mail/collect.c
484
if (fsize(nf) == 0) {
usr.bin/mail/collect.c
486
(void)Fclose(nf);
usr.bin/mail/collect.c
492
(void)fseek(nf, 0L, SEEK_END);
usr.bin/mail/collect.c
493
collf = nf;
usr.bin/mail/edit.c
150
FILE *nf = NULL;
usr.bin/mail/edit.c
159
(nf = Fdopen(t, "w")) == NULL) {
usr.bin/mail/edit.c
170
(void)putc(t, nf);
usr.bin/mail/edit.c
173
(void)putc(t, nf);
usr.bin/mail/edit.c
174
(void)fflush(nf);
usr.bin/mail/edit.c
175
if (fstat(fileno(nf), &statb) == -1)
usr.bin/mail/edit.c
179
if (ferror(nf)) {
usr.bin/mail/edit.c
180
(void)Fclose(nf);
usr.bin/mail/edit.c
183
nf = NULL;
usr.bin/mail/edit.c
186
if (Fclose(nf) < 0) {
usr.bin/mail/edit.c
189
nf = NULL;
usr.bin/mail/edit.c
192
nf = NULL;
usr.bin/mail/edit.c
225
if ((nf = Fopen(tempname, "a+")) == NULL) {
usr.bin/mail/edit.c
232
return(nf);
usr.bin/sort/sort.c
630
parse_pos_obs(const char *s, size_t *nf, size_t *nc, char *sopts, size_t sopts_size)
usr.bin/sort/sort.c
642
*nc = *nf = 0;
usr.bin/sort/sort.c
663
*nf = (size_t)strtoul(f, NULL, 10);
usr.bin/vi/common/exf.c
741
int fd, nf, noname, oflags, rval;
usr.bin/vi/common/exf.c
918
p = msg_print(sp, name, &nf);
usr.bin/vi/common/exf.c
958
if (nf)
usr.bin/vi/common/msg.c
196
int nf, sv_errno;
usr.bin/vi/common/msg.c
205
p = msg_print(sp, str, &nf);
usr.bin/vi/common/msg.c
208
if (nf)
usr.bin/vi/common/options.c
412
int ch, equals, nf, nf2, offset, qmark, rval;
usr.bin/vi/common/options.c
560
p = msg_print(sp, name, &nf);
usr.bin/vi/common/options.c
575
if (nf)
usr.bin/vi/common/options.c
583
badnum: p = msg_print(sp, name, &nf);
usr.bin/vi/common/options.c
587
if (nf)
usr.bin/vi/ex/ex_read.c
302
int nf, rval;
usr.bin/vi/ex/ex_read.c
338
p = msg_print(sp, name, &nf);
usr.bin/vi/ex/ex_read.c
341
if (nf)
usr.bin/vi/ex/ex_shell.c
147
int nf, pstat;
usr.bin/vi/ex/ex_shell.c
168
p = msg_print(sp, cmd, &nf);
usr.bin/vi/ex/ex_shell.c
174
if (nf)
usr.bin/vi/ex/ex_shell.c
190
p = msg_print(sp, cmd, &nf);
usr.bin/vi/ex/ex_shell.c
195
if (nf)
usr.bin/vi/vi/v_txt.c
2126
int ac, nf, reset;
usr.bin/vi/vi/v_txt.c
2175
p = msg_print(sp, av[0]->bp + prefix, &nf);
usr.bin/vi/vi/v_txt.c
2180
if (nf)
usr.bin/vi/vi/v_txt.c
2196
p = msg_print(sp, argv[base]->bp + prefix, &nf);
usr.bin/vi/vi/v_txt.c
2198
if (nf)
usr.sbin/bgpd/bgpd.c
604
struct flowspec_config *f, *nf;
usr.sbin/bgpd/bgpd.c
665
RB_FOREACH_SAFE(f, flowspec_tree, &conf->flowspecs, nf) {
usr.sbin/bgpd/config.c
149
struct flowspec_config *f, *nf;
usr.sbin/bgpd/config.c
151
RB_FOREACH_SAFE(f, flowspec_tree, flowspecs, nf) {
usr.sbin/crunchgen/crunchgen.c
231
void parse_line(char *line, int *fc, char **fv, int nf);
usr.sbin/crunchgen/crunchgen.c
315
parse_line(char *line, int *fc, char **fv, int nf)
usr.sbin/crunchgen/crunchgen.c
327
if (*fc < nf)
usr.sbin/lpd/lp.c
184
CGETSTR(nf);