| /src/bin/dd/ |
| extern.h | 71 extern void (*cfunc)(void);
|
| args.c | 196 cfunc = ddflags & C_BLOCK ? block : unblock; 201 cfunc = unblock; 204 cfunc = block; 212 cfunc = def;
|
| dd.c | 79 void (*cfunc)(void); /* conversion function */ variable 463 (*cfunc)(); 475 if (cfunc == def) 477 else if (cfunc == block) 479 else if (cfunc == unblock)
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| sis.h | 127 void (*cfunc) (int32_t); member in struct:evcell 186 extern void event (void (*cfunc) (int32_t), int32_t arg, uint64_t delta);
|
| func.c | 825 event(void (*cfunc) (int32_t), int32_t arg, uint64_t delta) 849 ev1->nxt->cfunc = cfunc; 887 void (*cfunc) (int32_t); 901 cfunc = ebase.eq.nxt->cfunc; 907 cfunc(arg); 926 void (*cfunc) (int32_t); 935 cfunc = ebase.eq.nxt->cfunc; [all...] |
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| sis.h | 127 void (*cfunc) (int32_t); member in struct:evcell 186 extern void event (void (*cfunc) (int32_t), int32_t arg, uint64_t delta);
|
| func.c | 825 event(void (*cfunc) (int32_t), int32_t arg, uint64_t delta) 849 ev1->nxt->cfunc = cfunc; 887 void (*cfunc) (int32_t); 901 cfunc = ebase.eq.nxt->cfunc; 907 cfunc(arg); 926 void (*cfunc) (int32_t); 935 cfunc = ebase.eq.nxt->cfunc; [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/ |
| 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...] |
| /src/external/gpl3/gdb/dist/readline/readline/ |
| complete.c | 475 rl_completion_mode (rl_command_func_t *cfunc) 477 if (rl_last_func == cfunc && !completion_changed_buffer)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| complete.c | 475 rl_completion_mode (rl_command_func_t *cfunc) 477 if (rl_last_func == cfunc && !completion_changed_buffer)
|