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

  /src/sbin/init/
init.c 1174 session_t *sp, *snext; local
1200 for (sp = sessions; sp; sp = snext) {
1205 snext = sp->se_next;
1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL)
1229 sp = snext;
1422 session_t *sp, *sprev, *snext; local
1439 if ((snext = sp->se_next) != NULL)
1440 snext->se_prev = sp->se_prev;
  /src/external/gpl2/xcvs/dist/src/
subr.c 230 char *snext, *tnext; local
237 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10);
238 if (*snext == '\0' || *tnext == '\0')
240 sp = snext + 1;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 149 struct symtab *snext; /* link to other symbols in the same scope */ member in struct:symtab
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 150 struct symtab *snext; /* link to other symbols in the same scope */ member in struct:symtab
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 1385 syncops *snext, *ss = *pss; local
1418 snext = ss->s_next;
1420 *pss = snext;
1497 snext = ss->s_next;
1499 *pss = snext;
1530 syncmatches *sm, *snext; local
1538 for (sm = opc->smatches; sm; sm=snext) {
1539 snext = sm->sm_next;
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 799 const char *snext;
806 snext = strchr (s, ',');
807 if (snext == NULL)
811 len = snext - s;
812 ++snext;
847 s = snext;
861 const char *snext;
868 snext = strchr (s, ',');
869 if (snext == NULL)
873 len = snext - s
797 const char *snext; local
859 const char *snext; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 790 const char *snext;
797 snext = strchr (s, ',');
798 if (snext == NULL)
802 len = snext - s;
803 ++snext;
838 s = snext;
852 const char *snext;
859 snext = strchr (s, ',');
860 if (snext == NULL)
864 len = snext - s
788 const char *snext; local
850 const char *snext; local
    [all...]

Completed in 40 milliseconds