Home
last modified time | relevance | path

Searched refs:thisfile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dch.c31 * The circular list is anchored by the file state "thisfile".
64 #define ch_bufhead thisfile->buflist.next
65 #define ch_buftail thisfile->buflist.prev
66 #define ch_nbufs thisfile->nbufs
67 #define ch_block thisfile->block
68 #define ch_offset thisfile->offset
69 #define ch_fpos thisfile->fpos
70 #define ch_fsize thisfile->fsize
71 #define ch_flags thisfile->flags
72 #define ch_file thisfile
124 static struct filestate *thisfile; global() variable
[all...]
/freebsd/crypto/openssl/test/
H A Dp_test.c38 char *thisfile; member
152 p_set_error(ERR_LIB_PROV, 3, ctx->thisfile, OPENSSL_LINE, in p_get_params()
272 ctx->thisfile = strdup(OPENSSL_FILE); in OSSL_provider_init()
280 p_set_error(ERR_LIB_PROV, 2, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc, in OSSL_provider_init()
303 p_set_error(ERR_LIB_PROV, 1, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc, NULL); in OSSL_provider_init()
317 free(ctx->thisfile); in p_teardown()