Searched refs:cfunc (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/bin/dd/ |
| H A D | args.c | 196 cfunc = ddflags & C_BLOCK ? block : unblock; in jcl() 201 cfunc = unblock; in jcl() 204 cfunc = block; in jcl() 212 cfunc = def; in jcl()
|
| H A D | dd.c | 79 void (*cfunc)(void); /* conversion function */ variable 463 (*cfunc)(); in dd_in() 475 if (cfunc == def) in dd_close() 477 else if (cfunc == block) in dd_close() 479 else if (cfunc == unblock) in dd_close()
|
| H A D | extern.h | 71 extern void (*cfunc)(void);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | README.sis | 243 event(cfunc,arg,delta) 244 void (*cfunc)(int32_t); 258 The 'event' functions will schedule the execution of the function 'cfunc' 260 parameter to 'cfunc'.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 7301 foreach (cfunc; AliasSeq!(icmp, sicmp)) 7306 assert(cfunc("".to!S1(), "".to!S2()) == 0); 7307 assert(cfunc("A".to!S1(), "".to!S2()) > 0); 7308 assert(cfunc("".to!S1(), "0".to!S2()) < 0); 7309 assert(cfunc("abc".to!S1(), "abc".to!S2()) == 0); 7310 assert(cfunc("abcd".to!S1(), "abc".to!S2()) > 0); 7311 assert(cfunc("abc".to!S1(), "abcd".to!S2()) < 0); 7312 assert(cfunc("Abc".to!S1(), "aBc".to!S2()) == 0); 7313 assert(cfunc("авГуст".to!S1(), "АВгУСТ".to!S2()) == 0); 7315 assert(cfunc("Август".to!S1(), "авгусТ".to!S2()) == 0); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 8085 static foreach (cfunc; AliasSeq!(icmp, sicmp)) 8090 assert(cfunc("".to!S1(), "".to!S2()) == 0); 8091 assert(cfunc("A".to!S1(), "".to!S2()) > 0); 8092 assert(cfunc("".to!S1(), "0".to!S2()) < 0); 8093 assert(cfunc("abc".to!S1(), "abc".to!S2()) == 0); 8094 assert(cfunc("abcd".to!S1(), "abc".to!S2()) > 0); 8095 assert(cfunc("abc".to!S1(), "abcd".to!S2()) < 0); 8096 assert(cfunc("Abc".to!S1(), "aBc".to!S2()) == 0); 8097 assert(cfunc("авГуст".to!S1(), "АВгУСТ".to!S2()) == 0); 8099 assert(cfunc("Август".to!S1(), "авгусТ".to!S2()) == 0); [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | complete.c | 475 rl_completion_mode (rl_command_func_t *cfunc) in rl_completion_mode() argument 477 if (rl_last_func == cfunc && !completion_changed_buffer) in rl_completion_mode()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | rltech.texi | 1943 @deftypefun int rl_completion_mode (rl_command_func_t *cfunc) 1945 depending on whether @var{cfunc} was called twice in succession and
|
| H A D | readline.info | 3319 -- Function: int rl_completion_mode (rl_command_func_t *cfunc)
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1994 | 4864 to make this the sfunc, not cfunc, since that is how we call it. 4865 * command.h: Comment difference between sfunc and cfunc. 4868 (_initialize_demangler): Use sfunc, not cfunc, for
|
| H A D | ChangeLog-2002 | 12405 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq. 13454 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
|
| H A D | ChangeLog-2017 | 3399 non-const "cfunc".
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1994 | 4864 to make this the sfunc, not cfunc, since that is how we call it. 4865 * command.h: Comment difference between sfunc and cfunc. 4868 (_initialize_demangler): Use sfunc, not cfunc, for
|
| H A D | ChangeLog-2002 | 12405 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq. 13454 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
|
| H A D | ChangeLog-2017 | 3399 non-const "cfunc".
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 94276 (cfunc) argument of an event. int32_t is chosen because "event" function 178530 gdb: rename cfunc to simple_func 178533 what "sfunc" and "cfunc" functions are, in cmd_list_element. I don't 178540 The first change is about "cfunc". I can't figure out what the "c" in 178541 cfunc means. It's not const, because there's already "const" in 178547 parameters, whereas cfunc has two. It is missing the cmd_list_element 178548 parameter. So the only reason I see for cfunc to exist is to be a shim
|