OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfp
(Results
1 - 12
of
12
) sorted by relevancy
/src/usr.bin/config/
mkheaders.c
475
FILE *tfp, *
nfp
;
local
480
if ((
nfp
= fopen(nfname, "r")) == NULL)
484
if (fgets(nbuf, sizeof(nbuf),
nfp
) == NULL) {
498
if (fgets(nbuf, sizeof(nbuf),
nfp
) != NULL) {
505
(void) fclose(
nfp
);
515
if (
nfp
)
516
(void) fclose(
nfp
);
/src/tests/lib/libc/regex/
split.c
224
print(int nf, int
nfp
, char *fields)
229
bound = (nf >
nfp
) ?
nfp
: nf;
/src/sys/kern/
uipc_syscalls.c
1635
file_t *
nfp
= NULL;
local
1653
error = fd_allocfile(&
nfp
, &fd);
1673
mutex_enter(&
nfp
->f_lock);
1674
nfp
->f_count++;
1675
mutex_exit(&
nfp
->f_lock);
1676
fd_abort(curlwp->l_proc,
nfp
, fd);
1683
nfp
->f_socket = so;
1684
nfp
->f_flag = FREAD|FWRITE;
1685
nfp
->f_ops = &socketops;
1686
nfp
->f_type = DTYPE_SOCKET
[
all
...]
vfs_syscalls.c
2163
file_t *
nfp
;
local
2188
if ((error = fd_allocfile(&
nfp
, &indx)) != 0)
2190
fp =
nfp
;
/src/sys/netinet/
ip_reass.c
475
ipfr_queue_t *fp, *
nfp
;
local
482
for (fp = LIST_FIRST(&ip_frags[i]); fp != NULL; fp =
nfp
) {
485
nfp
= LIST_NEXT(fp, ipq_q);
/src/usr.sbin/sysinst/
util.c
1973
FILE *fp, *
nfp
;
local
2010
nfp
= fdopen(fd, "w");
2011
if (!
nfp
) {
2025
scripting_fprintf(
nfp
, "%s", buf);
2029
scripting_fprintf(
nfp
, "%s", buf);
2033
fclose(
nfp
);
/src/tools/host-mkdep/
configure
281
-
nfp
| --
nfp
| --nf)
/src/lib/librumpuser/
configure
919
-
nfp
| --
nfp
| --nf)
1955
| -enable-* | --enable-* | -gas | --g* | -
nfp
| --nf* \
/src/sys/fs/nfs/server/
nfs_nfsdport.c
2772
nfsd_fhtovp(struct nfsrv_descript *nd, struct nfsrvfh *
nfp
, int lktype,
2780
fhp = (fhandle_t *)
nfp
->nfsrvfh_data;
/src/tools/make/
configure
908
-
nfp
| --
nfp
| --nf)
1822
| -enable-* | --enable-* | -gas | --g* | -
nfp
| --nf* \
/src/tools/compat/
configure
939
-
nfp
| --
nfp
| --nf)
1982
| -enable-* | --enable-* | -gas | --g* | -
nfp
| --nf* \
/src/sys/external/isc/libsodium/dist/
configure
1082
-
nfp
| --
nfp
| --nf)
2128
| -enable-* | --enable-* | -gas | --g* | -
nfp
| --nf* \
Completed in 856 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026