Home
last modified time | relevance | path

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

/programs/test/
A Dudp_proxy_wrapper.sh43 tail="$1" quoted=""
44 while [ -n "$tail" ]; do
45 case "$tail" in
46 *\'*) quoted="${quoted}${tail%%\'*}'\\''" tail="${tail#*\'}";;
47 *) quoted="${quoted}${tail}"; tail=; false;;
53 unset tail quoted
/programs/x509/
A Dcert_write.c495 mbedtls_asn1_sequence **tail = &opt.ext_key_usage; in main() local
523 *tail = ext_key_usage; in main()
524 tail = &ext_key_usage->next; in main()

Completed in 13 milliseconds