Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dbasenc.c280 } ctx; member
302 base64_decode_ctx_init_wrapper (struct base_decode_context *ctx) in base64_decode_ctx_init_wrapper()
308 base64_decode_ctx_wrapper (struct base_decode_context *ctx, in base64_decode_ctx_wrapper()
318 init_inbuf (struct base_decode_context *ctx) in init_inbuf()
325 prepare_inbuf (struct base_decode_context *ctx, idx_t inlen) in prepare_inbuf()
360 base64url_decode_ctx_init_wrapper (struct base_decode_context *ctx) in base64url_decode_ctx_init_wrapper()
368 base64url_decode_ctx_wrapper (struct base_decode_context *ctx, in base64url_decode_ctx_wrapper()
408 base32_decode_ctx_init_wrapper (struct base_decode_context *ctx) in base32_decode_ctx_init_wrapper()
414 base32_decode_ctx_wrapper (struct base_decode_context *ctx, in base32_decode_ctx_wrapper()
487 base32hex_decode_ctx_init_wrapper (struct base_decode_context *ctx) in base32hex_decode_ctx_init_wrapper()
[all …]
Dcopy.c703 copy_attr_error (MAYBE_UNUSED struct error_context *ctx, in copy_attr_error()
720 copy_attr_allerror (MAYBE_UNUSED struct error_context *ctx, in copy_attr_allerror()
733 copy_attr_quote (MAYBE_UNUSED struct error_context *ctx, char const *str) in copy_attr_quote()
739 copy_attr_free (MAYBE_UNUSED struct error_context *ctx, in copy_attr_free()
750 check_selinux_attr (char const *name, struct error_context *ctx) in check_selinux_attr()
774 struct error_context *ctx in copy_attr() local