HomeSort by: relevance | last modified time | path
    Searched defs:lb_next (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
accesslog.c 67 struct log_base *lb_next; member in struct:log_base
881 for ( lb = li->li_bases; lb; lb=lb->lb_next )
950 ln = lb->lb_next;
959 lp = &lb->lb_next;
961 *lp = lb->lb_next;
1071 lp = &(*lp)->lb_next;
1094 lb->lb_next = li->li_bases;
1096 lb->lb_next = (*lp)->lb_next;
1098 lb->lb_next = NULL
    [all...]
  /src/external/gpl2/gmake/dist/
read.c 866 In this algorithm, `lb_next' will point to the beginning of the
874 char *cmdleft, *semip, *lb_next;
904 wtype = get_next_mword(line, NULL, &lb_next, &len);
925 p2 = variable_expand_string(NULL, lb_next, len);
929 lb_next += len;
953 (void)variable_expand_string(pend, lb_next, (long)-1);
954 lb_next += strlen(lb_next);
974 wtype = get_next_mword(lb_next, NULL, &lb_next, &len)
870 char *cmdleft, *semip, *lb_next; local
    [all...]

Completed in 50 milliseconds