Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Doptions.c638 int i, j, k, opleft = sizeof(optbuf); in pretty_print_option() local
744 opleft--; in pretty_print_option()
751 snprintf(op, opleft, in pretty_print_option()
754 opleft -= 4; in pretty_print_option()
763 opleft -= 2; in pretty_print_option()
766 opleft--; in pretty_print_option()
771 opleft--; in pretty_print_option()
778 opcount = strlcpy(op, inet_ntoa(foo), opleft); in pretty_print_option()
779 if (opcount >= opleft) in pretty_print_option()
781 opleft -= opcount; in pretty_print_option()
[all …]
H A Ddhclient.c2820 int opleft = sizeof(optbuf); in option_as_string() local
2829 snprintf(op, opleft, "\\%03o", *dp); in option_as_string()
2831 opleft -= 4; in option_as_string()
2837 opleft -= 2; in option_as_string()
2840 opleft--; in option_as_string()
2843 if (opleft < 1) in option_as_string()