Home
last modified time | relevance | path

Searched refs:command3 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/tests/ntpd/
H A Drc_cmdlength.c22 const char *command3 = "Random\nCommand\t\t\n\t"; in test_EvaluateCommandLength() local
33 length = strlen(command3); in test_EvaluateCommandLength()
34 commandLength = remoteconfig_cmdlength(command3, command3+length); in test_EvaluateCommandLength()
/netbsd-src/usr.bin/make/unit-tests/
H A Ddeptgt.mk29 # expect+1: Unassociated shell command ": command3 # parse error, since targets == NULL"
30 : command3 # parse error, since targets == NULL
/netbsd-src/games/battlestar/
H A DMakefile5 SRCS= battlestar.c command1.c command2.c command3.c command4.c \
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c281 char line[256], command1, command2, command3; in main() local
379 command3 = line[2]; in main()
529 switch ( command3 ) { in main()