Searched refs:mav (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c131 static char **mav; /* modified argv, after parsing */ variable
179 while ((c = getopt(mac, mav, "0tpe:E:I:i:L:l:n:s:x")) != EOF) {
342 mav += optind; /* inc to current mav */
353 cmdname = *mav; /* get the command name */
363 if (strstr(*mav, INSPAT) != NULL) {
370 (psave++)->p_skel = *mav;
373 *ARGV++ = addarg(*mav++);
944 if ((mav = malloc((ac * 2 + 1) * sizeof (char *))) == NULL) {
951 if ((mav[ma
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c82 static char **mav; /* Alternate to argv (for parseargs) */ variable
182 while ((c = getopt(mac, mav, "Rf@:")) != EOF) {
216 mav += optind;
217 if ((mac >= 2) && (mav[0][0] == 'A')) {
222 if (parse_acl_args(*mav, &sec_args)) {
226 } else if ((mac >= 2) && (mav[0][0] == 'S')) {
227 if (parse_attr_args(*mav, &sec_args)) {
246 ms = mav[0];
252 status += dochmod(mav[i], mav[
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c160 static char **mav; /* our modified argv, after parseargs() */ variable
202 while ((i = getopt(mac, mav, "aBFtuvwxf:")) != EOF) {
261 find_entries(mav[file_num]);
271 outfile, mav[i], outfile);
1448 if ((mav = malloc(mav_sz)) == (char **)NULL) {
1474 /* copy the flag into mav space. */
1482 if ((mav = realloc(mav, mav_sz)) ==
1490 if ((mav[mac] = malloc((size_t)CPFLAG)) ==
1495 (void) sprintf(mav[ma
[all...]

Completed in 63 milliseconds