Home | History | Annotate | Download | only in certctl

Lines Matching refs:vis

149 	# vis the config name for terminal-safe error messages.
150 vconfig=$(printf '%s' "$config" | vis -M)
227 # Record the vis-encoded path in a
229 vpath=$(printf '%s' "$path" | vis -M)
233 vop=$(printf '%s' "$op" | vis -M)
244 # List the vis-encoded certificate paths and their base names,
260 # vis the certificate path.
261 vcert=$(printf '%s' "$cert" | vis -M)
277 # Print the vis-encoded absolute path to the
287 # List the vis-encoded certificate paths and their base names,
300 # vis the link for terminal-safe error messages.
301 vlink=$(printf '%s' "$link" | vis -M)
332 vlink=$(printf '%s' "$link" | vis -M)
333 vcert=$(printf '%s' "$cert" | vis -M)
338 # Print the vis-encoded absolute path to the
340 vcert=$(printf '%s' "$cert" | vis -M)
351 # one vis(3) line per certificate. Reject duplicate base names,
353 # the certsdir. Sorted lexicographically by vis-encoding.
492 vbundle=$(printf '%s' "$bundle" | vis -M)
554 # vis the certificate path for terminal-safe error messages.
555 vcert=$(printf '%s' "$cert" | vis -M)
604 # vis the certificate path for terminal-safe error messages.
605 vcert=$(printf '%s' "$cert" | vis -M)
626 vcertbase=$(printf '%s' "$certbase" | vis -M)
627 vtarget=$(printf '%s' "$target" | vis -M)
683 *) vcmd=$(printf '%s' "$cmd" | vis -M)