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

/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.h90 struct debugs { struct
96 extern struct debugs debugs[];
H A Dtftp-utils.c194 struct debugs debugs[] = { variable in typeref:struct:debugs
208 while (debugs[i].name != NULL) {
209 if (strcasecmp(debugs[i].name, s) == 0)
213 return (debugs[i].value);
242 while (debugs[i].name != NULL) {
243 if (d&debugs[i].value) {
246 strlcat(s, debugs[i].name, space);
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c949 printf("\nThe following debugs are available:\n");
951 while (debugs[i].name != NULL) {
952 printf("\t%s\t%s\n", debugs[i].name, debugs[i].desc);

Completed in 111 milliseconds