OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nc_file
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
getnetconfig.c
144
static FILE *
nc_file
; /* for netconfig db */
variable in typeref:typename:FILE *
220
* For multiple calls, i.e.
nc_file
is not NULL, we just return the
224
if ((
nc_file
!= NULL) || (
nc_file
= fopen(NETCONFIG, "re")) != NULL) {
256
if (ncp == NULL ||
nc_file
== NULL) {
311
if (fgets(stringp, MAXNETCONFIGLINE,
nc_file
) == NULL) {
409
fclose(
nc_file
);
410
nc_file
= NULL;
Completed in 39 milliseconds
Indexes created Sun Oct 26 13:09:57 GMT 2025