Searched refs:argtype (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh294 argtype = ""
304 argtype = "char";
306 argtype = "int";
308 argtype = "short";
310 argtype = "chtype";
312 argtype = "attr";
322 if ( argtype == "char" ) {
335 if ( argtype == "int" || argtype == "short" ) {
337 argtype
[all...]
/freebsd-13-stable/sys/cddl/dev/sdt/
H A Dsdt.c245 struct sdt_argtype *argtype; local
253 TAILQ_FOREACH(argtype, &probe->argtype_list, argtype_entry) {
254 if (desc->dtargd_ndx == argtype->ndx) {
256 if (argtype->type == NULL) {
261 strlcpy(desc->dtargd_native, argtype->type,
263 if (argtype->xtype != NULL)
264 strlcpy(desc->dtargd_xlate, argtype->xtype,
291 struct sdt_argtype **argtype, **a_begin, **a_end; local
304 for (argtype = a_begin; argtype < a_en
[all...]
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dlhash.h180 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \
181 int_implement_lhash_doall(type, argtype, const type)
183 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \
184 int_implement_lhash_doall(type, argtype, type)
186 #define int_implement_lhash_doall(type, argtype, cbargtype) \
188 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \
189 void (*fn)(cbargtype *, argtype *), \
190 argtype *arg) \
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua599 -- argtype is... everything else.
600 local argtype = trim(arg:gsub(argname .. "$", ""), nil)
602 if argtype == "" and argname == "void" then
609 argtype = argtype:gsub("_native ", "")
610 argtype = argtype:gsub("(struct [^ ]*)", "%1" ..
612 argtype = argtype:gsub("(union [^ ]*)", "%1" ..
617 type = argtype,
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c459 zfs_type_t argtype; local
466 argtype = types;
468 argtype |= ZFS_TYPE_FILESYSTEM;
470 argtype |= ZFS_TYPE_VOLUME;
476 argtype);
478 zhp = zfs_open(g_zfs, argv[i], argtype);
/freebsd-13-stable/sbin/fdisk/
H A Dfdisk.c112 char argtype; member in struct:cmd::arg
987 command->args[command->n_args].argtype = *cp++;
1032 switch (command->args[i].argtype) {
1045 current_line_number, command->args[i].argtype,
1046 command->args[i].argtype);
/freebsd-13-stable/lib/libdevstat/
H A Ddevstat.c97 devstat_arg_type argtype; member in struct:devstat_args
1308 switch (devstat_arg_list[metric].argtype) {
1324 if (devstat_arg_list[metric].argtype == DEVSTAT_ARG_SKIP)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1132 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype) argument
1139 * It's not a valid path, assume it's a name of type 'argtype'.
1141 return (zfs_open(hdl, path, argtype));

Completed in 90 milliseconds