Licensing Information

Open Source Used In Cisco DSP IP Cameras 422
{
char buf[1024];
char *s;
char *ts;
if (tgetent(buf, argv[1]) != 1) exit(1);
printf("%s\n\n", term_entry);
ts = tgetstr("Sf", NULL);
if (ts == NULL) ts = "not found";
for(s = ts; s && *s; s++) if (*s == '\033') *s = '*';
s = tgetstr("cm", NULL);
if (s && *s == '\033') *s = '?';
printf("tgetflag(li) = %d\n", tgetflag("li"));
printf("tgetflag(mi) = %d\n", tgetflag("mi"));
printf("tgetstr(cm) = [%s]\n", s);
printf("tgetstr(ks) = [%s]\n", tgetstr("ks", NULL));
printf("tgetnum(li) = %d\n", tgetnum("li"));
printf(">> arg res(ts, 5, 5) = %s\n", tgoto(ts, 5, 5));
return(0);
}
#endif
1.40 tnftp 2007.08.06
This product contains tnftp 2007.08.06 <>. The full source for tnftp 2007.08.06 is available for download at null.
This source contains all the copyright notices and licenses of the open source software packages in the tnftp
2007.08.06 distribution.
1.40.1 Available under license :
$NetBSD: COPYING,v 1.6 2007/05/11 04:35:47 lukem Exp $
Copyright (c) 2001-2007 The NetBSD Foundation, Inc.
All rights reserved.
This code is derived from software contributed to The NetBSD Foundation
by Simon Burge, Luke Mewburn, and Christos Zoulas.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright