tail              309 source3/web/cgi.c 	const char *tail = "</BODY></HTML>\r\n";
tail              313 source3/web/cgi.c 		       head, tail);
tail              319 source3/web/cgi.c 		printf("%sCannot find user %s<br>%s\n", head, user, tail);
tail              327 source3/web/cgi.c 		       head, user, (int)geteuid(), (int)getuid(), tail);
tail             2774 source4/heimdal/lib/asn1/parse.c add_oid_to_tail(struct objid *head, struct objid *tail)
tail             2780 source4/heimdal/lib/asn1/parse.c     o->next = tail;
tail              959 source4/heimdal/lib/asn1/parse.y add_oid_to_tail(struct objid *head, struct objid *tail)
tail              965 source4/heimdal/lib/asn1/parse.y     o->next = tail;
tail               63 source4/heimdal/lib/com_err/compile_et.h     struct error_code *next, **tail;
tail               72 source4/heimdal/lib/com_err/compile_et.h 	(L)->tail = &(V)->next;			\
tail               75 source4/heimdal/lib/com_err/compile_et.h 	*(L)->tail = (V);			\
tail               76 source4/heimdal/lib/com_err/compile_et.h 	(L)->tail = &(V)->next;			\