Searched refs:debugs (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/libexec/tftpd/
H A Dtftp-utils.h95 struct debugs { struct
101 extern struct debugs debugs[];
H A Dtftp-utils.c200 struct debugs debugs[] = { variable in typeref:struct:debugs
214 while (debugs[i].name != NULL) {
215 if (strcasecmp(debugs[i].name, s) == 0)
219 return (debugs[i].value);
248 while (debugs[i].name != NULL) {
249 if (d&debugs[i].value) {
252 strlcat(s, debugs[i].name, space);
/freebsd-current/usr.bin/tftp/
H A Dmain.c955 printf("\nThe following debugs are available:\n");
957 while (debugs[i].name != NULL) {
958 printf("\t%s\t%s\n", debugs[i].name, debugs[i].desc);

Completed in 181 milliseconds