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

  /external/mksh/src/
sh.h 96 #define MKSH_A_BOUNDED(x,y,z) __attribute__((bounded (x, y, z)))
98 #define MKSH_A_BOUNDED(x,y,z) /* nothing */
    [all...]
edit.c 94 MKSH_A_BOUNDED(string, 1, 2);
99 MKSH_A_BOUNDED(string, 2, 3);
102 MKSH_A_BOUNDED(string, 2, 3);
    [all...]

Completed in 33 milliseconds