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

  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
utbm.c 262 int have_space; local
306 for (have_space = 0, cp = p->pat, i = 0; i < patlen; i++) {
313 * Make sure the `have_space' flag is turned off if the character
317 have_space = 0;
330 if (!have_space) {
342 have_space = 1;
utbm.c 262 int have_space; local
306 for (have_space = 0, cp = p->pat, i = 0; i < patlen; i++) {
313 * Make sure the `have_space' flag is turned off if the character
317 have_space = 0;
330 if (!have_space) {
342 have_space = 1;
  /src/external/gpl3/binutils/dist/opcodes/
loongarch-dis.c 251 char have_space[32] = { 0 }; local
265 have_space[i] = 1;
268 have_space[i] = 1;
279 have_space[28] = 1;
280 have_space[0] = 0;
288 if (have_space[i])
loongarch-dis.c 251 char have_space[32] = { 0 }; local
265 have_space[i] = 1;
268 have_space[i] = 1;
279 have_space[28] = 1;
280 have_space[0] = 0;
288 if (have_space[i])
  /src/external/gpl3/binutils.old/dist/opcodes/
loongarch-dis.c 222 char have_space[32] = { 0 }; local
236 have_space[i] = 1;
239 have_space[i] = 1;
250 have_space[28] = 1;
251 have_space[0] = 0;
259 if (have_space[i])
loongarch-dis.c 222 char have_space[32] = { 0 }; local
236 have_space[i] = 1;
239 have_space[i] = 1;
250 have_space[28] = 1;
251 have_space[0] = 0;
259 if (have_space[i])
  /src/external/gpl3/gdb/dist/opcodes/
loongarch-dis.c 217 char have_space[32] = { 0 }; local
231 have_space[i] = 1;
234 have_space[i] = 1;
245 have_space[28] = 1;
246 have_space[0] = 0;
254 if (have_space[i])
loongarch-dis.c 217 char have_space[32] = { 0 }; local
231 have_space[i] = 1;
234 have_space[i] = 1;
245 have_space[28] = 1;
246 have_space[0] = 0;
254 if (have_space[i])
  /src/external/gpl3/gdb.old/dist/opcodes/
loongarch-dis.c 217 char have_space[32] = { 0 }; local
231 have_space[i] = 1;
234 have_space[i] = 1;
245 have_space[28] = 1;
246 have_space[0] = 0;
254 if (have_space[i])
loongarch-dis.c 217 char have_space[32] = { 0 }; local
231 have_space[i] = 1;
234 have_space[i] = 1;
245 have_space[28] = 1;
246 have_space[0] = 0;
254 if (have_space[i])

Completed in 51 milliseconds