name_buf         1637 source3/lib/util_sock.c 	char name_buf[MAX_DNS_NAME_LENGTH];
name_buf         1671 source3/lib/util_sock.c 			name_buf,
name_buf         1672 source3/lib/util_sock.c 			sizeof(name_buf),
name_buf         1682 source3/lib/util_sock.c 		strlcpy(name_buf, p, sizeof(name_buf));
name_buf         1684 source3/lib/util_sock.c 		if (!matchname(name_buf, (struct sockaddr *)&ss, length)) {
name_buf         1685 source3/lib/util_sock.c 			DEBUG(0,("Matchname failed on %s %s\n",name_buf,p));
name_buf         1686 source3/lib/util_sock.c 			strlcpy(name_buf,"UNKNOWN",sizeof(name_buf));
name_buf         1694 source3/lib/util_sock.c 	strlcpy(tmp_name, name_buf, sizeof(tmp_name));
name_buf         1695 source3/lib/util_sock.c 	alpha_strcpy(name_buf, tmp_name, "_-.", sizeof(name_buf));
name_buf         1696 source3/lib/util_sock.c 	if (strstr(name_buf,"..")) {
name_buf         1697 source3/lib/util_sock.c 		strlcpy(name_buf, "UNKNOWN", sizeof(name_buf));
name_buf         1700 source3/lib/util_sock.c 	nc.name = name_buf;
name_buf          158 source3/utils/net_rpc_registry.c 		struct winreg_StringBuf name_buf;
name_buf          167 source3/utils/net_rpc_registry.c 		name_buf.name = &n;
name_buf          168 source3/utils/net_rpc_registry.c 		name_buf.size = max_subkeylen+2;
name_buf          173 source3/utils/net_rpc_registry.c 					       i, &name_buf, &class_buf,
name_buf          193 source3/utils/net_rpc_registry.c 		if (!(names[i] = talloc_strdup(names, name_buf.name))) {
name_buf          275 source3/utils/net_rpc_registry.c 		struct winreg_ValNameBuf name_buf;
name_buf          279 source3/utils/net_rpc_registry.c 		name_buf.name = &n;
name_buf          280 source3/utils/net_rpc_registry.c 		name_buf.size = max_valnamelen + 2;
name_buf          287 source3/utils/net_rpc_registry.c 						 i, &name_buf, &type,
name_buf          301 source3/utils/net_rpc_registry.c 		if (name_buf.name == NULL) {
name_buf          306 source3/utils/net_rpc_registry.c 		if (!(names[i] = talloc_strdup(names, name_buf.name))) {
name_buf           96 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     gss_buffer_desc name_buf;
name_buf          134 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.length = strlen(hostname);
name_buf          135 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.value = hostname;
name_buf          137 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     ret = gss_import_name(minor_status, &name_buf,
name_buf          145 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.length = 0;
name_buf          146 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.value = NULL;
name_buf          160 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			   &name_buf, &name_type);
name_buf          174 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	gss_release_buffer(&minor, &name_buf);
name_buf          182 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	gss_release_buffer(&minor, &name_buf);
name_buf          187 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     *(nt.u.negTokenInit.negHints->hintName) = name_buf.value;
name_buf          188 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.value = NULL;