Searched refs:ALLOC_BUFMEM (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/getopt/ |
H A D | getopt.c | 42 #define ALLOC_BUFMEM(buf, size, incr) \ macro 101 ALLOC_BUFMEM(outstr, bufsize, 3); in main() 106 ALLOC_BUFMEM(outstr, bufsize, strlen(optarg)+1) in main() 116 ALLOC_BUFMEM(outstr, bufsize, 3) in main() 119 ALLOC_BUFMEM(outstr, bufsize, strlen(argv[optind])+1) in main()
|