Searched refs:opleft (Results 1 – 2 of 2) sorted by relevance
| /src/sbin/dhclient/ ! |
| H A D | options.c | 638 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 D | dhclient.c | 2814 int opleft = sizeof(optbuf); in option_as_string() local 2823 snprintf(op, opleft, "\\%03o", *dp); in option_as_string() 2825 opleft -= 4; in option_as_string() 2831 opleft -= 2; in option_as_string() 2834 opleft--; in option_as_string() 2837 if (opleft < 1) in option_as_string()
|