HomeSort by relevance Sort by last modified time
    Searched refs:signame (Results 1 - 13 of 13) sorted by null

  /bionic/linker/
debugger.c 104 char* signame; local
106 case SIGILL: signame = "SIGILL"; break;
107 case SIGABRT: signame = "SIGABRT"; break;
108 case SIGBUS: signame = "SIGBUS"; break;
109 case SIGFPE: signame = "SIGFPE"; break;
110 case SIGSEGV: signame = "SIGSEGV"; break;
111 case SIGSTKFLT: signame = "SIGSTKFLT"; break;
112 case SIGPIPE: signame = "SIGPIPE"; break;
113 default: signame = "???"; break;
118 signum, signame, info->si_addr, info->si_code)
    [all...]
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 323 generate_marshal (const gchar *signame,
328 gchar *tmp = g_strconcat (marshaller_prefix, "_", signame, NULL);
331 /* here we have to make sure a marshaller named <marshaller_prefix>_<signame>
351 tmp = g_strconcat (std_marshaller_prefix, "_", signame, NULL);
358 g_fprintf (fout, "#define %s_%s\t%s_%s\n", marshaller_prefix, signame, std_marshaller_prefix, signame);
364 ind += g_fprintf (fout, "%s_%s (", marshaller_prefix, signame);
377 ind = g_fprintf (fout, "%s_%s (", marshaller_prefix, signame);
387 ind = g_fprintf (fout, " typedef %s (*GMarshalFunc_%s) (", sig->rarg->ctype, signame);
399 g_fprintf (fout, " register GMarshalFunc_%s callback;\n", signame);
    [all...]
  /external/dropbear/
svr-chansession.c 182 char* signame = NULL; local
194 signame = signames[i].name;
199 if (signame == NULL) {
207 buf_putstring(ses.writepayload, signame, strlen(signame));
375 unsigned char* signame = NULL; local
383 signame = buf_getstring(ses.payload, NULL);
387 if (strcmp(signames[i].name, signame) == 0) {
394 m_free(signame);
  /external/valgrind/main/coregrind/
m_signals.c 236 static const Char *signame(Int sigNo);
1315 static const Char *signame(Int sigNo) function
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 624 protected MyProvider(String name, double version, String info, String signame, String className) {
626 put(signame, className);
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c signame.c
46 echo WinDebug\signame.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
112 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c signame.c
113 echo WinRel\signame.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
174 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c signame.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /external/strace/
signal.c 269 signame(sig) function
398 tprintf("%s", signame(nr));
    [all...]
defs.h 454 extern const char *signame P((int));
strace.c     [all...]
time.c 453 tprintf("%s, ", signame(sev.sigev_signo));
process.c 593 tprintf("|%s", signame(flags & CSIGNAL));
    [all...]
syscall.c 331 if (strcmp(s, signame(i) + 3) == 0) {
    [all...]
  /bionic/libc/
Android.mk 61 unistd/signame.c \

Completed in 185 milliseconds