Home
last modified time | relevance | path

Searched refs:MYBUFSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c43 #define MYBUFSIZE (LINE_MAX) macro
98 bufsize = MYBUFSIZE; in edit_group()
121 new_g_string = realloc(g_string, (bufsize + MYBUFSIZE)); in edit_group()
129 bufsize += MYBUFSIZE; in edit_group()
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c59 #define MYBUFSIZE (LINE_MAX) /* max line length including newline and null */ macro
151 bufsize = MYBUFSIZE; in main()
163 tmpbuf = realloc(buf, (bufsize + MYBUFSIZE)); in main()
168 bufsize += MYBUFSIZE; in main()