OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfile
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/evbppc/stand/wii/
sdmmc.c
167
sdmmc_parse(const char *fname, int *part, char **
pfile
)
176
*
pfile
= __UNCONST(fname);
179
*
pfile
= strchr(fname, ':') + 1;
181
if (*
pfile
[0] == '\0') {
182
*
pfile
= __UNCONST("/");
/src/usr.sbin/mopd/mopd/
process.c
432
u_char
pfile
[129], mopcode;
local
481
if (tmpc > sizeof(
pfile
) - 1)
484
pfile
[i] = mopGetChar(pkt,idx);
485
pfile
[i+1] = '\0';
496
snprintf(
pfile
, sizeof(
pfile
),
510
MopdDir,
pfile
);
518
src[3],src[4],src[5],trans,
pfile
);
523
src[3],src[4],src[5],trans,
pfile
);
533
src[3],src[4],src[5],
pfile
);
[
all
...]
/src/sys/stand/efiboot/
efifile.c
38
efi_file_parse(const char *fname, UINTN *pvol, const char **
pfile
)
50
*
pfile
= ep + 1;
efiblock.c
65
efi_block_parse(const char *fname, struct efi_block_part **pbpart, char **
pfile
)
79
*
pfile
= __UNCONST(fname);
85
*
pfile
= strchr(fname, ':') + 1;
88
if (*
pfile
[0] == '\0') {
89
*
pfile
= __UNCONST("/");
/src/usr.sbin/ypserv/mknetid/
mknetid.c
216
FILE *
pfile
;
local
222
if ((
pfile
= fopen(fname, "r")) == NULL)
227
(line = fparseln(
pfile
, &len, &line_no, NULL, FPARSELN_UNESCALL));
270
(void)fclose(
pfile
);
/src/usr.bin/m4/
eval.c
742
dopaste(const char *
pfile
)
747
if ((pf = fopen(
pfile
, "r")) != NULL) {
749
fprintf(active, "#line 1 \"%s\"\n",
pfile
);
/src/sbin/cgdconfig/
cgdconfig.c
253
const char *
Pfile
= NULL;
273
if (
Pfile
)
275
Pfile
= estrdup(optarg);
368
if (
Pfile
!= NULL &&
374
if (
Pfile
!= NULL && !Sflag) {
391
return generate(p, argc, argv, outfile,
Pfile
);
393
return generate_convert(p, argc, argv, outfile,
Pfile
);
784
char
pfile
[MAXPATHLEN];
local
787
strlcpy(
pfile
, dev, sizeof(
pfile
));
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026