args              108 lib/nss_wrapper/nss_wrapper.c # define NWRAP_ERROR(args)	DEBUG(0, args)
args              110 lib/nss_wrapper/nss_wrapper.c # define NWRAP_ERROR(args)	printf args
args              113 lib/nss_wrapper/nss_wrapper.c #define NWRAP_ERROR(args)
args              118 lib/nss_wrapper/nss_wrapper.c # define NWRAP_DEBUG(args)	DEBUG(0, args)
args              120 lib/nss_wrapper/nss_wrapper.c # define NWRAP_DEBUG(args)	printf args
args              123 lib/nss_wrapper/nss_wrapper.c #define NWRAP_DEBUG(args)
args              128 lib/nss_wrapper/nss_wrapper.c # define NWRAP_VERBOSE(args)	DEBUG(0, args)
args              130 lib/nss_wrapper/nss_wrapper.c # define NWRAP_VERBOSE(args)	printf args
args              133 lib/nss_wrapper/nss_wrapper.c #define NWRAP_VERBOSE(args)
args              248 lib/replace/snprintf.c 	va_list args;
args              256 lib/replace/snprintf.c 	VA_COPY(args, args_in);
args              543 lib/replace/snprintf.c 			va_arg (args, int);
args              559 lib/replace/snprintf.c 				cnk->value = va_arg (args, int);
args              561 lib/replace/snprintf.c 				cnk->value = va_arg (args, long int);
args              563 lib/replace/snprintf.c 				cnk->value = va_arg (args, LLONG);
args              565 lib/replace/snprintf.c 				cnk->value = va_arg (args, ssize_t);
args              567 lib/replace/snprintf.c 				cnk->value = va_arg (args, int);
args              578 lib/replace/snprintf.c 				cnk->value = va_arg (args, unsigned int);
args              580 lib/replace/snprintf.c 				cnk->value = (unsigned long int)va_arg (args, unsigned long int);
args              582 lib/replace/snprintf.c 				cnk->value = (LLONG)va_arg (args, unsigned LLONG);
args              584 lib/replace/snprintf.c 				cnk->value = (size_t)va_arg (args, size_t);
args              586 lib/replace/snprintf.c 				cnk->value = (unsigned int)va_arg (args, unsigned int);
args              595 lib/replace/snprintf.c 				cnk->fvalue = va_arg (args, LDOUBLE);
args              597 lib/replace/snprintf.c 				cnk->fvalue = va_arg (args, double);
args              605 lib/replace/snprintf.c 			cnk->value = va_arg (args, int);
args              613 lib/replace/snprintf.c 			cnk->strvalue = va_arg (args, char *);
args              622 lib/replace/snprintf.c 			cnk->strvalue = va_arg (args, void *);
args              630 lib/replace/snprintf.c 				cnk->pnum = va_arg (args, char *);
args              632 lib/replace/snprintf.c 				cnk->pnum = va_arg (args, short int *);
args              634 lib/replace/snprintf.c 				cnk->pnum = va_arg (args, long int *);
args              636 lib/replace/snprintf.c 				cnk->pnum = va_arg (args, LLONG *);
args              638 lib/replace/snprintf.c 				cnk->pnum = va_arg (args, ssize_t *);
args              640 lib/replace/snprintf.c 				cnk->pnum = va_arg (args, int *);
args              745 lib/replace/snprintf.c 	va_end(args);
args             1189 lib/replace/snprintf.c  int vsnprintf (char *str, size_t count, const char *fmt, va_list args)
args             1191 lib/replace/snprintf.c 	return dopr(str, count, fmt, args);
args               31 lib/replace/strptime.c #  define __P(args) args
args               33 lib/replace/strptime.c #  define __P(args) ()
args               78 lib/tdb/pytdb.c static PyObject *py_tdb_open(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args               86 lib/tdb/pytdb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|iiii", (char **)kwnames, &name, &hash_size, &tdb_flags, &flags, &mode))
args              175 lib/tdb/pytdb.c static PyObject *obj_get(PyTdbObject *self, PyObject *args)
args              179 lib/tdb/pytdb.c 	if (!PyArg_ParseTuple(args, "O", &py_key))
args              187 lib/tdb/pytdb.c static PyObject *obj_append(PyTdbObject *self, PyObject *args)
args              192 lib/tdb/pytdb.c 	if (!PyArg_ParseTuple(args, "OO", &py_key, &py_data))
args              208 lib/tdb/pytdb.c static PyObject *obj_nextkey(PyTdbObject *self, PyObject *args)
args              212 lib/tdb/pytdb.c 	if (!PyArg_ParseTuple(args, "O", &py_key))
args              220 lib/tdb/pytdb.c static PyObject *obj_delete(PyTdbObject *self, PyObject *args)
args              225 lib/tdb/pytdb.c 	if (!PyArg_ParseTuple(args, "O", &py_key))
args              234 lib/tdb/pytdb.c static PyObject *obj_has_key(PyTdbObject *self, PyObject *args)
args              239 lib/tdb/pytdb.c 	if (!PyArg_ParseTuple(args, "O", &py_key))
args              251 lib/tdb/pytdb.c static PyObject *obj_store(PyTdbObject *self, PyObject *args)
args              258 lib/tdb/pytdb.c 	if (!PyArg_ParseTuple(args, "OO|i", &py_key, &py_value, &flag))
args              171 lib/zlib/zconf.h #    define OF(args)  args
args              173 lib/zlib/zconf.h #    define OF(args)  ()
args              168 lib/zlib/zconf.in.h #    define OF(args)  args
args              170 lib/zlib/zconf.in.h #    define OF(args)  ()
args               45 libcli/nbt/pynbt.c static PyObject *py_nbt_node_init(PyTypeObject *self, PyObject *args, PyObject *kwargs)
args              137 libcli/nbt/pynbt.c static PyObject *py_nbt_name_query(PyObject *self, PyObject *args, PyObject *kwargs)
args              152 libcli/nbt/pynbt.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "OO|bbii:query_name",
args              198 libcli/nbt/pynbt.c static PyObject *py_nbt_name_status(PyObject *self, PyObject *args, PyObject *kwargs)
args              211 libcli/nbt/pynbt.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "OO|ii:name_status",
args              256 libcli/nbt/pynbt.c static PyObject *py_nbt_name_register(PyObject *self, PyObject *args, PyObject *kwargs)
args              272 libcli/nbt/pynbt.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "OsO|bbbiii:query_name",
args              312 libcli/nbt/pynbt.c static PyObject *py_nbt_name_refresh(PyObject *self, PyObject *args, PyObject *kwargs)
args              327 libcli/nbt/pynbt.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "OsO|ibiii:query_name",
args              367 libcli/nbt/pynbt.c static PyObject *py_nbt_name_release(PyObject *self, PyObject *args, PyObject *kwargs)
args              190 nsswitch/pam_winbind.c 			 va_list args)
args              192 nsswitch/pam_winbind.c 	pam_vsyslog(pamh, err, format, args);
args              198 nsswitch/pam_winbind.c 			 va_list args)
args              208 nsswitch/pam_winbind.c 		vsyslog(err, format, args);
args              213 nsswitch/pam_winbind.c 	vsyslog(err, format2, args);
args              226 nsswitch/pam_winbind.c 	va_list args;
args              232 nsswitch/pam_winbind.c 	va_start(args, format);
args              233 nsswitch/pam_winbind.c 	_pam_log_int(r->pamh, err, format, args);
args              234 nsswitch/pam_winbind.c 	va_end(args);
args              239 nsswitch/pam_winbind.c 	va_list args;
args              245 nsswitch/pam_winbind.c 	va_start(args, format);
args              246 nsswitch/pam_winbind.c 	_pam_log_int(pamh, err, format, args);
args              247 nsswitch/pam_winbind.c 	va_end(args);
args              279 nsswitch/pam_winbind.c 	va_list args;
args              285 nsswitch/pam_winbind.c 	va_start(args, format);
args              286 nsswitch/pam_winbind.c 	_pam_log_int(r->pamh, err, format, args);
args              287 nsswitch/pam_winbind.c 	va_end(args);
args              292 nsswitch/pam_winbind.c 	va_list args;
args              298 nsswitch/pam_winbind.c 	va_start(args, format);
args              299 nsswitch/pam_winbind.c 	_pam_log_int(pamh, err, format, args);
args              300 nsswitch/pam_winbind.c 	va_end(args);
args              684 nsswitch/pam_winbind.c 			  va_list args)
args              689 nsswitch/pam_winbind.c 	ret = vasprintf(&var, format, args);
args              704 nsswitch/pam_winbind.c 	va_list args;
args              706 nsswitch/pam_winbind.c 	va_start(args, format);
args              707 nsswitch/pam_winbind.c 	ret = _make_remark_v(ctx, type, format, args);
args              708 nsswitch/pam_winbind.c 	va_end(args);
args               49 nsswitch/winbind_nss_hpux.h typedef nss_status_t (*nss_backend_op_t)(struct nss_backend *, void *args);
args               51 nsswitch/winbind_nss_solaris.c #define NSS_ARGS(args) ((nss_XbyY_args_t *)args)
args               86 nsswitch/winbind_nss_solaris.c static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
args               93 nsswitch/winbind_nss_solaris.c _nss_winbind_endpwent_solwrap (nss_backend_t * be, void *args)
args              100 nsswitch/winbind_nss_solaris.c _nss_winbind_getpwent_solwrap (nss_backend_t* be, void *args)
args              103 nsswitch/winbind_nss_solaris.c 	char* buffer = NSS_ARGS(args)->buf.buffer;
args              104 nsswitch/winbind_nss_solaris.c 	int buflen = NSS_ARGS(args)->buf.buflen;
args              105 nsswitch/winbind_nss_solaris.c 	struct passwd* result = (struct passwd*) NSS_ARGS(args)->buf.result;
args              106 nsswitch/winbind_nss_solaris.c 	int* errnop = &NSS_ARGS(args)->erange;
args              117 nsswitch/winbind_nss_solaris.c 			NSS_ARGS(args)->returnval = (void*) result;
args              127 nsswitch/winbind_nss_solaris.c _nss_winbind_getpwnam_solwrap (nss_backend_t* be, void* args)
args              130 nsswitch/winbind_nss_solaris.c 	struct passwd* result = (struct passwd*) NSS_ARGS(args)->buf.result;
args              134 nsswitch/winbind_nss_solaris.c 	ret = _nss_winbind_getpwnam_r (NSS_ARGS(args)->key.name,
args              136 nsswitch/winbind_nss_solaris.c 						NSS_ARGS(args)->buf.buffer,
args              137 nsswitch/winbind_nss_solaris.c 						NSS_ARGS(args)->buf.buflen,
args              138 nsswitch/winbind_nss_solaris.c 						&NSS_ARGS(args)->erange);
args              140 nsswitch/winbind_nss_solaris.c 		NSS_ARGS(args)->returnval = (void*) result;
args              146 nsswitch/winbind_nss_solaris.c _nss_winbind_getpwuid_solwrap(nss_backend_t* be, void* args)
args              149 nsswitch/winbind_nss_solaris.c 	struct passwd* result = (struct passwd*) NSS_ARGS(args)->buf.result;
args              152 nsswitch/winbind_nss_solaris.c 	ret = _nss_winbind_getpwuid_r (NSS_ARGS(args)->key.uid,
args              154 nsswitch/winbind_nss_solaris.c 				       NSS_ARGS(args)->buf.buffer,
args              155 nsswitch/winbind_nss_solaris.c 				       NSS_ARGS(args)->buf.buflen,
args              156 nsswitch/winbind_nss_solaris.c 				       &NSS_ARGS(args)->erange);
args              158 nsswitch/winbind_nss_solaris.c 		NSS_ARGS(args)->returnval = (void*) result;
args              163 nsswitch/winbind_nss_solaris.c static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
args              201 nsswitch/winbind_nss_solaris.c static NSS_STATUS _nss_winbind_setgrent_solwrap (nss_backend_t* be, void* args)
args              208 nsswitch/winbind_nss_solaris.c _nss_winbind_endgrent_solwrap (nss_backend_t * be, void *args)
args              215 nsswitch/winbind_nss_solaris.c _nss_winbind_getgrent_solwrap(nss_backend_t* be, void* args)
args              218 nsswitch/winbind_nss_solaris.c 	char* buffer = NSS_ARGS(args)->buf.buffer;
args              219 nsswitch/winbind_nss_solaris.c 	int buflen = NSS_ARGS(args)->buf.buflen;
args              220 nsswitch/winbind_nss_solaris.c 	struct group* result = (struct group*) NSS_ARGS(args)->buf.result;
args              221 nsswitch/winbind_nss_solaris.c 	int* errnop = &NSS_ARGS(args)->erange;
args              231 nsswitch/winbind_nss_solaris.c 			NSS_ARGS(args)->returnval = (void*) result;
args              242 nsswitch/winbind_nss_solaris.c _nss_winbind_getgrnam_solwrap(nss_backend_t* be, void* args)
args              245 nsswitch/winbind_nss_solaris.c 	struct group* result = (struct group*) NSS_ARGS(args)->buf.result;
args              248 nsswitch/winbind_nss_solaris.c 	ret = _nss_winbind_getgrnam_r(NSS_ARGS(args)->key.name,
args              250 nsswitch/winbind_nss_solaris.c 				      NSS_ARGS(args)->buf.buffer,
args              251 nsswitch/winbind_nss_solaris.c 				      NSS_ARGS(args)->buf.buflen,
args              252 nsswitch/winbind_nss_solaris.c 				      &NSS_ARGS(args)->erange);
args              255 nsswitch/winbind_nss_solaris.c 		NSS_ARGS(args)->returnval = (void*) result;
args              261 nsswitch/winbind_nss_solaris.c _nss_winbind_getgrgid_solwrap(nss_backend_t* be, void* args)
args              264 nsswitch/winbind_nss_solaris.c 	struct group* result = (struct group*) NSS_ARGS(args)->buf.result;
args              267 nsswitch/winbind_nss_solaris.c 	ret = _nss_winbind_getgrgid_r (NSS_ARGS(args)->key.gid,
args              269 nsswitch/winbind_nss_solaris.c 				       NSS_ARGS(args)->buf.buffer,
args              270 nsswitch/winbind_nss_solaris.c 				       NSS_ARGS(args)->buf.buflen,
args              271 nsswitch/winbind_nss_solaris.c 				       &NSS_ARGS(args)->erange);
args              274 nsswitch/winbind_nss_solaris.c 		NSS_ARGS(args)->returnval = (void*) result;
args              280 nsswitch/winbind_nss_solaris.c _nss_winbind_getgroupsbymember_solwrap(nss_backend_t* be, void* args)
args              283 nsswitch/winbind_nss_solaris.c 	struct nss_groupsbymem *gmem = (struct nss_groupsbymem *)args;
args              311 nsswitch/winbind_nss_solaris.c _nss_winbind_group_destr (nss_backend_t* be, void* args)
args              479 nsswitch/winbind_nss_solaris.c _nss_winbind_ipnodes_getbyname(nss_backend_t* be, void *args)
args              481 nsswitch/winbind_nss_solaris.c 	nss_XbyY_args_t *argp = (nss_XbyY_args_t*) args;
args              523 nsswitch/winbind_nss_solaris.c _nss_winbind_hosts_getbyname(nss_backend_t* be, void *args)
args              525 nsswitch/winbind_nss_solaris.c 	nss_XbyY_args_t *argp = (nss_XbyY_args_t*) args;
args              546 nsswitch/winbind_nss_solaris.c _nss_winbind_hosts_getbyaddr(nss_backend_t* be, void *args)
args              551 nsswitch/winbind_nss_solaris.c 	nss_XbyY_args_t	*argp = (nss_XbyY_args_t *)args;
args              586 nsswitch/winbind_nss_solaris.c _nss_winbind_common_endent(nss_backend_t* be, void *args)
args              592 nsswitch/winbind_nss_solaris.c _nss_winbind_common_setent(nss_backend_t* be, void *args)
args              598 nsswitch/winbind_nss_solaris.c _nss_winbind_common_getent(nss_backend_t* be, void *args)
args              618 nsswitch/winbind_nss_solaris.c _nss_winbind_common_destr (nss_backend_t* be, void* args)
args               57 source3/include/ads_protos.h 				  const char **attrs, void *args,
args               68 source3/include/ads_protos.h 				    const char **attrs, void *args,
args             1943 source3/include/proto.h 			     void *args,
args             1953 source3/include/proto.h 				      void *args,
args              530 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         va_list         args;
args              533 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         va_start(args, pSql);
args              536 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if ((p = sqlite3_vmprintf(pSql, args)) == NULL) {
args              598 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         va_end(args);
args               92 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	va_list args;
args               98 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	va_start(args, format);
args               99 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	g_vprintf(format, args);
args              100 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	va_end(args);
args              272 source3/lib/netapi/netapi.c 	va_list args;
args              276 source3/lib/netapi/netapi.c 	va_start(args, format);
args              277 source3/lib/netapi/netapi.c 	ctx->error_string = talloc_vasprintf(ctx, format, args);
args              278 source3/lib/netapi/netapi.c 	va_end(args);
args              863 source3/libads/ldap.c 					   const char **attrs, void *args,
args              877 source3/libads/ldap.c 	ads_control *external_control = (ads_control *) args;
args             1063 source3/libads/ldap.c 				   const char **attrs, void *args,
args             1071 source3/libads/ldap.c 	status = ads_do_paged_search_args(ads, bind_path, scope, expr, attrs, args, res,
args             1084 source3/libads/ldap.c 					      attrs, args, &res2, &count, &cookie);
args             1117 source3/libads/ldap.c 	ads_control args;
args             1119 source3/libads/ldap.c 	args.control = ADS_SD_FLAGS_OID;
args             1120 source3/libads/ldap.c 	args.val = sd_flags;
args             1121 source3/libads/ldap.c 	args.critical = True;
args             1123 source3/libads/ldap.c 	return ads_do_search_all_args(ads, bind_path, scope, expr, attrs, &args, res);
args               32 source3/libads/ldap_utils.c 					       const char **attrs, void *args,
args               60 source3/libads/ldap_utils.c 		status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
args               97 source3/libads/ldap_utils.c 			status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
args              125 source3/libads/ldap_utils.c 				     const char **attrs, void *args,
args              128 source3/libads/ldap_utils.c 	return ads_do_search_retry_internal(ads, bind_path, scope, expr, attrs, args, res);
args              152 source3/libads/ldap_utils.c 	ads_control args;
args              154 source3/libads/ldap_utils.c 	args.control = ADS_EXTENDED_DN_OID;
args              155 source3/libads/ldap_utils.c 	args.val = flags;
args              156 source3/libads/ldap_utils.c 	args.critical = True;
args              159 source3/libads/ldap_utils.c 					"(objectclass=*)", attrs, &args, res);
args              167 source3/libads/ldap_utils.c 	ads_control args;
args              169 source3/libads/ldap_utils.c 	args.control = ADS_SD_FLAGS_OID;
args              170 source3/libads/ldap_utils.c 	args.val = sd_flags;
args              171 source3/libads/ldap_utils.c 	args.critical = True;
args              174 source3/libads/ldap_utils.c 					"(objectclass=*)", attrs, &args, res);
args              184 source3/libads/ldap_utils.c 	ads_control args;
args              186 source3/libads/ldap_utils.c 	args.control = ADS_EXTENDED_DN_OID;
args              187 source3/libads/ldap_utils.c 	args.val = flags;
args              188 source3/libads/ldap_utils.c 	args.critical = True;
args              196 source3/libads/ldap_utils.c 				 "(objectclass=*)", &args, attrs[0],
args              230 source3/libads/ldap_utils.c 			     void *args,
args              257 source3/libads/ldap_utils.c 						    attrs, args, range_attr, 
args              286 source3/libads/ldap_utils.c 				      void *args,
args              303 source3/libads/ldap_utils.c 	status = ads_do_search_retry_internal(ads, base, scope, filter, attrs, args, &res);
args               60 source3/libnet/libnet_join.c 	va_list args;
args               66 source3/libnet/libnet_join.c 	va_start(args, format);
args               67 source3/libnet/libnet_join.c 	r->out.error_string = talloc_vasprintf(mem_ctx, format, args);
args               68 source3/libnet/libnet_join.c 	va_end(args);
args               78 source3/libnet/libnet_join.c 	va_list args;
args               84 source3/libnet/libnet_join.c 	va_start(args, format);
args               85 source3/libnet/libnet_join.c 	r->out.error_string = talloc_vasprintf(mem_ctx, format, args);
args               86 source3/libnet/libnet_join.c 	va_end(args);
args              135 source3/modules/vfs_onefs_shadow_copy.c #define SHADOW_NEXT(op, args, rtype) do {			      \
args              141 source3/modules/vfs_onefs_shadow_copy.c 	ret = SMB_VFS_NEXT_ ## op args;				      \
args               98 source3/modules/vfs_shadow_copy2.c #define _SHADOW2_NEXT(op, args, rtype, eret, extra) do { \
args              109 source3/modules/vfs_shadow_copy2.c 		ret = SMB_VFS_NEXT_ ## op args; \
args              114 source3/modules/vfs_shadow_copy2.c 		return SMB_VFS_NEXT_ ## op args; \
args              122 source3/modules/vfs_shadow_copy2.c #define _SHADOW2_NTSTATUS_NEXT(op, args, eret, extra) do { \
args              133 source3/modules/vfs_shadow_copy2.c                 ret = SMB_VFS_NEXT_ ## op args; \
args              138 source3/modules/vfs_shadow_copy2.c                 return SMB_VFS_NEXT_ ## op args; \
args              142 source3/modules/vfs_shadow_copy2.c #define SHADOW2_NTSTATUS_NEXT(op, args, eret) _SHADOW2_NTSTATUS_NEXT(op, args, eret, )
args              144 source3/modules/vfs_shadow_copy2.c #define SHADOW2_NEXT(op, args, rtype, eret) _SHADOW2_NEXT(op, args, rtype, eret, )
args              146 source3/modules/vfs_shadow_copy2.c #define SHADOW2_NEXT2(op, args) do { \
args              151 source3/modules/vfs_shadow_copy2.c 		return SMB_VFS_NEXT_ ## op args; \
args              122 source3/modules/vfs_syncops.c #define SYNCOPS_NEXT(op, fname, args) do {   \
args              123 source3/modules/vfs_syncops.c 	int ret = SMB_VFS_NEXT_ ## op args; \
args               84 source3/pam_smbpass/support.c 	va_list args;
args               86 source3/pam_smbpass/support.c 	va_start(args, format);
args               87 source3/pam_smbpass/support.c 	pam_vsyslog(pamh, err, format, args);
args               88 source3/pam_smbpass/support.c 	va_end(args);
args               93 source3/pam_smbpass/support.c 	va_list args;
args              101 source3/pam_smbpass/support.c 		va_start(args, format);
args              102 source3/pam_smbpass/support.c 		vsyslog(err | LOG_AUTH, format, args);
args              103 source3/pam_smbpass/support.c 		va_end(args);
args              110 source3/pam_smbpass/support.c 	va_start(args, format);
args              111 source3/pam_smbpass/support.c 	vsyslog(err | LOG_AUTH, mod_format, args);
args              112 source3/pam_smbpass/support.c 	va_end(args);
args             1536 source3/rpcclient/cmd_spoolss.c                                     char *args)
args             1546 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, args, ":", &r->driver_name, &saveptr);
args              313 source3/smbd/lanman.c 	va_list args;
args              319 source3/smbd/lanman.c 	va_start(args,p);
args              330 source3/smbd/lanman.c 	str = va_arg(args,char*);
args              336 source3/smbd/lanman.c 		va_end(args);
args              343 source3/smbd/lanman.c 			temp = va_arg(args,int);
args              350 source3/smbd/lanman.c 			temp = va_arg(args,int);
args              357 source3/smbd/lanman.c 			p->subcount = va_arg(args,int);
args              364 source3/smbd/lanman.c 			temp = va_arg(args,int);
args              372 source3/smbd/lanman.c 				char *s = va_arg(args,char*);
args              379 source3/smbd/lanman.c 			str = va_arg(args,char*);
args              384 source3/smbd/lanman.c 			str = va_arg(args,char*);
args              385 source3/smbd/lanman.c 			stringneeded = va_arg(args,int);
args              389 source3/smbd/lanman.c 			str = va_arg(args,char*);
args              395 source3/smbd/lanman.c 	va_end(args);
args              416 source3/smbd/quotas.c static int my_xdr_getquota_args(XDR *xdrsp, struct getquota_args *args)
args              418 source3/smbd/quotas.c 	if (!xdr_string(xdrsp, &args->gqa_pathp, RQ_PATHLEN ))
args              420 source3/smbd/quotas.c 	if (!xdr_int(xdrsp, &args->gqa_uid))
args              466 source3/smbd/quotas.c 	struct getquota_args args;
args              486 source3/smbd/quotas.c 	args.gqa_pathp = testpath+1;
args              487 source3/smbd/quotas.c 	args.gqa_uid = uid;
args              499 source3/smbd/quotas.c 	clnt_stat=clnt_call(clnt, RQUOTAPROC_GETQUOTA, my_xdr_getquota_args, (caddr_t)&args, my_xdr_getquota_rslt, (caddr_t)&gqr, timeout);
args              566 source3/smbd/quotas.c 	DEBUG(5,("nfs_quotas: For path \"%s\" returning  bsize %.0f, dfree %.0f, dsize %.0f\n",args.gqa_pathp,(double)*bsize,(double)*dfree,(double)*dsize));
args              973 source3/smbd/quotas.c static int my_xdr_getquota_args(XDR *xdrsp, struct getquota_args *args)
args              975 source3/smbd/quotas.c 	if (!xdr_string(xdrsp, &args->gqa_pathp, RQ_PATHLEN ))
args              977 source3/smbd/quotas.c 	if (!xdr_int(xdrsp, &args->gqa_uid))
args             1023 source3/smbd/quotas.c 	struct getquota_args args;
args             1043 source3/smbd/quotas.c 	args.gqa_pathp = testpath+1;
args             1044 source3/smbd/quotas.c 	args.gqa_uid = uid;
args             1056 source3/smbd/quotas.c 	clnt_stat=clnt_call(clnt, RQUOTAPROC_GETQUOTA, (const xdrproc_t) my_xdr_getquota_args, (caddr_t)&args, (const xdrproc_t) my_xdr_getquota_rslt, (caddr_t)&gqr, timeout);
args             1128 source3/smbd/quotas.c 	DEBUG(5,("nfs_quotas: For path \"%s\" returning  bsize %.0f, dfree %.0f, dsize %.0f\n",args.gqa_pathp,(double)*bsize,(double)*dfree,(double)*dsize));
args               37 source3/utils/profiles.c 	va_list args;
args               44 source3/utils/profiles.c 	va_start(args, format);
args               45 source3/utils/profiles.c 	if ((vasprintf(&var, format, args)) == -1) {
args               46 source3/utils/profiles.c 		va_end(args);
args               51 source3/utils/profiles.c 	va_end(args);
args              238 source3/winbindd/idmap.c 	char *args;
args              252 source3/winbindd/idmap.c 	args = strchr(modulename, ':');
args              253 source3/winbindd/idmap.c 	if (args == NULL) {
args              259 source3/winbindd/idmap.c 	*args = '\0';
args              261 source3/winbindd/idmap.c 	args = talloc_strdup(mem_ctx, args+1);
args              262 source3/winbindd/idmap.c 	if (args == NULL) {
args              268 source3/winbindd/idmap.c 	*pargs = args;
args              979 source3/winbindd/winbindd_ads.c 	ads_control args;
args             1028 source3/winbindd/winbindd_ads.c 	args.control = ADS_EXTENDED_DN_OID;
args             1029 source3/winbindd/winbindd_ads.c 	args.val = ADS_EXTENDED_DN_HEX_STRING;
args             1030 source3/winbindd/winbindd_ads.c 	args.critical = True;
args             1033 source3/winbindd/winbindd_ads.c 			       ldap_exp, &args, "member", &members, &num_members);
args             1081 source3/winbindd/winbindd_ads.c 	        rc = ads_get_sid_from_extended_dn(tmp_ctx, members[i], args.val,
args               48 source4/auth/credentials/pycredentials.c static PyObject *py_creds_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args               58 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_username(py_talloc_Object *self, PyObject *args)
args               62 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s|i", &newval, &obt))
args               74 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_password(py_talloc_Object *self, PyObject *args)
args               78 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s|i", &newval, &obt))
args               89 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_domain(py_talloc_Object *self, PyObject *args)
args               93 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s|i", &newval, &obt))
args              104 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_realm(py_talloc_Object *self, PyObject *args)
args              108 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s|i", &newval, &obt))
args              119 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_bind_dn(py_talloc_Object *self, PyObject *args)
args              122 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s", &newval))
args              133 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_workstation(py_talloc_Object *self, PyObject *args)
args              137 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s|i", &newval, &obt))
args              169 source4/auth/credentials/pycredentials.c static PyObject *py_creds_parse_string(py_talloc_Object *self, PyObject *args)
args              173 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "s|i", &newval, &obt))
args              187 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_kerberos_state(py_talloc_Object *self, PyObject *args)
args              190 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "i", &state))
args              197 source4/auth/credentials/pycredentials.c static PyObject *py_creds_guess(py_talloc_Object *self, PyObject *args)
args              201 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx))
args              213 source4/auth/credentials/pycredentials.c static PyObject *py_creds_set_machine_account(py_talloc_Object *self, PyObject *args)
args              218 source4/auth/credentials/pycredentials.c 	if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx))
args               38 source4/auth/pyauth.c static PyObject *py_system_session(PyObject *module, PyObject *args)
args               43 source4/auth/pyauth.c 	if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx))
args               56 source4/auth/pyauth.c static PyObject *py_system_session_anon(PyObject *module, PyObject *args)
args               61 source4/auth/pyauth.c 	if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx))
args               87 source4/client/cifsdd.c static struct argdef args[] =
args              113 source4/client/cifsdd.c 	for (i = 0; i < ARRAY_SIZE(args); ++i) {
args              114 source4/client/cifsdd.c 		if (strwicmp(arg, args[i].arg_name) == 0) {
args              115 source4/client/cifsdd.c 			return(&args[i]);
args              272 source4/client/cifsdd.c 	for (i = 0; i < ARRAY_SIZE(args); ++i) {
args              273 source4/client/cifsdd.c 		switch (args[i].arg_type) {
args              276 source4/client/cifsdd.c 				DEBUG(10, ("\t%s=%llu\n", args[i].arg_name,
args              277 source4/client/cifsdd.c 					(unsigned long long)args[i].arg_val.nval));
args              280 source4/client/cifsdd.c 				DEBUG(10, ("\t%s=%s\n", args[i].arg_name,
args              281 source4/client/cifsdd.c 					args[i].arg_val.bval ? "yes" : "no"));
args              284 source4/client/cifsdd.c 				DEBUG(10, ("\t%s=%s\n", args[i].arg_name,
args              285 source4/client/cifsdd.c 					args[i].arg_val.pval ?
args              286 source4/client/cifsdd.c 						args[i].arg_val.pval :
args              316 source4/client/cifsdd.c 	for (i = 0; i < ARRAY_SIZE(args); ++i) {
args              317 source4/client/cifsdd.c 		if (args[i].arg_name == NULL) {
args              322 source4/client/cifsdd.c 			args[i].arg_name,
args              323 source4/client/cifsdd.c 			(int)(sizeof(prefix) - strlen(args[i].arg_name) - 2),
args              324 source4/client/cifsdd.c 			argtype_str(args[i].arg_type));
args              326 source4/client/cifsdd.c 		fprintf(stdout, "  %s%s\n", prefix, args[i].arg_help);
args              243 source4/client/client.c static int cmd_pwd(struct smbclient_context *ctx, const char **args)
args              291 source4/client/client.c static int cmd_cd(struct smbclient_context *ctx, const char **args)
args              295 source4/client/client.c 	if (args[1]) 
args              296 source4/client/client.c 		rc = do_cd(ctx, args[1]);
args              615 source4/client/client.c static int cmd_dir(struct smbclient_context *ctx, const char **args)
args              627 source4/client/client.c 	if (args[1]) {
args              628 source4/client/client.c 		mask = talloc_strdup(ctx, args[1]);
args              655 source4/client/client.c static int cmd_du(struct smbclient_context *ctx, const char **args)
args              663 source4/client/client.c 	if (args[1]) {
args              664 source4/client/client.c 		if (args[1][0] == '\\')
args              665 source4/client/client.c 			mask = talloc_strdup(ctx, args[1]);
args              667 source4/client/client.c 			mask = talloc_asprintf(ctx, "%s\\%s", ctx->remote_cur_dir, args[1]);
args              813 source4/client/client.c static int cmd_get(struct smbclient_context *ctx, const char **args)
args              818 source4/client/client.c 	if (!args[1]) {
args              823 source4/client/client.c 	rname = talloc_asprintf(ctx, "%s\\%s", ctx->remote_cur_dir, args[1]);
args              825 source4/client/client.c 	if (args[2]) 
args              826 source4/client/client.c 		lname = args[2];
args              828 source4/client/client.c 		lname = args[1];
args              915 source4/client/client.c static int cmd_more(struct smbclient_context *ctx, const char **args)
args              932 source4/client/client.c 	if (!args[1]) {
args              937 source4/client/client.c 	rname = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args              956 source4/client/client.c static int cmd_mget(struct smbclient_context *ctx, const char **args)
args              965 source4/client/client.c 	for (i = 1; args[i]; i++) {
args              970 source4/client/client.c 		mget_mask = talloc_strdup(ctx, args[i]);
args             1008 source4/client/client.c static int cmd_quit(struct smbclient_context *ctx, const char **args)
args             1020 source4/client/client.c static int cmd_mkdir(struct smbclient_context *ctx, const char **args)
args             1024 source4/client/client.c 	if (!args[1]) {
args             1030 source4/client/client.c 	mask = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir,args[1]);
args             1055 source4/client/client.c static int cmd_altname(struct smbclient_context *ctx, const char **args)
args             1060 source4/client/client.c 	if (!args[1]) {
args             1065 source4/client/client.c 	name = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             1212 source4/client/client.c static int cmd_put(struct smbclient_context *ctx, const char **args)
args             1217 source4/client/client.c 	if (!args[1]) {
args             1222 source4/client/client.c 	lname = talloc_strdup(ctx, args[1]);
args             1224 source4/client/client.c 	if (args[2])
args             1225 source4/client/client.c 		rname = talloc_strdup(ctx, args[2]);
args             1288 source4/client/client.c static int cmd_select(struct smbclient_context *ctx, const char **args)
args             1291 source4/client/client.c 	ctx->fileselection = talloc_strdup(NULL, args[1]);
args             1400 source4/client/client.c static int cmd_mput(struct smbclient_context *ctx, const char **args)
args             1404 source4/client/client.c 	for (i = 1; args[i]; i++) {
args             1409 source4/client/client.c 		printf("%s\n", args[i]);
args             1413 source4/client/client.c 		ret = file_find(ctx, &file_list, ".", args[i], true);
args             1484 source4/client/client.c static int cmd_print(struct smbclient_context *ctx, const char **args)
args             1489 source4/client/client.c 	if (!args[1]) {
args             1494 source4/client/client.c 	lname = talloc_strdup(ctx, args[1]);
args             1510 source4/client/client.c static int cmd_rewrite(struct smbclient_context *ctx, const char **args)
args             1520 source4/client/client.c static int cmd_del(struct smbclient_context *ctx, const char **args)
args             1528 source4/client/client.c 	if (!args[1]) {
args             1532 source4/client/client.c 	mask = talloc_asprintf(ctx,"%s%s", ctx->remote_cur_dir, args[1]);
args             1545 source4/client/client.c static int cmd_deltree(struct smbclient_context *ctx, const char **args)
args             1550 source4/client/client.c 	if (!args[1]) {
args             1555 source4/client/client.c 	dname = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             1594 source4/client/client.c static int cmd_fsinfo(struct smbclient_context *ctx, const char **args)
args             1600 source4/client/client.c 	if (!args[1]) {
args             1611 source4/client/client.c 	while(fsinfo_level->level_name && !strequal(args[1],fsinfo_level->level_name)) {
args             1744 source4/client/client.c static int cmd_allinfo(struct smbclient_context *ctx, const char **args)
args             1751 source4/client/client.c 	if (!args[1]) {
args             1755 source4/client/client.c 	fname = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             1875 source4/client/client.c static int cmd_eainfo(struct smbclient_context *ctx, const char **args)
args             1882 source4/client/client.c 	if (!args[1]) {
args             1886 source4/client/client.c 	fname = talloc_strdup(ctx, args[1]);
args             1917 source4/client/client.c static int cmd_acl(struct smbclient_context *ctx, const char **args)
args             1924 source4/client/client.c 	if (!args[1]) {
args             1928 source4/client/client.c 	fname = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             1961 source4/client/client.c static int cmd_lookup(struct smbclient_context *ctx, const char **args)
args             1966 source4/client/client.c 	if (!args[1]) {
args             1971 source4/client/client.c 	sid = dom_sid_parse_talloc(ctx, args[1]);
args             1974 source4/client/client.c 		status = smblsa_lookup_name(ctx->cli, args[1], ctx, &sidstr);
args             1983 source4/client/client.c 		status = smblsa_lookup_sid(ctx->cli, args[1], ctx, &name);
args             1998 source4/client/client.c static int cmd_privileges(struct smbclient_context *ctx, const char **args)
args             2005 source4/client/client.c 	if (!args[1]) {
args             2010 source4/client/client.c 	sid = dom_sid_parse_talloc(ctx, args[1]);
args             2013 source4/client/client.c 		status = smblsa_lookup_name(ctx->cli, args[1], ctx, &sid_str);
args             2038 source4/client/client.c static int cmd_addprivileges(struct smbclient_context *ctx, const char **args)
args             2045 source4/client/client.c 	if (!args[1]) {
args             2050 source4/client/client.c 	sid = dom_sid_parse_talloc(ctx, args[1]);
args             2053 source4/client/client.c 		status = smblsa_lookup_name(ctx->cli, args[1], ctx, &sid_str);
args             2062 source4/client/client.c 	for (i = 2; args[i]; i++) {
args             2065 source4/client/client.c 		rights.names[rights.count].string = talloc_strdup(ctx, args[i]);
args             2082 source4/client/client.c static int cmd_delprivileges(struct smbclient_context *ctx, const char **args)
args             2089 source4/client/client.c 	if (!args[1]) {
args             2094 source4/client/client.c 	sid = dom_sid_parse_talloc(ctx, args[1]);
args             2097 source4/client/client.c 		status = smblsa_lookup_name(ctx->cli, args[1], ctx, &sid_str);
args             2106 source4/client/client.c 	for (i = 2; args[i]; i++) {
args             2109 source4/client/client.c 		rights.names[rights.count].string = talloc_strdup(ctx, args[i]);
args             2126 source4/client/client.c static int cmd_open(struct smbclient_context *ctx, const char **args)
args             2130 source4/client/client.c 	if (!args[1]) {
args             2134 source4/client/client.c 	mask = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             2145 source4/client/client.c static int cmd_rmdir(struct smbclient_context *ctx, const char **args)
args             2149 source4/client/client.c 	if (!args[1]) {
args             2153 source4/client/client.c 	mask = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             2166 source4/client/client.c static int cmd_link(struct smbclient_context *ctx, const char **args)
args             2176 source4/client/client.c 	if (!args[1] || !args[2]) {
args             2181 source4/client/client.c 	src = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             2182 source4/client/client.c 	dest = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[2]);
args             2196 source4/client/client.c static int cmd_symlink(struct smbclient_context *ctx, const char **args)
args             2205 source4/client/client.c 	if (!args[1] || !args[2]) {
args             2210 source4/client/client.c 	src = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             2211 source4/client/client.c 	dest = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[2]);
args             2226 source4/client/client.c static int cmd_chmod(struct smbclient_context *ctx, const char **args)
args             2236 source4/client/client.c 	if (!args[1] || !args[2]) {
args             2241 source4/client/client.c 	src = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[2]);
args             2243 source4/client/client.c 	mode = (mode_t)strtol(args[1], NULL, 8);
args             2258 source4/client/client.c static int cmd_chown(struct smbclient_context *ctx, const char **args)
args             2269 source4/client/client.c 	if (!args[1] || !args[2] || !args[3]) {
args             2274 source4/client/client.c 	uid = (uid_t)atoi(args[1]);
args             2275 source4/client/client.c 	gid = (gid_t)atoi(args[2]);
args             2276 source4/client/client.c 	src = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[3]);
args             2290 source4/client/client.c static int cmd_rename(struct smbclient_context *ctx, const char **args)
args             2294 source4/client/client.c 	if (!args[1] || !args[2]) {
args             2299 source4/client/client.c 	src = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[1]);
args             2300 source4/client/client.c 	dest = talloc_asprintf(ctx, "%s%s", ctx->remote_cur_dir, args[2]);
args             2314 source4/client/client.c static int cmd_prompt(struct smbclient_context *ctx, const char **args)
args             2326 source4/client/client.c static int cmd_newer(struct smbclient_context *ctx, const char **args)
args             2330 source4/client/client.c 	if (args[1] && (stat(args[1],&sbuf) == 0)) {
args             2338 source4/client/client.c 	if (args[1] && ctx->newer_than == 0) {
args             2349 source4/client/client.c static int cmd_archive(struct smbclient_context *ctx, const char **args)
args             2351 source4/client/client.c 	if (args[1]) {
args             2352 source4/client/client.c 		ctx->archive_level = atoi(args[1]);
args             2362 source4/client/client.c static int cmd_lowercase(struct smbclient_context *ctx, const char **args)
args             2376 source4/client/client.c static int cmd_recurse(struct smbclient_context *ctx, const char **args)
args             2387 source4/client/client.c static int cmd_translate(struct smbclient_context *ctx, const char **args)
args             2400 source4/client/client.c static int cmd_printmode(struct smbclient_context *ctx, const char **args)
args             2402 source4/client/client.c 	if (args[1]) {
args             2403 source4/client/client.c 		if (strequal(args[1],"text")) {
args             2406 source4/client/client.c 			if (strequal(args[1],"graphics"))
args             2409 source4/client/client.c 				ctx->printmode = atoi(args[1]);
args             2432 source4/client/client.c static int cmd_lcd(struct smbclient_context *ctx, const char **args)
args             2436 source4/client/client.c 	if (args[1]) 
args             2437 source4/client/client.c 		chdir(args[1]);
args             2446 source4/client/client.c static int cmd_history(struct smbclient_context *ctx, const char **args)
args             2467 source4/client/client.c static int cmd_reget(struct smbclient_context *ctx, const char **args)
args             2472 source4/client/client.c 	if (!args[1]) {
args             2476 source4/client/client.c 	remote_name = talloc_asprintf(ctx, "%s\\%s", ctx->remote_cur_dir, args[1]);
args             2479 source4/client/client.c 	if (args[2]) 
args             2480 source4/client/client.c 		local_name = talloc_strdup(ctx, args[2]);
args             2482 source4/client/client.c 		local_name = talloc_strdup(ctx, args[1]);
args             2490 source4/client/client.c static int cmd_reput(struct smbclient_context *ctx, const char **args)
args             2495 source4/client/client.c 	if (!args[1]) {
args             2499 source4/client/client.c 	local_name = talloc_asprintf(ctx, "%s\\%s", ctx->remote_cur_dir, args[1]);
args             2506 source4/client/client.c 	if (args[2]) 
args             2507 source4/client/client.c 		remote_name = talloc_strdup(ctx, args[2]);
args             2509 source4/client/client.c 		remote_name = talloc_strdup(ctx, args[1]);
args             2639 source4/client/client.c static int cmd_help(struct smbclient_context *ctx, const char **args);
args             2649 source4/client/client.c   int (*fn)(struct smbclient_context *ctx, const char **args);
args             2746 source4/client/client.c static int cmd_help(struct smbclient_context *ctx, const char **args)
args             2750 source4/client/client.c 	if (args[1]) {
args             2751 source4/client/client.c 		if ((i = process_tok(args[1])) >= 0)
args             2989 source4/client/client.c 	const char **args;
args             2993 source4/client/client.c 	args = str_list_make_shell(ctx, cline, NULL);
args             2994 source4/client/client.c 	if (!args || !args[0])
args             2997 source4/client/client.c 	if ((i = process_tok(args[0])) >= 0) {
args             2998 source4/client/client.c 		i = commands[i].fn(ctx, args);
args             3000 source4/client/client.c 		d_printf("%s: command abbreviation ambiguous\n",args[0]);
args             3002 source4/client/client.c 		d_printf("%s: command not found\n",args[0]);
args             3005 source4/client/client.c 	talloc_free(args);
args              440 source4/client/smbmount.c 	char *args[20];
args              468 source4/client/smbmount.c 	memset(args, 0, sizeof(args[0])*20);
args              471 source4/client/smbmount.c 	args[i++] = "smbmnt";
args              473 source4/client/smbmount.c 	args[i++] = mount_point;
args              474 source4/client/smbmount.c 	args[i++] = "-s";
args              475 source4/client/smbmount.c 	args[i++] = svc2;
args              478 source4/client/smbmount.c 		args[i++] = "-r";
args              482 source4/client/smbmount.c 		args[i++] = "-u";
args              483 source4/client/smbmount.c 		args[i++] = smb_xstrdup(tmp);
args              487 source4/client/smbmount.c 		args[i++] = "-g";
args              488 source4/client/smbmount.c 		args[i++] = smb_xstrdup(tmp);
args              492 source4/client/smbmount.c 		args[i++] = "-f";
args              493 source4/client/smbmount.c 		args[i++] = smb_xstrdup(tmp);
args              497 source4/client/smbmount.c 		args[i++] = "-d";
args              498 source4/client/smbmount.c 		args[i++] = smb_xstrdup(tmp);
args              501 source4/client/smbmount.c 		args[i++] = "-o";
args              502 source4/client/smbmount.c 		args[i++] = options;
args              511 source4/client/smbmount.c 			execv(smbmnt_path, args);
args              516 source4/client/smbmount.c 			execvp("smbmnt", args);
args               42 source4/heimdal/kpasswd/kpasswd.c static struct getargs args[] = {
args              126 source4/heimdal/kpasswd/kpasswd.c 				args, sizeof(args) / sizeof(args[0]), usage);
args              129 source4/heimdal/kpasswd/kpasswd.c 	usage (0, args, sizeof(args) / sizeof(args[0]));
args               78 source4/heimdal/kuser/kinit.c static struct getargs args[] = {
args              186 source4/heimdal/kuser/kinit.c     arg_printusage_i18n (args,
args              187 source4/heimdal/kuser/kinit.c 			 sizeof(args)/sizeof(*args),
args              740 source4/heimdal/kuser/kinit.c     if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
args              153 source4/heimdal/lib/asn1/asn1_gen.c struct getargs args[] = {
args              157 source4/heimdal/lib/asn1/asn1_gen.c int num_args = sizeof(args) / sizeof(args[0]);
args              162 source4/heimdal/lib/asn1/asn1_gen.c     arg_printusage(args, num_args, NULL, "parse-file");
args              173 source4/heimdal/lib/asn1/asn1_gen.c     if(getarg(args, num_args, argc, argv, &optidx))
args             2695 source4/heimdal/lib/asn1/lex.c     va_list args;
args             2697 source4/heimdal/lib/asn1/lex.c     va_start (args, format);
args             2699 source4/heimdal/lib/asn1/lex.c     vfprintf (stderr, format, args);
args             2700 source4/heimdal/lib/asn1/lex.c     va_end (args);
args               69 source4/heimdal/lib/asn1/main.c struct getargs args[] = {
args               77 source4/heimdal/lib/asn1/main.c int num_args = sizeof(args) / sizeof(args[0]);
args               82 source4/heimdal/lib/asn1/main.c     arg_printusage(args, num_args, NULL, "[asn1-file [name]]");
args               97 source4/heimdal/lib/asn1/main.c     if(getarg(args, num_args, argc, argv, &optidx))
args               73 source4/heimdal/lib/com_err/com_err.c default_proc (const char *whoami, long code, const char *fmt, va_list args)
args               77 source4/heimdal/lib/com_err/com_err.c default_proc (const char *whoami, long code, const char *fmt, va_list args)
args               84 source4/heimdal/lib/com_err/com_err.c       vfprintf(stderr, fmt, args);
args               94 source4/heimdal/lib/com_err/com_err.c 	    va_list args)
args               96 source4/heimdal/lib/com_err/com_err.c     (*com_err_hook) (whoami, code, fmt, args);
args              187 source4/heimdal/lib/com_err/compile_et.c struct getargs args[] = {
args              191 source4/heimdal/lib/com_err/compile_et.c int num_args = sizeof(args) / sizeof(args[0]);
args              196 source4/heimdal/lib/com_err/compile_et.c     arg_printusage(args, num_args, NULL, "error-table");
args              207 source4/heimdal/lib/com_err/compile_et.c     if(getarg(args, num_args, argc, argv, &optidx))
args             1904 source4/heimdal/lib/com_err/lex.c      va_list args;
args             1906 source4/heimdal/lib/com_err/lex.c      va_start (args, format);
args             1908 source4/heimdal/lib/com_err/lex.c      vfprintf (stderr, format, args);
args             1909 source4/heimdal/lib/com_err/lex.c      va_end (args);
args              128 source4/heimdal/lib/gssapi/krb5/display_status.c     va_list args;
args              134 source4/heimdal/lib/gssapi/krb5/display_status.c     va_start(args, fmt);
args              135 source4/heimdal/lib/gssapi/krb5/display_status.c     vasprintf(&str, fmt, args);
args              136 source4/heimdal/lib/gssapi/krb5/display_status.c     va_end(args);
args               72 source4/heimdal/lib/hx509/ks_p11.c #define P11FUNC(module,f,args) (*(module)->funcs->C_##f)args
args               52 source4/heimdal/lib/krb5/changepw.c     va_list args;
args               55 source4/heimdal/lib/krb5/changepw.c     va_start(args, fmt);
args               56 source4/heimdal/lib/krb5/changepw.c     d->length = vasprintf (&str, fmt, args);
args               57 source4/heimdal/lib/krb5/changepw.c     va_end(args);
args              414 source4/heimdal/lib/krb5/config_file.c     va_list args;
args              416 source4/heimdal/lib/krb5/config_file.c     va_start(args, type);
args              417 source4/heimdal/lib/krb5/config_file.c     ret = krb5_config_vget_next (context, c, pointer, type, args);
args              418 source4/heimdal/lib/krb5/config_file.c     va_end(args);
args              428 source4/heimdal/lib/krb5/config_file.c 	  va_list args)
args              430 source4/heimdal/lib/krb5/config_file.c     const char *p = va_arg(args, const char *);
args              437 source4/heimdal/lib/krb5/config_file.c 		return vget_next(context, b->u.list, pointer, type, p, args);
args              450 source4/heimdal/lib/krb5/config_file.c 		       va_list args)
args              464 source4/heimdal/lib/krb5/config_file.c 	p = va_arg(args, const char *);
args              467 source4/heimdal/lib/krb5/config_file.c 	return vget_next(context, c, pointer, type, p, args);
args              488 source4/heimdal/lib/krb5/config_file.c     va_list args;
args              490 source4/heimdal/lib/krb5/config_file.c     va_start(args, type);
args              491 source4/heimdal/lib/krb5/config_file.c     ret = krb5_config_vget (context, c, type, args);
args              492 source4/heimdal/lib/krb5/config_file.c     va_end(args);
args              500 source4/heimdal/lib/krb5/config_file.c 		  va_list args)
args              504 source4/heimdal/lib/krb5/config_file.c     return krb5_config_vget_next (context, c, &foo, type, args);
args              513 source4/heimdal/lib/krb5/config_file.c     va_list args;
args              515 source4/heimdal/lib/krb5/config_file.c     va_start(args, c);
args              516 source4/heimdal/lib/krb5/config_file.c     ret = krb5_config_vget_list (context, c, args);
args              517 source4/heimdal/lib/krb5/config_file.c     va_end(args);
args              524 source4/heimdal/lib/krb5/config_file.c 		       va_list args)
args              526 source4/heimdal/lib/krb5/config_file.c     return krb5_config_vget (context, c, krb5_config_list, args);
args              535 source4/heimdal/lib/krb5/config_file.c     va_list args;
args              537 source4/heimdal/lib/krb5/config_file.c     va_start(args, c);
args              538 source4/heimdal/lib/krb5/config_file.c     ret = krb5_config_vget_string (context, c, args);
args              539 source4/heimdal/lib/krb5/config_file.c     va_end(args);
args              546 source4/heimdal/lib/krb5/config_file.c 			 va_list args)
args              548 source4/heimdal/lib/krb5/config_file.c     return krb5_config_vget (context, c, krb5_config_string, args);
args              555 source4/heimdal/lib/krb5/config_file.c 				 va_list args)
args              559 source4/heimdal/lib/krb5/config_file.c     ret = krb5_config_vget_string (context, c, args);
args              572 source4/heimdal/lib/krb5/config_file.c     va_list args;
args              574 source4/heimdal/lib/krb5/config_file.c     va_start(args, def_value);
args              575 source4/heimdal/lib/krb5/config_file.c     ret = krb5_config_vget_string_default (context, c, def_value, args);
args              576 source4/heimdal/lib/krb5/config_file.c     va_end(args);
args              583 source4/heimdal/lib/krb5/config_file.c 			 va_list args)
args              591 source4/heimdal/lib/krb5/config_file.c 				     krb5_config_string, args))) {
args              655 source4/heimdal/lib/krb5/config_file.c 			       va_list args)
args              658 source4/heimdal/lib/krb5/config_file.c     str = krb5_config_vget_string (context, c, args);
args              670 source4/heimdal/lib/krb5/config_file.c 			va_list args)
args              672 source4/heimdal/lib/krb5/config_file.c     return krb5_config_vget_bool_default (context, c, FALSE, args);
args              706 source4/heimdal/lib/krb5/config_file.c 			       va_list args)
args              711 source4/heimdal/lib/krb5/config_file.c     str = krb5_config_vget_string (context, c, args);
args              722 source4/heimdal/lib/krb5/config_file.c 			va_list args)
args              724 source4/heimdal/lib/krb5/config_file.c     return krb5_config_vget_time_default (context, c, -1, args);
args              759 source4/heimdal/lib/krb5/config_file.c 			      va_list args)
args              762 source4/heimdal/lib/krb5/config_file.c     str = krb5_config_vget_string (context, c, args);
args              779 source4/heimdal/lib/krb5/config_file.c 		       va_list args)
args              781 source4/heimdal/lib/krb5/config_file.c     return krb5_config_vget_int_default (context, c, -1, args);
args               98 source4/heimdal/lib/krb5/error_string.c 			 const char *fmt, va_list args)
args              105 source4/heimdal/lib/krb5/error_string.c     vasprintf(&context->error_string, fmt, args);
args              254 source4/heimdal/lib/krb5/error_string.c krb5_vset_error_string(krb5_context context, const char *fmt, va_list args)
args              257 source4/heimdal/lib/krb5/error_string.c     krb5_vset_error_message(context, 0, fmt, args);
args               45 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c     krb5_keytab_key_proc_args *args  = rk_UNCONST(keyseed);
args               46 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c     krb5_keytab keytab = args->keytab;
args               47 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c     krb5_principal principal  = args->principal;
args               41 source4/heimdal/lib/krb5/prog_setup.c krb5_std_usage(int code, struct getargs *args, int num_args)
args               43 source4/heimdal/lib/krb5/prog_setup.c     arg_printusage(args, num_args, NULL, "");
args               49 source4/heimdal/lib/krb5/prog_setup.c 		   struct getargs *args, int num_args,
args               63 source4/heimdal/lib/krb5/prog_setup.c     if(getarg(args, num_args, argc, argv, &optidx))
args               64 source4/heimdal/lib/krb5/prog_setup.c 	(*usage)(1, args, num_args);
args               48 source4/heimdal/lib/krb5/warn.c     const char *args[2], **arg;
args               52 source4/heimdal/lib/krb5/warn.c     args[0] = args[1] = NULL;
args               53 source4/heimdal/lib/krb5/warn.c     arg = args;
args               81 source4/heimdal/lib/krb5/warn.c 	krb5_log(context, context->warn_dest, level, xfmt, args[0], args[1]);
args               83 source4/heimdal/lib/krb5/warn.c 	warnx(xfmt, args[0], args[1]);
args               91 source4/heimdal/lib/roken/getarg.c mandoc_template(struct getargs *args,
args              127 source4/heimdal/lib/roken/getarg.c 	if(ISFLAG(args[i]) ||
args              128 source4/heimdal/lib/roken/getarg.c 	   args[i].short_name == 0 || args[i].long_name == NULL) {
args              131 source4/heimdal/lib/roken/getarg.c 	    if(args[i].short_name) {
args              132 source4/heimdal/lib/roken/getarg.c 		print_arg(buf, sizeof(buf), 1, 0, args + i, i18n);
args              133 source4/heimdal/lib/roken/getarg.c 		printf("Fl %c%s", args[i].short_name, buf);
args              134 source4/heimdal/lib/roken/getarg.c 		if(args[i].long_name)
args              137 source4/heimdal/lib/roken/getarg.c 	    if(args[i].long_name) {
args              138 source4/heimdal/lib/roken/getarg.c 		print_arg(buf, sizeof(buf), 1, 1, args + i, i18n);
args              140 source4/heimdal/lib/roken/getarg.c 		       args[i].type == arg_negative_flag ? "no-" : "",
args              141 source4/heimdal/lib/roken/getarg.c 		       args[i].long_name, buf);
args              145 source4/heimdal/lib/roken/getarg.c 	    print_arg(buf, sizeof(buf), 1, 0, args + i, i18n);
args              146 source4/heimdal/lib/roken/getarg.c 	    printf(".Oo Fl %c%s \\*(Ba Xo\n", args[i].short_name, buf);
args              147 source4/heimdal/lib/roken/getarg.c 	    print_arg(buf, sizeof(buf), 1, 1, args + i, i18n);
args              148 source4/heimdal/lib/roken/getarg.c 	    printf(".Fl -%s%s\n.Xc\n.Oc\n", args[i].long_name, buf);
args              162 source4/heimdal/lib/roken/getarg.c 	if(args[i].short_name){
args              163 source4/heimdal/lib/roken/getarg.c 	    printf(".Fl %c", args[i].short_name);
args              164 source4/heimdal/lib/roken/getarg.c 	    print_arg(buf, sizeof(buf), 1, 0, args + i, i18n);
args              166 source4/heimdal/lib/roken/getarg.c 	    if(args[i].long_name)
args              170 source4/heimdal/lib/roken/getarg.c 	if(args[i].long_name){
args              172 source4/heimdal/lib/roken/getarg.c 		   args[i].type == arg_negative_flag ? "no-" : "",
args              173 source4/heimdal/lib/roken/getarg.c 		   args[i].long_name);
args              174 source4/heimdal/lib/roken/getarg.c 	    print_arg(buf, sizeof(buf), 1, 1, args + i, i18n);
args              178 source4/heimdal/lib/roken/getarg.c 	if(args[i].help)
args              179 source4/heimdal/lib/roken/getarg.c 	    printf("%s\n", args[i].help);
args              214 source4/heimdal/lib/roken/getarg.c arg_printusage (struct getargs *args,
args              219 source4/heimdal/lib/roken/getarg.c     arg_printusage_i18n(args, num_args, "Usage",
args              224 source4/heimdal/lib/roken/getarg.c arg_printusage_i18n (struct getargs *args,
args              244 source4/heimdal/lib/roken/getarg.c 	mandoc_template(args, num_args, progname, extra_string, i18n);
args              255 source4/heimdal/lib/roken/getarg.c 	if(args[i].short_name && ISFLAG(args[i])) {
args              259 source4/heimdal/lib/roken/getarg.c 	    s[0] = args[i].short_name;
args              273 source4/heimdal/lib/roken/getarg.c 	if (args[i].long_name) {
args              277 source4/heimdal/lib/roken/getarg.c 	    if(args[i].type == arg_negative_flag) {
args              281 source4/heimdal/lib/roken/getarg.c 	    strlcat(buf, args[i].long_name, sizeof(buf));
args              282 source4/heimdal/lib/roken/getarg.c 	    len += strlen(args[i].long_name);
args              284 source4/heimdal/lib/roken/getarg.c 			     0, 1, &args[i], i18n);
args              286 source4/heimdal/lib/roken/getarg.c 	    if(args[i].type == arg_strings)
args              291 source4/heimdal/lib/roken/getarg.c 	if (args[i].short_name && !ISFLAG(args[i])) {
args              292 source4/heimdal/lib/roken/getarg.c 	    snprintf(buf, sizeof(buf), "[-%c", args[i].short_name);
args              295 source4/heimdal/lib/roken/getarg.c 			     0, 0, &args[i], i18n);
args              297 source4/heimdal/lib/roken/getarg.c 	    if(args[i].type == arg_strings)
args              302 source4/heimdal/lib/roken/getarg.c 	if (args[i].long_name && args[i].short_name)
args              312 source4/heimdal/lib/roken/getarg.c 	if (args[i].help) {
args              315 source4/heimdal/lib/roken/getarg.c 	    if (args[i].short_name) {
args              316 source4/heimdal/lib/roken/getarg.c 		count += fprintf (stderr, "-%c", args[i].short_name);
args              317 source4/heimdal/lib/roken/getarg.c 		print_arg (buf, sizeof(buf), 0, 0, &args[i], i18n);
args              320 source4/heimdal/lib/roken/getarg.c 	    if (args[i].short_name && args[i].long_name)
args              322 source4/heimdal/lib/roken/getarg.c 	    if (args[i].long_name) {
args              324 source4/heimdal/lib/roken/getarg.c 		if (args[i].type == arg_negative_flag)
args              326 source4/heimdal/lib/roken/getarg.c 		count += fprintf (stderr, "%s", args[i].long_name);
args              327 source4/heimdal/lib/roken/getarg.c 		print_arg (buf, sizeof(buf), 0, 1, &args[i], i18n);
args              332 source4/heimdal/lib/roken/getarg.c 	    fprintf (stderr, "%s\n", (*i18n)(args[i].help));
args              356 source4/heimdal/lib/roken/getarg.c arg_match_long(struct getargs *args, size_t num_args,
args              375 source4/heimdal/lib/roken/getarg.c 	if(args[i].long_name) {
args              376 source4/heimdal/lib/roken/getarg.c 	    int len = strlen(args[i].long_name);
args              382 source4/heimdal/lib/roken/getarg.c 		if (strncmp (args[i].long_name, p, p_len) == 0) {
args              384 source4/heimdal/lib/roken/getarg.c 			current = &args[i];
args              387 source4/heimdal/lib/roken/getarg.c 			partial = &args[i];
args              390 source4/heimdal/lib/roken/getarg.c 		} else if (ISFLAG(args[i]) && strncmp (p, "no-", 3) == 0) {
args              487 source4/heimdal/lib/roken/getarg.c arg_match_short (struct getargs *args, size_t num_args,
args              496 source4/heimdal/lib/roken/getarg.c 	    if(args[k].short_name == 0)
args              498 source4/heimdal/lib/roken/getarg.c 	    if(argv[j] == args[k].short_name) {
args              499 source4/heimdal/lib/roken/getarg.c 		if(args[k].type == arg_flag) {
args              500 source4/heimdal/lib/roken/getarg.c 		    *(int*)args[k].value = 1;
args              503 source4/heimdal/lib/roken/getarg.c 		if(args[k].type == arg_negative_flag) {
args              504 source4/heimdal/lib/roken/getarg.c 		    *(int*)args[k].value = 0;
args              507 source4/heimdal/lib/roken/getarg.c 		if(args[k].type == arg_counter) {
args              508 source4/heimdal/lib/roken/getarg.c 		    ++*(int *)args[k].value;
args              511 source4/heimdal/lib/roken/getarg.c 		if(args[k].type == arg_collect) {
args              512 source4/heimdal/lib/roken/getarg.c 		    struct getarg_collect_info *c = args[k].value;
args              529 source4/heimdal/lib/roken/getarg.c 		if(args[k].type == arg_integer) {
args              533 source4/heimdal/lib/roken/getarg.c 		    *(int*)args[k].value = tmp;
args              535 source4/heimdal/lib/roken/getarg.c 		} else if(args[k].type == arg_string) {
args              536 source4/heimdal/lib/roken/getarg.c 		    *(char**)args[k].value = goptarg;
args              538 source4/heimdal/lib/roken/getarg.c 		} else if(args[k].type == arg_strings) {
args              539 source4/heimdal/lib/roken/getarg.c 		    return add_string((getarg_strings*)args[k].value, goptarg);
args              540 source4/heimdal/lib/roken/getarg.c 		} else if(args[k].type == arg_double) {
args              544 source4/heimdal/lib/roken/getarg.c 		    *(double*)args[k].value = tmp;
args              557 source4/heimdal/lib/roken/getarg.c getarg(struct getargs *args, size_t num_args,
args              579 source4/heimdal/lib/roken/getarg.c 	    ret = arg_match_long (args, num_args, argv[i] + 2,
args              582 source4/heimdal/lib/roken/getarg.c 	    ret = arg_match_short (args, num_args, argv[i],
args              605 source4/heimdal/lib/roken/getarg.c struct getargs args[] = {
args              616 source4/heimdal/lib/roken/getarg.c     while(getarg(args, 5, argc, argv, &goptind))
args              623 source4/heimdal/lib/roken/getarg.c     arg_printusage (args, 5, argv[0], "nothing here");
args               90 source4/heimdal/lib/roken/getarg.h getarg(struct getargs *args, size_t num_args,
args               94 source4/heimdal/lib/roken/getarg.h arg_printusage (struct getargs *args,
args              100 source4/heimdal/lib/roken/getarg.h arg_printusage_i18n (struct getargs *args,
args              260 source4/heimdal/lib/roken/rkpty.c static struct getargs args[] = {
args              270 source4/heimdal/lib/roken/rkpty.c     arg_printusage (args, sizeof(args)/sizeof(*args), NULL, "infile command..");
args              282 source4/heimdal/lib/roken/rkpty.c     if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
args              240 source4/heimdal/lib/roken/simple_exec.c simple_execvp_timed(const char *file, char *const args[],
args              248 source4/heimdal/lib/roken/simple_exec.c 	execvp(file, args);
args              256 source4/heimdal/lib/roken/simple_exec.c simple_execvp(const char *file, char *const args[])
args              258 source4/heimdal/lib/roken/simple_exec.c     return simple_execvp_timed(file, args, NULL, NULL, 0);
args              263 source4/heimdal/lib/roken/simple_exec.c simple_execve_timed(const char *file, char *const args[], char *const envp[],
args              271 source4/heimdal/lib/roken/simple_exec.c 	execve(file, args, envp);
args              279 source4/heimdal/lib/roken/simple_exec.c simple_execve(const char *file, char *const args[], char *const envp[])
args              281 source4/heimdal/lib/roken/simple_exec.c     return simple_execve_timed(file, args, envp, NULL, NULL, 0);
args               32 source4/lib/com/pycom.c static PyObject *py_get_class_object(PyObject *self, PyObject *args)
args               40 source4/lib/com/pycom.c 	if (!PyArg_ParseTuple(args, "ss", &s_clsid, &s_iid))
args              481 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         va_list         args;
args              484 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         va_start(args, pSql);
args              487 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if ((p = sqlite3_vmprintf(pSql, args)) == NULL) {
args              549 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         va_end(args);
args              185 source4/lib/ldb/pyldb.c static PyObject *py_ldb_dn_check_special(PyLdbDnObject *self, PyObject *args)
args              189 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              208 source4/lib/ldb/pyldb.c static PyObject *py_ldb_dn_add_child(PyLdbDnObject *self, PyObject *args)
args              212 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_other))
args              223 source4/lib/ldb/pyldb.c static PyObject *py_ldb_dn_add_base(PyLdbDnObject *self, PyObject *args)
args              227 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_other))
args              296 source4/lib/ldb/pyldb.c static PyObject *py_ldb_dn_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args              305 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Os",
args              372 source4/lib/ldb/pyldb.c static PyObject *py_ldb_set_debug(PyLdbObject *self, PyObject *args)
args              376 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &cb))
args              386 source4/lib/ldb/pyldb.c static PyObject *py_ldb_set_create_perms(PyTypeObject *self, PyObject *args)
args              389 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "I", &perms))
args              397 source4/lib/ldb/pyldb.c static PyObject *py_ldb_set_modules_dir(PyTypeObject *self, PyObject *args)
args              400 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &modules_dir))
args              493 source4/lib/ldb/pyldb.c static int py_ldb_init(PyLdbObject *self, PyObject *args, PyObject *kwargs)
args              503 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|ziO:Ldb.__init__",
args              530 source4/lib/ldb/pyldb.c static PyObject *py_ldb_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args              549 source4/lib/ldb/pyldb.c static PyObject *py_ldb_connect(PyLdbObject *self, PyObject *args, PyObject *kwargs)
args              558 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|iO",
args              579 source4/lib/ldb/pyldb.c static PyObject *py_ldb_modify(PyLdbObject *self, PyObject *args)
args              583 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_msg))
args              597 source4/lib/ldb/pyldb.c static PyObject *py_ldb_add(PyLdbObject *self, PyObject *args)
args              606 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_msg))
args              656 source4/lib/ldb/pyldb.c static PyObject *py_ldb_delete(PyLdbObject *self, PyObject *args)
args              662 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_dn))
args              676 source4/lib/ldb/pyldb.c static PyObject *py_ldb_rename(PyLdbObject *self, PyObject *args)
args              682 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "OO", &py_dn1, &py_dn2))
args              698 source4/lib/ldb/pyldb.c static PyObject *py_ldb_schema_attribute_remove(PyLdbObject *self, PyObject *args)
args              701 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              709 source4/lib/ldb/pyldb.c static PyObject *py_ldb_schema_attribute_add(PyLdbObject *self, PyObject *args)
args              714 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "sIs", &attribute, &flags, &syntax))
args              738 source4/lib/ldb/pyldb.c static PyObject *py_ldb_parse_ldif(PyLdbObject *self, PyObject *args)
args              744 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &s))
args              754 source4/lib/ldb/pyldb.c static PyObject *py_ldb_schema_format_value(PyLdbObject *self, PyObject *args)
args              764 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "sO", &element_name, &val))
args              790 source4/lib/ldb/pyldb.c static PyObject *py_ldb_search(PyLdbObject *self, PyObject *args, PyObject *kwargs)
args              806 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OizOO",
args              875 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_opaque(PyLdbObject *self, PyObject *args)
args              880 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              893 source4/lib/ldb/pyldb.c static PyObject *py_ldb_set_opaque(PyLdbObject *self, PyObject *args)
args              898 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "sO", &name, &data))
args             1116 source4/lib/ldb/pyldb.c static PyObject *py_ldb_module_search(PyLdbModuleObject *self, PyObject *args, PyObject *kwargs)
args             1124 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "OiOO",
args             1145 source4/lib/ldb/pyldb.c static PyObject *py_ldb_module_add(PyLdbModuleObject *self, PyObject *args)
args             1152 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_message))
args             1167 source4/lib/ldb/pyldb.c static PyObject *py_ldb_module_modify(PyLdbModuleObject *self, PyObject *args) 
args             1174 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_message))
args             1189 source4/lib/ldb/pyldb.c static PyObject *py_ldb_module_delete(PyLdbModuleObject *self, PyObject *args) 
args             1195 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_dn))
args             1209 source4/lib/ldb/pyldb.c static PyObject *py_ldb_module_rename(PyLdbModuleObject *self, PyObject *args)
args             1215 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "OO", &py_dn1, &py_dn2))
args             1315 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_element_get(PyLdbMessageElementObject *self, PyObject *args)
args             1318 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "i", &i))
args             1380 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_element_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args             1389 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|Ois",
args             1486 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_remove_attr(PyLdbMessageObject *self, PyObject *args)
args             1489 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &name))
args             1537 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_get(PyLdbMessageObject *self, PyObject *args)
args             1540 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &name))
args             1611 source4/lib/ldb/pyldb.c static PyObject *py_ldb_msg_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args             1618 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|O",
args             1993 source4/lib/ldb/pyldb.c static PyObject *py_register_module(PyObject *module, PyObject *args)
args             1999 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &input))
args             2031 source4/lib/ldb/pyldb.c static PyObject *py_timestring(PyObject *module, PyObject *args)
args             2036 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "L", &t))
args             2044 source4/lib/ldb/pyldb.c static PyObject *py_string_to_time(PyObject *module, PyObject *args)
args             2047 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &str))
args             2053 source4/lib/ldb/pyldb.c static PyObject *py_valid_attr_name(PyObject *self, PyObject *args)
args             2056 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "s", &name))
args               70 source4/lib/messaging/pymessaging.c PyObject *py_messaging_connect(PyTypeObject *self, PyObject *args, PyObject *kwargs)
args               78 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|Oz:connect", 
args              132 source4/lib/messaging/pymessaging.c static PyObject *py_messaging_send(PyObject *self, PyObject *args, PyObject *kwargs)
args              143 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "Ois#|:send", 
args              173 source4/lib/messaging/pymessaging.c static PyObject *py_messaging_register(PyObject *self, PyObject *args, PyObject *kwargs)
args              181 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|i:send", 
args              205 source4/lib/messaging/pymessaging.c static PyObject *py_messaging_deregister(PyObject *self, PyObject *args, PyObject *kwargs)
args              212 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|i:send", 
args              224 source4/lib/messaging/pymessaging.c static PyObject *py_messaging_add_name(PyObject *self, PyObject *args, PyObject *kwargs)
args              231 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|:send", 
args              246 source4/lib/messaging/pymessaging.c static PyObject *py_messaging_remove_name(PyObject *self, PyObject *args, PyObject *kwargs)
args              252 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|:send", 
args              322 source4/lib/messaging/pymessaging.c PyObject *py_irpc_connect(PyTypeObject *self, PyObject *args, PyObject *kwargs)
args              331 source4/lib/messaging/pymessaging.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|Oz:connect", 
args              444 source4/lib/messaging/pymessaging.c static PyObject *py_irpc_call(irpc_ClientConnectionObject *p, struct PyNdrRpcMethodDef *method_def, PyObject *args, PyObject *kwargs)
args              461 source4/lib/messaging/pymessaging.c 	if (!method_def->pack_in_data(args, kwargs, ptr)) {
args              500 source4/lib/messaging/pymessaging.c static PyObject *py_irpc_call_wrapper(PyObject *self, PyObject *args, void *wrapped, PyObject *kwargs)
args              505 source4/lib/messaging/pymessaging.c 	return py_irpc_call(iface, md, args, kwargs);
args               43 source4/lib/registry/pyregistry.c static PyObject *py_get_predefined_key_by_name(PyObject *self, PyObject *args)
args               50 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &name))
args               59 source4/lib/registry/pyregistry.c static PyObject *py_key_del_abs(PyObject *self, PyObject *args)
args               65 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &path))
args               74 source4/lib/registry/pyregistry.c static PyObject *py_get_predefined_key(PyObject *self, PyObject *args)
args               81 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "I", &hkey))
args               90 source4/lib/registry/pyregistry.c static PyObject *py_diff_apply(PyObject *self, PyObject *args)
args               95 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &filename))
args              104 source4/lib/registry/pyregistry.c static PyObject *py_mount_hive(PyObject *self, PyObject *args)
args              112 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "OI|O", &py_hivekey, &hkey, &py_elements))
args              137 source4/lib/registry/pyregistry.c static PyObject *registry_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args              170 source4/lib/registry/pyregistry.c static PyObject *py_hive_key_del(PyObject *self, PyObject *args)
args              176 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              197 source4/lib/registry/pyregistry.c static PyObject *py_hive_key_del_value(PyObject *self, PyObject *args)
args              203 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              213 source4/lib/registry/pyregistry.c static PyObject *py_hive_key_set_value(PyObject *self, PyObject *args)
args              221 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "siz#", &name, &type, &value.data, &value.length))
args              246 source4/lib/registry/pyregistry.c static PyObject *hive_open(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args              268 source4/lib/registry/pyregistry.c static PyObject *py_open_samba(PyObject *self, PyObject *args, PyObject *kwargs)
args              277 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOO", discard_const_p(char *, kwnames),
args              305 source4/lib/registry/pyregistry.c static PyObject *py_open_directory(PyObject *self, PyObject *args)
args              311 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &location))
args              320 source4/lib/registry/pyregistry.c static PyObject *py_create_directory(PyObject *self, PyObject *args)
args              326 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &location))
args              335 source4/lib/registry/pyregistry.c static PyObject *py_open_ldb_file(PyObject *self, PyObject *args, PyObject *kwargs)
args              346 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|OOO", 
args              374 source4/lib/registry/pyregistry.c static PyObject *py_str_regtype(PyObject *self, PyObject *args)
args              378 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "i", &regtype))
args              384 source4/lib/registry/pyregistry.c static PyObject *py_get_predef_name(PyObject *self, PyObject *args)
args              389 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "I", &hkey))
args              157 source4/lib/wmi/tools/wmic.c 	struct program_args args = {};
args              167 source4/lib/wmi/tools/wmic.c 	parse_args(argc, argv, &args);
args              171 source4/lib/wmi/tools/wmic.c 	if (!args.ns)
args              172 source4/lib/wmi/tools/wmic.c 		args.ns = "root\\cimv2";
args              173 source4/lib/wmi/tools/wmic.c 	result = WBEM_ConnectServer(ctx, args.hostname, args.ns, 0, 0, 0, 0, 0, 0, &pWS);
args              177 source4/lib/wmi/tools/wmic.c 	query.data = args.query;
args              181 source4/lib/wmi/tools/wmis.c 	struct program_args args = {};
args              191 source4/lib/wmi/tools/wmis.c 	parse_args(argc, argv, &args);
args              194 source4/lib/wmi/tools/wmis.c 	result = WBEM_ConnectServer(ctx, args.hostname, "root\\cimv2", 0, 0, 0, 0, 0, 0, &pWS);
args             1106 source4/lib/wmi/wmi_wrap.c SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
args             1108 source4/lib/wmi/wmi_wrap.c   if (!args) {
args             1117 source4/lib/wmi/wmi_wrap.c   if (!PyTuple_Check(args)) {
args             1121 source4/lib/wmi/wmi_wrap.c     register Py_ssize_t l = PyTuple_GET_SIZE(args);
args             1133 source4/lib/wmi/wmi_wrap.c 	objs[i] = PyTuple_GET_ITEM(args, i);
args             1323 source4/lib/wmi/wmi_wrap.c   PyObject *args = PyTuple_New(1);
args             1324 source4/lib/wmi/wmi_wrap.c   if (args) {
args             1325 source4/lib/wmi/wmi_wrap.c     if (PyTuple_SetItem(args, 0, PySwigObject_long(v)) == 0) {
args             1328 source4/lib/wmi/wmi_wrap.c 	res = PyString_Format(ofmt,args);
args             1331 source4/lib/wmi/wmi_wrap.c       Py_DECREF(args);
args             1353 source4/lib/wmi/wmi_wrap.c PySwigObject_repr(PySwigObject *v, PyObject *args)
args             1364 source4/lib/wmi/wmi_wrap.c     PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next, args);
args             1477 source4/lib/wmi/wmi_wrap.c PySwigObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
args             1493 source4/lib/wmi/wmi_wrap.c PySwigObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
args             1505 source4/lib/wmi/wmi_wrap.c PySwigObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
args             1514 source4/lib/wmi/wmi_wrap.c PySwigObject_own(PyObject *v, PyObject *args)
args             1518 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
args             1520 source4/lib/wmi/wmi_wrap.c   if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val)) 
args             1538 source4/lib/wmi/wmi_wrap.c 	  PySwigObject_acquire(v,args);
args             1540 source4/lib/wmi/wmi_wrap.c 	  PySwigObject_disown(v,args);
args             2200 source4/lib/wmi/wmi_wrap.c SWIG_Python_InitShadowInstance(PyObject *args) {
args             2202 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swiginit", 2, 2, obj)) {
args             2993 source4/lib/wmi/wmi_wrap.c 		PyObject *args, *property;
args             2995 source4/lib/wmi/wmi_wrap.c 		args = Py_BuildValue("(si)", wco->obj_class->properties[i].property.name, wco->obj_class->properties[i].property.desc->cimtype & CIM_TYPEMASK);
args             2996 source4/lib/wmi/wmi_wrap.c 		if (!args) goto finish;
args             2997 source4/lib/wmi/wmi_wrap.c 		property = PyObject_CallObject(addProp, args);
args             2998 source4/lib/wmi/wmi_wrap.c 		Py_DECREF(args);
args             3032 source4/lib/wmi/wmi_wrap.c 	PyObject *swo_class, *swo, *args, *result;
args             3036 source4/lib/wmi/wmi_wrap.c 	args = PyTuple_New(0);
args             3037 source4/lib/wmi/wmi_wrap.c 	if (!args) {
args             3041 source4/lib/wmi/wmi_wrap.c 	swo = PyObject_CallObject(swo_class, args);
args             3042 source4/lib/wmi/wmi_wrap.c 	Py_DECREF(args);
args             3057 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_WBEM_ConnectServer(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
args             3111 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOOOOO:WBEM_ConnectServer",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) SWIG_fail;
args             3182 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_IUnknown_Release(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3192 source4/lib/wmi/wmi_wrap.c   if (!args) SWIG_fail;
args             3193 source4/lib/wmi/wmi_wrap.c   swig_obj[0] = args;
args             3207 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_new_IUnknown(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3211 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,"new_IUnknown",0,0,0)) SWIG_fail;
args             3220 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_delete_IUnknown(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3227 source4/lib/wmi/wmi_wrap.c   if (!args) SWIG_fail;
args             3228 source4/lib/wmi/wmi_wrap.c   swig_obj[0] = args;
args             3242 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *IUnknown_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3244 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
args             3249 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *IUnknown_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3250 source4/lib/wmi/wmi_wrap.c   return SWIG_Python_InitShadowInstance(args);
args             3253 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_IWbemServices_ExecQuery(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
args             3283 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:IWbemServices_ExecQuery",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
args             3323 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_IWbemServices_ExecNotificationQuery(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
args             3353 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:IWbemServices_ExecNotificationQuery",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
args             3393 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_IWbemServices_CreateInstanceEnum(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
args             3421 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:IWbemServices_CreateInstanceEnum",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
args             3458 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_new_IWbemServices(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3462 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,"new_IWbemServices",0,0,0)) SWIG_fail;
args             3471 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_delete_IWbemServices(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3478 source4/lib/wmi/wmi_wrap.c   if (!args) SWIG_fail;
args             3479 source4/lib/wmi/wmi_wrap.c   swig_obj[0] = args;
args             3493 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *IWbemServices_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3495 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
args             3500 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *IWbemServices_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3501 source4/lib/wmi/wmi_wrap.c   return SWIG_Python_InitShadowInstance(args);
args             3504 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_IEnumWbemClassObject_Reset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3514 source4/lib/wmi/wmi_wrap.c   if (!args) SWIG_fail;
args             3515 source4/lib/wmi/wmi_wrap.c   swig_obj[0] = args;
args             3534 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_new_IEnumWbemClassObject(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3538 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,"new_IEnumWbemClassObject",0,0,0)) SWIG_fail;
args             3547 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_delete_IEnumWbemClassObject(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3554 source4/lib/wmi/wmi_wrap.c   if (!args) SWIG_fail;
args             3555 source4/lib/wmi/wmi_wrap.c   swig_obj[0] = args;
args             3569 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *IEnumWbemClassObject_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3571 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
args             3576 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *IEnumWbemClassObject_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
args             3577 source4/lib/wmi/wmi_wrap.c   return SWIG_Python_InitShadowInstance(args);
args             3580 source4/lib/wmi/wmi_wrap.c SWIGINTERN PyObject *_wrap_IEnumWbemClassObject_SmartNext(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
args             3602 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:IEnumWbemClassObject_SmartNext",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
args               36 source4/libnet/py_net.c static PyObject *py_net_join(PyObject *cls, PyObject *args, PyObject *kwargs)
args               46 source4/libnet/py_net.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ssii:Join", discard_const_p(char *, kwnames), 
args               72 source4/librpc/ndr/py_security.c static int py_dom_sid_init(PyObject *self, PyObject *args, PyObject *kwargs)
args               78 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|s", discard_const_p(char *, kwnames), &str))
args               99 source4/librpc/ndr/py_security.c static PyObject *py_descriptor_sacl_add(PyObject *self, PyObject *args)
args              106 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "O", &py_ace))
args              115 source4/librpc/ndr/py_security.c static PyObject *py_descriptor_dacl_add(PyObject *self, PyObject *args)
args              122 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "O", &py_ace))
args              132 source4/librpc/ndr/py_security.c static PyObject *py_descriptor_dacl_del(PyObject *self, PyObject *args)
args              139 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "O", &py_sid))
args              148 source4/librpc/ndr/py_security.c static PyObject *py_descriptor_sacl_del(PyObject *self, PyObject *args)
args              155 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "O", &py_sid))
args              164 source4/librpc/ndr/py_security.c static PyObject *py_descriptor_new(PyTypeObject *self, PyObject *args, PyObject *kwargs)
args              169 source4/librpc/ndr/py_security.c static PyObject *py_descriptor_from_sddl(PyObject *self, PyObject *args)
args              176 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "sO", &sddl, &py_sid))
args              231 source4/librpc/ndr/py_security.c static PyObject *py_token_is_sid(PyObject *self, PyObject *args)
args              236 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "O", &py_sid))
args              244 source4/librpc/ndr/py_security.c static PyObject *py_token_has_sid(PyObject *self, PyObject *args)
args              249 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "O", &py_sid))
args              285 source4/librpc/ndr/py_security.c static PyObject *py_token_has_privilege(PyObject *self, PyObject *args)
args              290 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "i", &priv))
args              296 source4/librpc/ndr/py_security.c static PyObject *py_token_set_privilege(PyObject *self, PyObject *args)
args              301 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "i", &priv))
args              308 source4/librpc/ndr/py_security.c static PyObject *py_token_new(PyTypeObject *self, PyObject *args, PyObject *kwargs)
args              342 source4/librpc/ndr/py_security.c static PyObject *py_privilege_name(PyObject *self, PyObject *args)
args              345 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "i", &priv))
args              351 source4/librpc/ndr/py_security.c static PyObject *py_privilege_id(PyObject *self, PyObject *args)
args              355 source4/librpc/ndr/py_security.c 	if (!PyArg_ParseTuple(args, "s", &name))
args               34 source4/librpc/rpc/pyrpc.c 					PyObject *args, PyObject *kwargs)
args               58 source4/librpc/rpc/pyrpc.c 	if (!md->pack_in_data(args, kwargs, r)) {
args               76 source4/librpc/rpc/pyrpc.c static PyObject *py_dcerpc_call_wrapper(PyObject *self, PyObject *args, void *wrapped, PyObject *kwargs)
args               81 source4/librpc/rpc/pyrpc.c 	return py_dcerpc_run_function(iface, md, args, kwargs);
args              221 source4/librpc/rpc/pyrpc.c static PyObject *py_iface_request(PyObject *self, PyObject *args, PyObject *kwargs)
args              235 source4/librpc/rpc/pyrpc.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "is#|O:request", 
args              264 source4/librpc/rpc/pyrpc.c static PyObject *py_iface_alter_context(PyObject *self, PyObject *args, PyObject *kwargs)
args              272 source4/librpc/rpc/pyrpc.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|O:alter_context", 
args              300 source4/librpc/rpc/pyrpc.c PyObject *py_dcerpc_interface_init_helper(PyTypeObject *type, PyObject *args, PyObject *kwargs, const struct ndr_interface_table *table)
args              316 source4/librpc/rpc/pyrpc.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|OOO:samr", discard_const_p(char *, kwnames), &binding_string, &py_lp_ctx, &py_credentials, &py_basis)) {
args              380 source4/librpc/rpc/pyrpc.c static PyObject *dcerpc_interface_new(PyTypeObject *self, PyObject *args, PyObject *kwargs)
args              398 source4/librpc/rpc/pyrpc.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "sO|OOO:connect", discard_const_p(char *, kwnames), &binding_string, &syntax, &py_lp_ctx, &py_credentials, &py_basis)) {
args               58 source4/librpc/rpc/pyrpc.h typedef bool (*py_data_pack_fn) (PyObject *args, PyObject *kwargs, void *r);
args               72 source4/librpc/rpc/pyrpc.h PyObject *py_dcerpc_interface_init_helper(PyTypeObject *type, PyObject *args, PyObject *kwargs, const struct ndr_interface_table *table);
args               97 source4/ntvfs/nbench/vfs_nbench.c #define PASS_THRU_REQ(ntvfs, req, op, par1, args) do { \
args               99 source4/ntvfs/nbench/vfs_nbench.c 	status = ntvfs_next_##op args; \
args              217 source4/ntvfs/unixuid/vfs_unixuid.c #define PASS_THRU_REQ(ntvfs, req, op, args) do { \
args              222 source4/ntvfs/unixuid/vfs_unixuid.c 	status = ntvfs_next_##op args; \
args              145 source4/param/pyparam.c static PyObject *py_lp_ctx_load(py_talloc_Object *self, PyObject *args)
args              149 source4/param/pyparam.c 	if (!PyArg_ParseTuple(args, "s", &filename))
args              173 source4/param/pyparam.c static PyObject *py_lp_ctx_get(py_talloc_Object *self, PyObject *args)
args              178 source4/param/pyparam.c 	if (!PyArg_ParseTuple(args, "s|s", &param_name, &section_name))
args              187 source4/param/pyparam.c static PyObject *py_lp_ctx_is_myname(py_talloc_Object *self, PyObject *args)
args              190 source4/param/pyparam.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              196 source4/param/pyparam.c static PyObject *py_lp_ctx_is_mydomain(py_talloc_Object *self, PyObject *args)
args              199 source4/param/pyparam.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              205 source4/param/pyparam.c static PyObject *py_lp_ctx_set(py_talloc_Object *self, PyObject *args)
args              209 source4/param/pyparam.c 	if (!PyArg_ParseTuple(args, "ss", &name, &value))
args              221 source4/param/pyparam.c static PyObject *py_lp_ctx_private_path(py_talloc_Object *self, PyObject *args)
args              225 source4/param/pyparam.c 	if (!PyArg_ParseTuple(args, "s", &name))
args              280 source4/param/pyparam.c static PyObject *py_lp_ctx_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
args               51 source4/scripting/python/pyglue.c static PyObject *py_generate_random_str(PyObject *self, PyObject *args)
args               56 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "i", &len))
args               65 source4/scripting/python/pyglue.c static PyObject *py_unix2nttime(PyObject *self, PyObject *args)
args               69 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "I", &t))
args               77 source4/scripting/python/pyglue.c static PyObject *py_ldb_set_credentials(PyObject *self, PyObject *args)
args               82 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "OO", &py_ldb, &py_creds))
args               98 source4/scripting/python/pyglue.c static PyObject *py_ldb_set_loadparm(PyObject *self, PyObject *args)
args              103 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "OO", &py_ldb, &py_lp_ctx))
args              120 source4/scripting/python/pyglue.c static PyObject *py_ldb_set_session_info(PyObject *self, PyObject *args)
args              125 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "OO", &py_ldb, &py_session_info))
args              141 source4/scripting/python/pyglue.c static PyObject *py_samdb_set_domain_sid(PyLdbObject *self, PyObject *args)
args              148 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "OO", &py_ldb, &py_sid))
args              163 source4/scripting/python/pyglue.c static PyObject *py_ldb_register_samba_handlers(PyObject *self, PyObject *args)
args              169 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "O", &py_ldb))
args              179 source4/scripting/python/pyglue.c static PyObject *py_dsdb_set_ntds_invocation_id(PyObject *self, PyObject *args)
args              185 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "OO", &py_ldb, &py_guid))
args              199 source4/scripting/python/pyglue.c static PyObject *py_dsdb_set_global_schema(PyObject *self, PyObject *args)
args              204 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "O", &py_ldb))
args              215 source4/scripting/python/pyglue.c static PyObject *py_dsdb_attach_schema_from_ldif_file(PyObject *self, PyObject *args)
args              222 source4/scripting/python/pyglue.c 	if (!PyArg_ParseTuple(args, "Oss", &py_ldb, &pf, &df))
args               24 source4/scripting/python/uuidmodule.c static PyObject *uuid_random(PyObject *self, PyObject *args)
args               30 source4/scripting/python/uuidmodule.c 	if (!PyArg_ParseTuple(args, ""))
args               39 source4/web_server/wsgi.c static PyObject *start_response(PyObject *self, PyObject *args, PyObject *kwargs)
args               51 source4/web_server/wsgi.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "sO|O:start_response", discard_const_p(char *, kwnames), &status, &response_header, &exc_info)) {
args              118 source4/web_server/wsgi.c static PyObject *py_error_flush(PyObject *self, PyObject *args, PyObject *kwargs)
args              124 source4/web_server/wsgi.c static PyObject *py_error_write(PyObject *self, PyObject *args, PyObject *kwargs)
args              129 source4/web_server/wsgi.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s:write", discard_const_p(char *, kwnames), &str)) {
args              138 source4/web_server/wsgi.c static PyObject *py_error_writelines(PyObject *self, PyObject *args, PyObject *kwargs)
args              143 source4/web_server/wsgi.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O:writelines", discard_const_p(char *, kwnames), &seq)) {
args              177 source4/web_server/wsgi.c static PyObject *py_input_read(PyObject *_self, PyObject *args, PyObject *kwargs)
args              184 source4/web_server/wsgi.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", discard_const_p(char *, kwnames), &size))
args              207 source4/web_server/wsgi.c static PyObject *py_input_readlines(PyObject *_self, PyObject *args, PyObject *kwargs)
args              212 source4/web_server/wsgi.c 	if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", discard_const_p(char *, kwnames), &hint))