OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_pw_fp
(Results
1 - 2
of
2
) sorted by relevancy
/src/distrib/utils/libhack/
getpwent.c
77
static FILE *
_pw_fp
;
variable in typeref:typename:FILE *
90
if ((!
_pw_fp
&& !pwstart()) ||
102
if (!
_pw_fp
&& !pwstart())
186
if (
_pw_fp
) {
187
(void)fclose(
_pw_fp
);
188
_pw_fp
= NULL;
197
if (
_pw_fp
) {
198
rewind(
_pw_fp
);
201
return (
_pw_fp
= fopen(_PATH_MASTERPASSWD, "r")) ? 1 : 0;
213
if (!fgets(buf, bufsiz,
_pw_fp
)) {
[
all
...]
/src/usr.sbin/mtree/
getid.c
106
static FILE *
_pw_fp
;
variable in typeref:typename:FILE *
341
if (
_pw_fp
) {
342
(void)fclose(
_pw_fp
);
343
_pw_fp
= NULL;
352
if (
_pw_fp
) {
353
rewind(
_pw_fp
);
358
_pw_fp
= fopen(pwfile, "r");
359
if (
_pw_fp
!= NULL)
373
if (!fgets(pwline, sizeof(pwline),
_pw_fp
)) {
382
while ((ch = getc(
_pw_fp
)) != '\n' && ch != EOF
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025