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

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
gen-errorlist.py 56 error_list = stringprep.get_errorlist() variable
88 for t in error_list.keys():
105 symbols = stringprep.symbols(error_list, tables)
  /src/usr.sbin/gspa/gspa/
gsp_out.c 67 struct error *error_list, *error_last; variable in typeref:struct:error
189 if( error_list == NULL )
190 error_list = p;
201 for( p = error_list; p != NULL; p = q ){
207 error_list = error_last = NULL;
  /src/external/gpl3/binutils/dist/gas/config/
kvx-parse.c 735 struct error_list
738 struct error_list *nxt;
741 static struct error_list *
742 error_list_insert (int rule, int loc, struct error_list *nxt)
744 struct error_list *n = calloc (1, sizeof (*n));
752 free_error_list (struct error_list *l)
754 struct error_list *tmp, *cur_err = l;
783 struct error_list **errs)
960 struct error_list *errs = NULL;
968 struct error_list *cur_err = errs
732 struct error_list struct
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
kvx-parse.c 735 struct error_list
738 struct error_list *nxt;
741 static struct error_list *
742 error_list_insert (int rule, int loc, struct error_list *nxt)
744 struct error_list *n = calloc (1, sizeof (*n));
752 free_error_list (struct error_list *l)
754 struct error_list *tmp, *cur_err = l;
783 struct error_list **errs)
960 struct error_list *errs = NULL;
968 struct error_list *cur_err = errs
732 struct error_list struct
    [all...]

Completed in 76 milliseconds