buf_ptr           888 source4/heimdal/lib/asn1/lex.c     static void yyunput (int c,char *buf_ptr  );
buf_ptr           569 source4/heimdal/lib/com_err/lex.c     static void yyunput (int c,char *buf_ptr  );
buf_ptr           571 source4/heimdal/lib/hx509/sel-lex.c     static void yyunput (int c,char *buf_ptr  );
buf_ptr           349 source4/lib/registry/patchfile.c 	char *buf, *buf_ptr;
buf_ptr           354 source4/lib/registry/patchfile.c 	buf_ptr = buf;
buf_ptr           356 source4/lib/registry/patchfile.c 	while (*buf_ptr++ != '\0' ) {
buf_ptr           357 source4/lib/registry/patchfile.c 		if (*buf_ptr == '\\') {
buf_ptr           358 source4/lib/registry/patchfile.c 			*buf_ptr = '\0';
buf_ptr           367 source4/lib/registry/patchfile.c 			*buf_ptr++ = '\\';
buf_ptr           199 source4/lib/registry/patchfile_preg.c 	char *buf_ptr;
buf_ptr           207 source4/lib/registry/patchfile_preg.c 	buf_ptr = buf;
buf_ptr           231 source4/lib/registry/patchfile_preg.c 		if (!W_ERROR_IS_OK(preg_read_utf16(iconv_convenience, fd, buf_ptr))) {
buf_ptr           234 source4/lib/registry/patchfile_preg.c 		if (*buf_ptr != '[') {
buf_ptr           241 source4/lib/registry/patchfile_preg.c 		buf_ptr = buf;
buf_ptr           242 source4/lib/registry/patchfile_preg.c 		while (W_ERROR_IS_OK(preg_read_utf16(iconv_convenience, fd, buf_ptr)) &&
buf_ptr           243 source4/lib/registry/patchfile_preg.c 		       *buf_ptr != ';' && buf_ptr-buf < buf_size) {
buf_ptr           244 source4/lib/registry/patchfile_preg.c 			buf_ptr++;
buf_ptr           246 source4/lib/registry/patchfile_preg.c 		buf[buf_ptr-buf] = '\0';
buf_ptr           250 source4/lib/registry/patchfile_preg.c 		buf_ptr = buf;
buf_ptr           251 source4/lib/registry/patchfile_preg.c 		while (W_ERROR_IS_OK(preg_read_utf16(iconv_convenience, fd, buf_ptr)) &&
buf_ptr           252 source4/lib/registry/patchfile_preg.c 		       *buf_ptr != ';' && buf_ptr-buf < buf_size) {
buf_ptr           253 source4/lib/registry/patchfile_preg.c 			buf_ptr++;
buf_ptr           255 source4/lib/registry/patchfile_preg.c 		buf[buf_ptr-buf] = '\0';
buf_ptr           267 source4/lib/registry/patchfile_preg.c 		buf_ptr = buf;
buf_ptr           268 source4/lib/registry/patchfile_preg.c 		if (!(W_ERROR_IS_OK(preg_read_utf16(iconv_convenience, fd, buf_ptr)) &&
buf_ptr           269 source4/lib/registry/patchfile_preg.c 		    *buf_ptr == ';') && buf_ptr-buf < buf_size) {
buf_ptr           281 source4/lib/registry/patchfile_preg.c 		buf_ptr = buf;
buf_ptr           282 source4/lib/registry/patchfile_preg.c 		if (!(W_ERROR_IS_OK(preg_read_utf16(iconv_convenience, fd, buf_ptr)) &&
buf_ptr           283 source4/lib/registry/patchfile_preg.c 		    *buf_ptr == ';') && buf_ptr-buf < buf_size) {
buf_ptr           289 source4/lib/registry/patchfile_preg.c 		buf_ptr = buf;
buf_ptr           291 source4/lib/registry/patchfile_preg.c 		    read(fd, buf_ptr, length) != length) {
buf_ptr           299 source4/lib/registry/patchfile_preg.c 		buf_ptr = buf;
buf_ptr           300 source4/lib/registry/patchfile_preg.c 		if (!(W_ERROR_IS_OK(preg_read_utf16(iconv_convenience, fd, buf_ptr)) &&
buf_ptr           301 source4/lib/registry/patchfile_preg.c 		    *buf_ptr == ']') && buf_ptr-buf < buf_size) {
buf_ptr           303 source4/lib/registry/patchfile_preg.c 				*buf_ptr, *buf_ptr));