Lines Matching refs:argsize
59 constituents are stored at argv[0..argsize-1]. The number of stored
60 constituents (<= argsize) is returned. The line is destructively
66 int argsize)
71 while (argc < argsize) {
97 int argsize)
102 while (argc < argsize) {
127 paths (without trailing slash). At most argsize constituents are stored
128 at argv[0..argsize-1]. The number of stored constituents is returned. */
133 int argsize)
139 n = parse_line(path, argv, argsize);
141 n = parse_line1(path, argv, argsize);