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

  /src/external/gpl2/texinfo/dist/info/
man.c 473 int bindex = 0; local
502 while ((bindex + 1024) > (bsize))
504 buffer[bindex] = '\0';
506 amount_read = read (fd, buffer + bindex, 1023);
514 bindex += amount_read;
515 buffer[bindex] = '\0';
  /src/external/gpl2/rcs/dist/src/
rcsfnms.c 82 * Don't export bindex().
185 static char const *bindex P((char const*,int));
353 bindex(sp, c) function
406 Suffix = bindex(workname, '.');
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 893 enum s390_overloaded_builtin_vars bindex; local
968 for (bindex = desc_start_for_overloaded_builtin[ob_fcode];
969 bindex <= desc_end_for_overloaded_builtin[ob_fcode];
970 bindex = (enum s390_overloaded_builtin_vars)((int)bindex + 1))
974 type_for_overloaded_builtin_var[bindex];
977 fprintf (stderr, "checking variant number: %d", (int)bindex);
994 last_match_index = bindex;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 889 enum s390_overloaded_builtin_vars bindex; local
964 for (bindex = desc_start_for_overloaded_builtin[ob_fcode];
965 bindex <= desc_end_for_overloaded_builtin[ob_fcode];
966 bindex = (enum s390_overloaded_builtin_vars)((int)bindex + 1))
970 type_for_overloaded_builtin_var[bindex];
973 fprintf (stderr, "checking variant number: %d", (int)bindex);
990 last_match_index = bindex;

Completed in 30 milliseconds