Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDmakeshell.c197 if ((script_trailer != NULL) && (*script_trailer != NUL)) in optionParseShell()
198 fputs(script_trailer, stdout); in optionParseShell()
212 script_trailer = NULL; in optionParseShell()
822 script_trailer = txt; in open_out()
833 script_trailer = txt + strlen(txt) + START_MARK_LEN + 1; in open_out()
841 script_trailer = scn + END_MARK_LEN; in open_out()
HDautoopts.h471 static char * script_trailer = NULL; variable