dot                33 source3/libaddns/dnsutils.c 	const char *dot;
dot                35 source3/libaddns/dnsutils.c 	for (dot = name; *dot != '\0'; dot += 1) {
dot                36 source3/libaddns/dnsutils.c 		char c = *dot;
dot                49 source3/libaddns/dnsutils.c 	if ((dot - name) > 63) {
dot                60 source3/libaddns/dnsutils.c 	if (*dot == '\0') {
dot                74 source3/libaddns/dnsutils.c 	if (dot[1] == '.') {
dot                83 source3/libaddns/dnsutils.c 	if (dot[1] != '\0') {
dot                88 source3/libaddns/dnsutils.c 		DNS_ERROR err = LabelList(result, dot+1, &result->next);
dot                96 source3/libaddns/dnsutils.c 	result->len = (dot - name);
dot               119 source3/modules/vfs_prealloc.c 	const char * dot;
dot               130 source3/modules/vfs_prealloc.c 	dot = strrchr(fname, '.');
dot               131 source3/modules/vfs_prealloc.c 	if (dot && *++dot) {
dot               132 source3/modules/vfs_prealloc.c 		if (strlen(dot) < sizeof(fext)) {
dot               133 source3/modules/vfs_prealloc.c 			strncpy(fext, dot, sizeof(fext));
dot                61 source4/heimdal/lib/roken/getnameinfo.c 		    char *dot = strchr (host, '.');
dot                62 source4/heimdal/lib/roken/getnameinfo.c 		    if (dot != NULL)
dot                63 source4/heimdal/lib/roken/getnameinfo.c 			*dot = '\0';