/src/tests/usr.bin/xlint/lint1/ |
msg_125.c | 8 typedef void (*action)(void); typedef in typeref:typename:void (*)(void) 11 less(action a, action b)
|
/src/usr.bin/make/unit-tests/ |
jobs-empty-commands.exp | 0 action
|
opt-no-action-at-all.mk | 1 # $NetBSD: opt-no-action-at-all.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
/src/usr.bin/menuc/testm/ |
menus.mc | 53 error action { fprintf (stderr, "Testm: Could not initialize curses.\n"); 57 display action { 66 action { } 84 action { do_dynamic (); } 90 action (endwin) { system ("/bin/sh"); } 92 exit action (endwin) { printf ("Thanks for playing\n"); }; 195 option "first", action {}; 196 option "second", action {}; 197 option "third", action {}; 200 option "option 1", action {}; [all...] |
/src/lib/libc/stdlib/ |
twalk.c | 29 cmp_fn_t action, int level) 32 _DIAGASSERT(action != NULL); 35 (*action)(root, leaf, level); 37 (*action)(root, preorder, level); 39 trecurse(root->llink, action, level + 1); 40 (*action)(root, postorder, level); 42 trecurse(root->rlink, action, level + 1); 43 (*action)(root, endorder, level); 49 twalk(const void *vroot, cmp_fn_t action) /* Root of the tree to be walked */ 51 if (vroot != NULL && action != NULL [all...] |
/src/share/examples/wsmoused/ |
wsmoused.conf | 13 #modes = "selection action"; 27 mode action {
|
/src/usr.sbin/sysinst/arch/prep/ |
menus.md.en | 38 option "com0 (S1)", exit, action { *((int*)arg) = 1; }; 39 option "VGA", exit, action { *((int*)arg) = 0; };
|
menus.md.es | 38 option "COM0 (S1)", exit, action { yesno = 1; }; 39 option "VGA", exit, action { yesno = 0; };
|
/src/tests/usr.bin/indent/ |
opt_bap.c | 16 action(); 43 action(); 76 action();
|
/src/usr.bin/menuc/ |
mdb.h | 59 typedef struct action { struct 62 } action; typedef in typeref:struct:action 70 action optact; 84 action expact; 85 action postact; 86 action exitact;
|
/src/usr.sbin/user/ |
defs.h | 33 #define NEWARRAY(type,ptr,size,action) do { \ 36 action; \ 40 #define RENEW(type,ptr,size,action) do { \ 43 action; \ 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action)
|
/src/share/examples/refuse/fanoutfs/ |
defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ 48 action; \ 52 #define RENEW(type,ptr,size,where,action) do { \ 57 action; \ 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ 71 NEWARRAY(type, v, _newsize, where ": new", action); \ 74 RENEW(type, v, _newsize, where ": renew", action); \
|
/src/share/examples/refuse/id3fs/ |
defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ 48 action; \ 52 #define RENEW(type,ptr,size,where,action) do { \ 57 action; \ 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ 71 NEWARRAY(type, v, _newsize, where ": new", action); \ 74 RENEW(type, v, _newsize, where ": renew", action); \
|
/src/share/examples/refuse/virtdir/ |
defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ 48 action; \ 52 #define RENEW(type,ptr,size,where,action) do { \ 57 action; \ 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ 71 NEWARRAY(type, v, _newsize, where ": new", action); \ 74 RENEW(type, v, _newsize, where ": renew", action); \
|
/src/usr.sbin/sysinst/arch/i386/ |
menus.md | 39 display action { msg_display(MSG_getboottype); 56 option MSG_Use_normal_bootblocks, exit, action 58 option MSG_Use_serial_com0, action 60 option MSG_Use_serial_com1, action 62 option MSG_Use_serial_com2, action 64 option MSG_Use_serial_com3, action 67 option MSG_Use_existing_bootblocks, exit, action 71 display action { 81 option "9600", exit, action 83 option "19200", exit, action [all...] |
/src/usr.sbin/apm/ |
apm.c | 100 do_zzz(const char *pn, enum apm_action action) 106 switch (action) { 109 command.action = SUSPEND; 112 command.action = STANDBY; 154 enum apm_action action = NONE; local in function:main 169 if (action != NONE) 171 action = SUSPEND; 174 if (action != NONE) 176 action = STANDBY; 179 if (action != NONE && action != GETSTATUS [all...] |
/src/usr.sbin/sysinst/ |
menus.mi | 224 error action { 236 * display action 238 option "log", exit, action 241 option "async", exit, action 244 option "noatime", exit, action 247 option "nodev", exit, action 250 option "nodevmtime", exit, action 253 option "noexec", exit, action 256 option "nosuid", exit, action 259 option "noauto", exit, action [all...] |
menus.pm | 37 display action { pmdiskentry_enable(menu, arg); }; 38 option MSG_edit_parts, exit, action { pm_edit_partitions(arg); }; 39 option MSG_switch_parts, exit, action { 48 option MSG_fmtasraid, exit, action 52 option MSG_fmtaslvm, exit, action 60 option MSG_encrypt, exit, action 68 option MSG_undo, exit, action { 72 option MSG_unconfig, exit, action { 79 option MSG_edit, exit, action 86 option MSG_fmtasraid, exit, action { [all...] |
menus.entropy | 38 action { *((int*)arg) = 1; }; 40 action { *((int*)arg) = 2; }; 42 action { *((int*)arg) = 3; }; 44 action { *((int*)arg) = 4; }; 51 action { *((int*)arg) = 1; }; 53 action { *((int*)arg) = 2; }; 55 action { *((int*)arg) = 3; }; 57 action { *((int*)arg) = 4; }; 64 action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); }; 66 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); } [all...] |
/src/sys/arch/ia64/stand/common/ |
pager.c | 87 int action; local in function:pager_output 102 action = 0; 103 while (action == 0) { 108 action = 1; 112 action = 1; 116 action = 2; 123 if (action == 2)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dm_event_log.h | 20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 40 #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data) \ 41 (void)((void)(ddc), (void)(type), (void)(action), (void)(address), \
|
/src/sys/dev/acpi/ |
apei_interp.c | 30 * APEI action interpreter. 50 * | Action=SET_ERROR_TYPE | 55 * | Action=SET_ERROR_TYPE | 60 * | Action=SET_ERROR_TYPE | 64 * | Action=SET_ERROR_TYPE | 68 * | Action=EXECUTE_OPERATION | 72 * | Action=SET_ERROR_TYPE | 80 * The entries tell the OS, for each action the OS might want to 94 * sequence of instructions for each action, to make execution easier, 95 * since there's no requirement that the instructions for an action b 180 unsigned action, nact = I->nact; local in function:apei_interp_destroy 314 unsigned action; local in function:apei_interp_pass3_alloc 363 unsigned action; local in function:apei_interp_pass5_verify [all...] |
/src/sys/secmodel/overlay/ |
secmodel_overlay.c | 235 secmodel_overlay_generic_cb(kauth_cred_t cred, kauth_action_t action, 242 switch (action) { 250 secmodel_overlay_iscope_generic, cred, action, 261 secmodel_overlay_system_cb(kauth_cred_t cred, kauth_action_t action, 268 switch (action) { 276 secmodel_overlay_iscope_system, cred, action, 287 secmodel_overlay_process_cb(kauth_cred_t cred, kauth_action_t action, 294 switch (action) { 302 secmodel_overlay_iscope_process, cred, action, 313 secmodel_overlay_network_cb(kauth_cred_t cred, kauth_action_t action, [all...] |
/src/lib/libc/termios/ |
tcflow.c | 54 tcflow(int fd, int action) 61 switch (action) { 70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
|
/src/libexec/httpd/lua/ |
bozo.lua | 37 opt.add_option{"-C", "--cgimap", action="store", dest="cgimap", help="--cgimap 's t'"} 38 opt.add_option{"-E", "--enable-user-cgibin", action="store_true", dest="enableusercgibin", help="--enable-user-cgibin"} 39 opt.add_option{"-H", "--hide-dots", action="store_true", dest="hidedots", help="--hide-dots"} 40 opt.add_option{"-I", "--portnum", action="store", dest="portnum", help="--portnum number"} 41 opt.add_option{"-M", "--dynamicmime", action="store", dest="dynmime", help="--dynamicmime 'suffix type a b'"} 42 opt.add_option{"-S", "--server-software", action="store", dest="serversw", help="--server-software name"} 43 opt.add_option{"-U", "--username", action="store", dest="username", help="--username name"} 44 opt.add_option{"-V", "--unknown-slash", action="store_true", dest="unknown", help="--unknown-slash"} 45 opt.add_option{"-X", "--dir-index", action="store_true", dest="dirindex", help="--dir-index"} 46 opt.add_option{"-Z", "--ssl", action="store", dest="ssl", help="--ssl 'cert priv'" [all...] |