Searched refs:asciiflags (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c3222 static char asciiflags[8]; local
3224 strcpy (asciiflags, "-------");
3226 asciiflags[1] = 's';
3228 asciiflags[2] = 'b';
3230 asciiflags[3] = 's';
3232 asciiflags[4] = 'r';
3234 asciiflags[5] = 'w';
3236 asciiflags[6] = 'x';
3237 return (asciiflags);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c3196 static char asciiflags[8]; local
3198 strcpy (asciiflags, "-------");
3200 asciiflags[1] = 's';
3202 asciiflags[2] = 'b';
3204 asciiflags[3] = 's';
3206 asciiflags[4] = 'r';
3208 asciiflags[5] = 'w';
3210 asciiflags[6] = 'x';
3211 return (asciiflags);

Completed in 108 milliseconds