Home
last modified time | relevance | path

Searched refs:optionValue (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h150 typedef struct optionValue { struct
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c526 int optionValue = SO_SYNCHRONOUS_NONALERT; in openhost() local
529 …r = setsockopt(INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, (void *)&optionValue, sizeof(optionValue)); in openhost()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c799 int optionValue = SO_SYNCHRONOUS_NONALERT; in openhost() local
803 (void *)&optionValue, sizeof(optionValue)); in openhost()
/freebsd/contrib/dialog/
H A Ddialog.c1348 optionValue(char **argv, int *num) in optionValue() function
1705 nval = optionValue(argv, &offset); in process_common_options()
1759 dialog_vars.begin_y = optionValue(argv, &offset); in process_common_options()
1760 dialog_vars.begin_x = optionValue(argv, &offset); in process_common_options()
1888 if ((j = optionValue(argv, &offset)) < 0 in main()
1895 if ((j = optionValue(argv, &offset)) < 0 in main()