Searched refs:ov (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/comp/
H A Dexecvpe.c57 register char** ov;
60 for (ov = (char**)argv; *ov++;);
61 if (newargv = newof(0, char*, ov + 1 - (char**)argv, 0))
66 ov = (char**)argv;
67 while (*nv++ = *++ov);
/ast/src/lib/libast/misc/
H A Dsystrace.c41 long ov[2]; local
59 ov[0] = PROC_FD_DUP(open("/dev/null", O_WRONLY), 2, PROC_FD_PARENT|PROC_FD_CHILD);
60 ov[1] = 0;
63 if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof(trace) - 1) ? PROC_CLEANUP : 0))))
H A Doptget.c2362 char* ov; local
3184 ov = 0;
3205 ov = t + 1;
3435 if (ov)
3438 t = ov + ol;
3439 while (ov < t)
3441 if (((c = *ov++) == ':' || c == '?') && *ov == c)
3442 ov++;
/ast/src/lib/libast/obsolete/
H A Dspawn.c97 register char** ov;
100 for (ov = (char**)argv; *ov++;);
101 if (newargv = newof(0, char*, ov + 1 - (char**)argv, 0))
106 ov = (char**)argv;
107 while (*nv++ = *++ov);
/ast/src/cmd/3d/
H A Dmap.c338 const char* ov; local
374 ov = (char*)state.key.next;
391 message((-2, "mount: old fs=%s map=%-*s arg=%-*s op=%-*s", fs->special, map->keysize, map->key, arglen, arg, ov ? (oe - ov) : 6, ov));
392 if (setattr(mp->attr, ov, oe))
411 message((-2, "mount: new fs=%s map=%-*s arg=%-*s op=%-*s", fs->special, map->keysize, map->key, arglen, arg, ov ? (oe - ov) : 6, ov));
418 if (ov)
[all...]
/ast/src/lib/libcs/
H A Dcsopen.c212 long ov[3]; local
217 ov[0] = PROC_FD_DUP(n, 0, 0);
218 ov[1] = PROC_FD_DUP(n, 1, PROC_FD_PARENT|PROC_FD_CHILD);
219 ov[2] = 0;
220 if (proc = procopen(av[0], av, NiL, ov, PROC_PRIVELEGED|PROC_ZOMBIE))
/ast/src/cmd/nmake/
H A Dobject.c1437 Var_t* ov; local
1633 v = ov = (Var_t*)((char*)d + lists * sizeof(List_t));
1720 v = ov;

Completed in 69 milliseconds