rpcstr_pull      1557 source3/include/proto.h int rpcstr_pull(char* dest, void *src, int dest_len, int src_len, int flags);
rpcstr_pull       680 source3/libsmb/smbencrypt.c 	rpcstr_pull(cleartextpwd, data_out.data + 8, sizeof(fstring), length, 0 );
rpcstr_pull      3444 source3/printing/nt_printing.c 			rpcstr_pull( guid_str, regval_data_p(guid_val),
rpcstr_pull       628 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->printername, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       631 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->location, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       634 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->comment, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       637 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->parameters, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       640 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->portname, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       643 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->sharename, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       646 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->drivername, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       649 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->sepfile, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       652 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->printprocessor, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       655 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->datatype, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
rpcstr_pull       198 source3/registry/reg_util.c 		rpcstr_pull( buffer, wp, sizeof(buffer), -1, STR_TERMINATE );