| /third_party/uapp/dash/src/ |
| A D | shell.h | 79 #define TRACE(param) trace param argument 80 #define TRACEV(param) tracev param argument 82 #define TRACE(param) argument 83 #define TRACEV(param) argument
|
| A D | exec.c | 82 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 D | exec.h | 46 union param { union
|
| A D | options.c | 329 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 D | expand.c | 937 goto param; in varvalue() 943 param: in varvalue()
|
| /third_party/ulib/jemalloc/doc/ |
| A D | stylesheet.xsl | 2 <xsl:param name="funcsynopsis.style">ansi</xsl:param> 3 <xsl:param name="function.parens" select="0"/>
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 62 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 D | pthread_attr_setschedparam.c | 4 const struct sched_param* restrict param) { in pthread_attr_setschedparam() argument 5 a->_a_prio = param->sched_priority; in pthread_attr_setschedparam()
|
| A D | pthread_attr_get.c | 13 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 D | sched_getparam.c | 4 int sched_getparam(pid_t pid, struct sched_param* param) { in sched_getparam() argument
|
| A D | sched_setparam.c | 4 int sched_setparam(pid_t pid, const struct sched_param* param) { in sched_setparam() argument
|
| A D | sched_setscheduler.c | 4 int sched_setscheduler(pid_t pid, int sched, const struct sched_param* param) { in sched_setscheduler() argument
|
| /third_party/lib/jitterentropy/ |
| A D | Makefile | 6 CFLAGS +=-fstack-protector-strong -fwrapv --param ssp-buffer-size=4
|
| /third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/ |
| A D | ec_commands.h | 3520 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 D | fuchsia.c | 510 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 D | WHATSNEW | 420 - more compatibility macros in sys/param.h (nonstandard header) 581 - buggy macros in (nonstandard) sys/param.h
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 1144 #include <sys/param.h>
|