Searched refs:son (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/NetBSD/
H A Drb.c690 * Change the son's parentage to point to his grandpa.
713 * Have our son/standin adopt his brother as his new son.
726 * Adopt the far son.
739 * Move the only remaining son to our standin. If our standin is our
740 * son, this will be the only son needed to be moved.
793 struct rb_node *son = self->rb_nodes[which]; local
799 KASSERT(RB_BLACK_P(self) && RB_RED_P(son));
800 KASSERT(!RB_TWOCHILDREN_P(son));
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Drb.c588 * Change the son's parentage to point to his grandpa.
611 * Have our son/standin adopt his brother as his new son.
624 * Adopt the far son.
637 * Move the only remaining son to our standin. If our standin is our
638 * son, this will be the only son needed to be moved.
691 struct rb_node *son = self->rb_nodes[which];
695 KASSERT(RB_BLACK_P(self) && RB_RED_P(son));
696 KASSERT(!RB_TWOCHILDREN_P(son));
686 struct rb_node *son = self->rb_nodes[which]; local
[all...]
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c195 static char *son(char *p);
1067 parse = son(line);
1080 parse = son(parse);
1109 parse = son(parse);
1143 parse = son(parse);
1165 parse = son(parse);
1175 parse = son(parse);
1192 parse = son(parse);
1234 parse = son(parse);
1298 parse = son(pars
1994 son(char *p) function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddiff.vim76 syn match diffIdentical "^Los ficheros .* y .* son id��nticos$"
77 syn match diffDiffer "^Los ficheros .* y .* son distintos$"
78 syn match diffBDiffer "^Los ficheros binarios .* y .* son distintos$"
112 syn match diffIdentical "^Os ficheiros .* e .* son id��nticos$"
113 syn match diffDiffer "^Os ficheiros .* e .* son diferentes$"
114 syn match diffBDiffer "^Os ficheiros binarios .* e .* son diferentes$"
H A Dfreebasic.vim43 syn region freebasicConditional start="\son\s+" skip=".*" end="gosub"
44 syn region freebasicConditional start="\son\s+" skip=".*" end="goto"
/macosx-10.9.5/misc_cmds-32/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes87 Mars nous montre son venin.
146 Qu'il n'ait de neige � son chapeau.
310 11/11 Si l'hiver va droit son chemin,
336 Le soleil ne quitte pas son lit.
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.c589 int son = h->elements ; local
592 son = key1 ;
594 son = h->elements ;
595 if (son == h->size) /* need resize... */
598 h->p[son].object = p ;
599 h->p[son].key = key1 ;
602 while (son > 0) { /* bubble up */
603 int father = HEAP_FATHER(son) ;
606 if (DN_KEY_LT( h->p[father].key, h->p[son].key ) )
608 /* son smalle
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregdecomp.c60 if (x->end && x->son)
68 } while (x = x->son);
H A Dreglib.h467 * son points to a subtree of all strings with a common
479 struct Trie_node_s* son; member in struct:Trie_node_s
H A Dregcomp.c181 triedrop(disc, e->son);
1952 if (!t->son && !(t->son = trienode(env, *s)))
1954 t = t->son;
2972 else if (x->son)
2975 else if (x->son)
2976 b = bmtrie(env, a, v, x->son, n, m + 1, b);
H A Dregnexec.c515 x = x->son;
530 x = x->son;
546 if (x->son)
547 switch (parsetrie(env, x->son, rex, cont, s))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dsyncprov.c151 slap_overinst *son; member in struct:opcookie
916 opc.son = on;
1037 syncprov_info_t *si = opc->son->on_bi.bi_private;
1167 slap_overinst *on = opc->son;
1378 slap_overinst *on = opc->son;
1498 slap_overinst *on = opc->son;
1776 slap_overinst *on = opc->son;
2051 opc->son = on;
2464 opc.son = on;
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.history82 including adoptive son Marcus Junius Brutus Caepio, 44BC
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dfr-survival.tex175 Pour lancer GNU Emacs, il suffit de taper son nom~: \kbd{emacs}.
176 Emacs divise son cadre en plusieurs parties~:
/macosx-10.9.5/screen-22/screen/
H A Dconfigure4383 char *son = "/tmp/conftest$$";
4399 strcpy(a.sun_path, son);
4400 (void) unlink(son);
4401 if (bind(s1, (struct sockaddr *) &a, strlen(son)+2) == -1)
4409 (void)connect(s2, (struct sockaddr *)&a, strlen(son) + 2);
4478 char *son = "/tmp/conftest$$";
4488 strcpy(a.sun_path, son);
4489 (void) unlink(son);
4490 if (bind(s, (struct sockaddr *) &a, strlen(son)+2) == -1)
4492 if (stat(son,
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/
H A Dgenerate-from-cldr1535 son|||Songhai languages|songhai, langues
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest.tcl456 ^\t*Running\srecovery\son\s.*|

Completed in 235 milliseconds