Home
last modified time | relevance | path

Searched refs:temp_array (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/lib/libreadline/
H A Dcomplete.c824 char **temp_array; local
851 temp_array = (char **)xmalloc ((3 + newlen) * sizeof (char *));
855 temp_array[j++] = matches[i];
857 temp_array[j] = (char *)NULL;
863 temp_array[0] = lowest_common;
868 if (j == 2 && strcmp (temp_array[0], temp_array[1]) == 0)
870 free (temp_array[1]);
871 temp_array[1] = (char *)NULL;
873 return (temp_array);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c2879 symint_t temp_array[ N_TQ ]; local
2992 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
3010 if (t_ptr == &temp_array[0])
3022 while (t_ptr <= &temp_array[ N_TQ-1 ])
3066 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
3084 if (t_ptr == &temp_array[0])
3096 while (t_ptr <= &temp_array[ N_TQ-1 ])
/openbsd-src/gnu/gcc/gcc/
H A Dmips-tfile.c2774 symint_t temp_array[ N_TQ ]; in parse_def() local
2887 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; in parse_def()
2905 if (t_ptr == &temp_array[0]) in parse_def()
2917 while (t_ptr <= &temp_array[ N_TQ-1 ]) in parse_def()
2961 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; in parse_def()
2979 if (t_ptr == &temp_array[0]) in parse_def()
2991 while (t_ptr <= &temp_array[ N_TQ-1 ]) in parse_def()