| /src/external/bsd/ipf/dist/lib/ |
| assigndefined.c | 26 set_variable(s, t);
|
| var.c | 146 void set_variable(name, value) function
|
| /src/external/gpl2/texinfo/dist/info/ |
| variables.h | 54 extern void set_variable (WINDOW *window, int count, unsigned char key);
|
| variables.c | 101 DECLARE_INFO_COMMAND (set_variable, _("Set the value of an Info variable"))
|
| /src/sbin/efi/ |
| setvar.c | 118 rv = set_variable(fd, &ev); 166 rv = set_variable(fd, &ev); 194 rv = set_variable(fd, &ev); 196 warn("set_variable"); 214 rv = set_variable(fd, &ev); 264 rv = set_variable(fd, &ev); 288 rv = set_variable(fd, &ev); 290 warn("set_variable"); 325 rv = set_variable(fd, &ev); 327 warn("set_variable"); [all...] |
| efiio.h | 71 int set_variable(int, struct efi_var_ioc *);
|
| efiio.c | 72 set_variable(int fd, struct efi_var_ioc *ev) function
|
| main.c | 663 rv = set_variable(efi_fd, &v.ev); 665 err(EXIT_FAILURE, "set_variable");
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| evaluate.py | 130 def set_variable( function
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| evaluate.py | 130 def set_variable( function
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| platform.h | 199 } get_variable, set_variable; member in union:xenpf_efi_runtime_call::__anon6639
|
| /src/external/bsd/ipf/dist/ |
| ipf.h | 391 extern void set_variable __P((char *, char *));
|
| /src/external/bsd/ipf/dist/tools/ |
| ipscan_y.y | 99 { set_variable($1, $3);
|
| ippool_y.y | 149 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
|
| ipmon_y.y | 102 assign: YY_STR assigning YY_STR { set_variable($1, $3);
|
| ipnat_y.y | 165 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
|
| ipf_y.y | 229 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
|