Home
last modified time | relevance | path

Searched refs:targs (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/uucp/libuu/
H A Dversys.c52 char *targs[100]; local
54 getargs(line, targs, 100);
55 if (strncmp(name, targs[0], MAXBASENAME) == SAME) {
57 if (targs[F_PHONE])
58 strncpy(PhoneNumber, targs[F_PHONE], MAXPH);
/original-bsd/usr.bin/make/
H A Dmain.c345 Lst targs; /* target nodes to create -- passed to Make_Init */ local
624 targs = Parse_MainName();
626 targs = Targ_FindList(create, TARG_CREATE);
647 outOfDate = Make_Run(targs);
653 Compat_Run(targs);
655 Lst_Destroy(targs, NOFREE);
H A Dcompat.c555 Compat_Run(targs) in Compat_Run() argument
556 Lst targs; /* List of target nodes to re-create */ in Compat_Run()
606 while (!Lst_IsEmpty (targs)) {
607 gn = (GNode *) Lst_DeQueue (targs);
H A Dmake.c794 Make_Run (targs) in Make_Run() argument
795 Lst targs; /* the initial list of targets */ in Make_Run()
803 examine = Lst_Duplicate(targs, NOCOPY);
879 Lst_ForEach(targs, MakePrintStatus, (ClientData) &errors);
H A Dsuff.c1780 Lst targs; /* List of targets to which things can be local
1798 targs = Lst_Init(FALSE);
1859 (void)Lst_AtEnd(targs, (ClientData)targ);
1871 if (Lst_IsEmpty(targs) && suffNull != NULL) {
1902 (void)Lst_AtEnd(targs, (ClientData)targ);
1916 if (!Lst_IsEmpty(targs)) {
1917 targ = (Src *)Lst_Datum(Lst_First(targs));
2123 while (SuffRemoveSrc(srcs) || SuffRemoveSrc(targs))
2127 Lst_Concat(slst, targs, LST_CONCLINK);
/original-bsd/sbin/mountd/
H A Dmountd.c657 } targs; in get_exportlist() local
662 targs.ua.fspec = NULL; in get_exportlist()
663 targs.ua.export.ex_flags = MNT_DELEXPORT; in get_exportlist()
666 (caddr_t)&targs) < 0) in get_exportlist()