Home
last modified time | relevance | path

Searched refs:typearg (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dmoused19 typearg=
55 typearg="-t ${mytype}"
64 /usr/sbin/moused ${myflags} -p ${myport} ${typearg} ${pidarg}
/freebsd/contrib/ncurses/form/
H A Dform.priv.h134 typedef struct typearg struct
136 struct typearg *left; argument
137 struct typearg *right; argument
/freebsd/contrib/lua/src/
H A Dlauxlib.c196 const char *typearg; /* name for the type of the actual argument */ in luaL_typeerror() local
198 typearg = lua_tostring(L, -1); /* use the given type name */ in luaL_typeerror()
200 typearg = "light userdata"; /* special name for messages */ in luaL_typeerror()
202 typearg = luaL_typename(L, arg); /* standard name */ in luaL_typeerror()
203 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in luaL_typeerror()
/freebsd/sbin/ipf/ippool/
H A Dippool.c252 char *poolname, *typearg = NULL; in poolcommand() local
292 typearg = optarg; in poolcommand()
314 if (typearg == NULL) { in poolcommand()
318 fprintf(stderr, "unknown type '%s'\n", typearg); in poolcommand()