Home
last modified time | relevance | path

Searched refs:param (Results 1 – 17 of 17) sorted by relevance

/third_party/uapp/dash/src/
A Dshell.h79 #define TRACE(param) trace param argument
80 #define TRACEV(param) tracev param argument
82 #define TRACE(param) argument
83 #define TRACEV(param) argument
A Dexec.c82 union param param; /* definition of builtin function */ member
232 entry.u = cmdp->param; in hashiter()
282 idx = cmdp->param.index; in printentry()
376 prev = cmdp->param.index; in find_command()
450 cmdp->param.index = idx; in find_command()
475 cmdp->param.cmd = bcmd; in find_command()
480 entry->u = cmdp->param; in find_command()
661 freefunc(cmdp->param.func); in delete_cmd_entry()
675 entry->u = cmdp->param; in getcmdentry()
700 cmdp->param = entry->u; in addcmdentry()
[all …]
A Dexec.h46 union param { union
A Doptions.c329 freeparam(volatile struct shparam *param) in freeparam() argument
333 if (param->malloc) { in freeparam()
334 for (ap = param->p ; *ap ; ap++) in freeparam()
336 ckfree(param->p); in freeparam()
A Dexpand.c937 goto param; in varvalue()
943 param: in varvalue()
/third_party/ulib/jemalloc/doc/
A Dstylesheet.xsl2 <xsl:param name="funcsynopsis.style">ansi</xsl:param>
3 <xsl:param name="function.parens" select="0"/>
/third_party/uapp/dash/src/bltin/
A Dprintf.c62 switch ((char *)param - (char *)array) { \
66 case sizeof(*param): \
77 switch ((char *)param - (char *)array) { \
81 case sizeof(*param): \
92 static int print_escape_str(const char *f, int *param, int *array, char *s) in print_escape_str() argument
157 int *param; in printfcmd() local
174 param = array; in printfcmd()
180 *param++ = getuintmax(1); in printfcmd()
192 *param++ = getuintmax(1); in printfcmd()
209 if (print_escape_str(start, param, array, in printfcmd()
/third_party/ulib/musl/pthread/
A Dpthread_attr_setschedparam.c4 const struct sched_param* restrict param) { in pthread_attr_setschedparam() argument
5 a->_a_prio = param->sched_priority; in pthread_attr_setschedparam()
A Dpthread_attr_get.c13 struct sched_param* restrict param) { in pthread_attr_getschedparam() argument
14 param->sched_priority = a->_a_prio; in pthread_attr_getschedparam()
/third_party/ulib/musl/src/sched/
A Dsched_getparam.c4 int sched_getparam(pid_t pid, struct sched_param* param) { in sched_getparam() argument
A Dsched_setparam.c4 int sched_setparam(pid_t pid, const struct sched_param* param) { in sched_setparam() argument
A Dsched_setscheduler.c4 int sched_setscheduler(pid_t pid, int sched, const struct sched_param* param) { in sched_setscheduler() argument
/third_party/lib/jitterentropy/
A DMakefile6 CFLAGS +=-fstack-protector-strong -fwrapv --param ssp-buffer-size=4
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h3520 uint32_t param; /* enum charge_state_param */ member
3524 uint32_t param; /* param to set */ member
3645 uint8_t param; member
3704 uint32_t param; member
/third_party/dev/ethernet/e1000/
A Dfuchsia.c510 static zx_status_t e1000_set_param(void* ctx, uint32_t param, int32_t value, const void* data, in e1000_set_param() argument
/third_party/ulib/musl/
A DWHATSNEW420 - more compatibility macros in sys/param.h (nonstandard header)
581 - buggy macros in (nonstandard) sys/param.h
/third_party/ulib/jemalloc/
A Dconfigure.ac1144 #include <sys/param.h>

Completed in 42 milliseconds