Searched refs:parents (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dmkdir-cmd.c82 err = svn_client_mkdir4(targets, opt_state->parents,
95 else if (!(opt_state->parents) &&
100 (err, _("Try 'svn mkdir --parents' instead?"));
H A Dmove-cmd.c91 opt_state->parents /* make_parents */,
H A Dadd-cmd.c83 opt_state->no_autoprops, opt_state->parents,
H A Dcopy-cmd.c173 opt_state->parents, opt_state->ignore_externals,
H A Dupdate-cmd.c173 opt_state->parents,
/freebsd-10-stable/contrib/opie/
H A Dopieauto.c48 int parents, s[MAXCLIENTS + 1]; variable
305 if ((parents = socket(PF_UNIX, SOCK_STREAM, 0)) < 0)
314 if (bind(parents, (struct sockaddr *)&sun, sizeof(struct sockaddr_un)))
323 if (listen(parents, 1) < 0)
329 int maxfd = parents;
333 FD_SET(parents, &fds);
353 FD_SET(parents, &fds);
359 if (FD_ISSET(parents, &rfds)) {
370 if ((s[i] = accept(parents, NULL, 0)) < 0)
382 FD_CLR(parents,
[all...]
/freebsd-10-stable/usr.bin/make/
H A DGNode.h80 * parents
101 #define OP_INVISIBLE 0x00004000 /* The node is invisible to its parents.
103 * parents's local variables. */
176 * Links to parents for which this is an implied source, if any. (nodes
185 Lst parents; member in struct:GNode
H A Dtarg.c145 Lst_Init(&gn->parents);
400 printf("# implicit parents: ");
407 if (!Lst_IsEmpty(&gn->parents)) {
408 printf("# parents: ");
409 LST_FOREACH(tln, &gn->parents)
H A Dsuff.c141 Lst parents; /* Suffixes we have a transformation to */ member in struct:Suff
284 Lst_Destroy(&s->parents, NOFREE);
389 * suffNull should not have parents.
548 SuffInsert(&s->parents, t);
562 * If the node has no commands or children, the children and parents
598 * Remove the target from the source's parents list
600 SuffRemove(&s->parents, t);
641 SuffInsert(&s->parents, s2);
666 SuffInsert(&s2->parents, s);
703 Lst_Init(&s->parents);
[all...]
H A Dmake.c55 * Make_Update Update all parents of a given child. Performs
137 * The mtime field of the node and the cmtime field of its parents
253 * If the target isn't out-of-date, the parents need to know its
256 * have their mtime stay below their children's mtime to keep parents
260 LST_FOREACH(ln, &gn->parents)
311 Lst_AtEnd(&gn->parents, pgn);
334 * Perform update on the parents of a node. Used by JobFinish once
359 LstNode *ln; /* Element in parents and iParents lists */
434 for (ln = Lst_First(&cgn->parents); ln != NULL; ln = Lst_Succ(ln)) {
472 * Set the .PREFIX and .IMPSRC variables for all the implied parents
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dstih407.dtsi40 assigned-clock-parents = <0>,
100 assigned-clock-parents = <&clk_s_d2_quadfs 0>,
H A Dexynos4412-odroid-common.dtsi56 assigned-clock-parents = <&clock CLK_FOUT_EPLL>,
115 assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
123 assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
131 assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
139 assigned-clock-parents = <&clock CLK_MOUT_MPLL_USER_T>;
H A Dstih410.dtsi111 assigned-clock-parents = <0>,
171 assigned-clock-parents = <&clk_s_d2_quadfs 0>,
H A Dexynos4210-trats.dts438 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
446 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
454 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
462 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
H A Dexynos4210-universal_c210.dts480 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
488 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
496 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
504 assigned-clock-parents = <&clock CLK_SCLK_MPLL>;
H A Drk3288-evb-rk808.dts221 assigned-clock-parents = <&ext_gmac>;
/freebsd-10-stable/contrib/bmake/
H A Dsuff.c167 Lst parents; /* Suffixes we have a transformation to */ member in struct:_Suff
446 Lst_Destroy(s->parents, NULL);
567 suffNull->parents = Lst_Init(FALSE);
740 SuffInsert(s->parents, t);
761 * If the node has no commands or children, the children and parents
791 * Store s->parents because s could be deleted in SuffRemove
793 p = s->parents;
806 * Remove the target from the source's parents list
863 SuffInsert(s->parents, s2);
890 SuffInsert(s2->parents,
[all...]
H A Dmake.c95 * Make_Update Update all parents of a given child. Performs
211 * The mtime field of the node and the cmgn field of its parents
342 * If the target isn't out-of-date, the parents need to know its
345 * have their mtime stay below their children's mtime to keep parents from
349 Lst_ForEach(gn->parents, MakeTimeStamp, gn);
500 (void)Lst_AtEnd(gn->parents, pgn);
655 * Perform update on the parents of a node. Used by JobFinish once
673 * set the FORCE flag on the parents.
688 LstNode ln; /* Element in parents and iParents lists */
691 Lst parents;
687 Lst parents; local
[all...]
H A Dtarg.c256 gn->parents = Lst_Init(FALSE);
301 Lst_Destroy(gn->parents, NULL);
659 fprintf(debug_file, "# implicit parents: ");
667 if (!Lst_IsEmpty (gn->parents)) {
668 fprintf(debug_file, "# parents: ");
669 Lst_ForEach(gn->parents, TargPrintName, NULL);
H A Darch.c1180 if (Lst_Open(gn->parents) != SUCCESS) {
1184 while ((ln = Lst_Next(gn->parents)) != NULL) {
1192 * child. We keep searching its parents in case some other
1212 Lst_Close(gn->parents);
/freebsd-10-stable/usr.bin/gprof/
H A Darcs.c91 * prepend this parent to the parents of this child
93 arcp -> arc_parentlist = childp -> parents;
94 childp -> parents = arcp;
230 * propagate children times up to parents.
408 cyclenlp -> parents = 0; /* list of caller arcs */
429 for ( arcp=memberp->parents ; arcp ; arcp=arcp->arc_parentlist ) {
464 * some of their parents
472 for ( arcp = nlp -> parents; arcp; arcp = arcp -> arc_parentlist ) {
785 * printflag as the union of parents' printflags
786 * propfraction as the sum of fractional parents' propfraction
[all...]
H A Dgprof.h103 struct arcstruct *arc_parentlist; /* parents-of-this-child list */
142 arctype *parents; /* list of caller arcs */ member in struct:nl
H A Dprintgprof.c186 "" , "" , "" , "" , "called" , "total" , "parents");
314 if ( childp -> parents == 0 ) {
320 for ( arcp = childp -> parents ; arcp ; arcp = arcp -> arc_parentlist ) {
455 * unlink parents from child,
456 * then insertion sort back on to sorted's parents.
463 for ( (arcp = childp -> parents)&&(detachedp = arcp -> arc_parentlist);
483 childp -> parents = sorted.arc_parentlist;
/freebsd-10-stable/contrib/binutils/binutils/
H A Dprdbg.c74 char *parents; member in struct:pr_stack
75 /* How many parents contains parents. */
394 /* Append a string to the parents on the top of the type stack. */
406 len = info->stack->parents ? strlen (info->stack->parents) : 0;
407 info->stack->parents = (char *) xrealloc (info->stack->parents,
409 strcpy (info->stack->parents + len, s);
2119 info->stack->parents
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp138 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
140 : cfg(cfg), Ctx(ctx), BR(br), AC(ac), Parents(parents),
137 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents, llvm::SmallPtrSet<const VarDecl*, 20> &escaped) argument

Completed in 135 milliseconds

12