Symbol: filepath
regress/lib/libtls/signer/signertest.c
58
char *filepath;
regress/lib/libtls/signer/signertest.c
65
if (asprintf(&filepath, "%s/%s", cert_path, filename) == -1)
regress/lib/libtls/signer/signertest.c
67
if ((fd = open(filepath, O_RDONLY)) == -1)
regress/lib/libtls/signer/signertest.c
68
err(1, "failed to open '%s'", filepath);
regress/lib/libtls/signer/signertest.c
70
err(1, "failed to stat '%s'", filepath);
regress/lib/libtls/signer/signertest.c
72
err(1, "file size invalid for '%s'", filepath);
regress/lib/libtls/signer/signertest.c
78
err(1, "failed to read '%s'", filepath);
regress/lib/libtls/signer/signertest.c
84
free(filepath);
usr.sbin/rbootd/rmpproto.c
278
char *filename, filepath[RMPBOOTDATA+1];
usr.sbin/rbootd/rmpproto.c
308
dst1 = filepath;
usr.sbin/rbootd/rmpproto.c
329
if ((filename = strrchr(filepath,'/')) != NULL)
usr.sbin/rbootd/rmpproto.c
332
filename = filepath;
usr.sbin/rpki-client/extern.h
609
struct filepath;
usr.sbin/rpki-client/extern.h
610
RB_HEAD(filepath_tree, filepath);
usr.sbin/rpki-client/repo.c
120
RB_ENTRY(filepath) entry;
usr.sbin/rpki-client/repo.c
127
filepathcmp(const struct filepath *a, const struct filepath *b)
usr.sbin/rpki-client/repo.c
132
RB_PROTOTYPE(filepath_tree, filepath, entry, filepathcmp);
usr.sbin/rpki-client/repo.c
141
struct filepath *fp, *rfp;
usr.sbin/rpki-client/repo.c
1689
struct filepath *fp, *nfp;
usr.sbin/rpki-client/repo.c
169
static struct filepath *
usr.sbin/rpki-client/repo.c
172
struct filepath needle = { .file = file };
usr.sbin/rpki-client/repo.c
1745
struct filepath *fp, *nfp, *ofp;
usr.sbin/rpki-client/repo.c
192
struct filepath *fp;
usr.sbin/rpki-client/repo.c
203
filepath_put(struct filepath_tree *tree, struct filepath *fp)
usr.sbin/rpki-client/repo.c
216
struct filepath *fp, *nfp;
usr.sbin/rpki-client/repo.c
222
RB_GENERATE(filepath_tree, filepath, entry, filepathcmp);
usr.sbin/rpki-client/repo.c
961
struct filepath *fp;