HomeSort by: relevance | last modified time | path
    Searched defs:safe_alloca (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
allocsa.h 32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro
allocsa.h 32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
allocsa.h 32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro
allocsa.h 32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
allocsa.h 32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro
allocsa.h 32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro
  /src/external/gpl2/xcvs/dist/lib/
allocsa.h 26 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
30 Use of safe_alloca should be avoided:
41 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
43 # define safe_alloca(N) ((N), NULL) macro
allocsa.h 26 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
30 Use of safe_alloca should be avoided:
41 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
43 # define safe_alloca(N) ((N), NULL) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
malloca.h 34 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
38 Use of safe_alloca should be avoided:
49 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
51 # define safe_alloca(N) ((void) (N), NULL) macro
malloca.h 34 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
38 Use of safe_alloca should be avoided:
49 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
51 # define safe_alloca(N) ((void) (N), NULL) macro
  /src/external/gpl3/gdb.old/dist/gnulib/import/
malloca.h 34 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
38 Use of safe_alloca should be avoided:
49 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
51 # define safe_alloca(N) ((void) (N), NULL) macro
malloca.h 34 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
38 Use of safe_alloca should be avoided:
49 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
51 # define safe_alloca(N) ((void) (N), NULL) macro

Completed in 40 milliseconds