HomeSort by: relevance | last modified time | path
    Searched defs:p_base (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocatable.c 190 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
194 while (p > p_base)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.c 190 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
194 while (p > p_base)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocatable.c 190 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
194 while (p > p_base)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
relocatable.c 190 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
194 while (p > p_base)
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocatable.c 190 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
194 while (p > p_base)
  /src/external/gpl2/texinfo/dist/intl/
relocatable.c 194 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
198 while (p > p_base)
  /src/external/gpl3/gcc.old/dist/intl/
relocatable.c 185 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
189 while (p > p_base)
  /src/usr.bin/patch/
pch.c 68 static LINENUM p_base; /* where to intuit this time */ variable
69 static LINENUM p_bline; /* line # of p_base */
193 if (p_base != 0L && p_base >= p_filesize) {
202 if (p_base != 0L) {
211 (p_base == 0L ? "L" : "The next patch l"),
265 fseek(pfp, p_base, SEEK_SET);
421 p_base = file_pos;
433 if (p_base > file_pos)
434 fatal("Internal error: seek %ld>%ld\n", p_base, file_pos)
    [all...]
  /src/external/bsd/byacc/dist/test/btyacc/
rename_debug.c 170 YYLTYPE *p_base; member in struct:__anon6479
303 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
307 data->p_base = newps;
327 free(data->p_base);
348 p->yystack.p_base = NULL;
358 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
359 if (p->yystack.p_base == NULL) return NULL;
360 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
430 yystack.p_mark = yystack.p_base;
556 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
btyacc_calc1.tab.c 464 YYLTYPE *p_base; member in struct:__anon6418
682 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
686 data->p_base = newps;
706 free(data->p_base);
727 p->yystack.p_base = NULL;
737 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
738 if (p->yystack.p_base == NULL) return NULL;
739 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
870 yystack.p_mark = yystack.p_base;
996 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
btyacc_destroy1.tab.c 443 YYLTYPE *p_base; member in struct:__anon6422
578 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
582 data->p_base = newps;
602 free(data->p_base);
623 p->yystack.p_base = NULL;
633 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
634 if (p->yystack.p_base == NULL) return NULL;
635 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
705 yystack.p_mark = yystack.p_base;
831 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
btyacc_destroy2.tab.c 443 YYLTYPE *p_base; member in struct:__anon6425
578 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
582 data->p_base = newps;
602 free(data->p_base);
623 p->yystack.p_base = NULL;
633 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
634 if (p->yystack.p_base == NULL) return NULL;
635 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
705 yystack.p_mark = yystack.p_base;
831 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
btyacc_destroy3.tab.c 443 YYLTYPE *p_base; member in struct:__anon6428
578 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
582 data->p_base = newps;
602 free(data->p_base);
623 p->yystack.p_base = NULL;
633 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
634 if (p->yystack.p_base == NULL) return NULL;
635 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
705 yystack.p_mark = yystack.p_base;
831 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
calc.tab.c 424 YYLTYPE *p_base; member in struct:__anon6429
573 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
577 data->p_base = newps;
597 free(data->p_base);
618 p->yystack.p_base = NULL;
628 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
629 if (p->yystack.p_base == NULL) return NULL;
630 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
700 yystack.p_mark = yystack.p_base;
826 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
calc1.tab.c 479 YYLTYPE *p_base; member in struct:__anon6430
717 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
721 data->p_base = newps;
741 free(data->p_base);
762 p->yystack.p_base = NULL;
772 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
773 if (p->yystack.p_base == NULL) return NULL;
774 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
844 yystack.p_mark = yystack.p_base;
970 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
calc2.tab.c 426 YYLTYPE *p_base; member in struct:__anon6431
586 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
590 data->p_base = newps;
610 free(data->p_base);
631 p->yystack.p_base = NULL;
641 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
642 if (p->yystack.p_base == NULL) return NULL;
643 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
713 yystack.p_mark = yystack.p_base;
839 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
calc3.tab.c 420 YYLTYPE *p_base; member in struct:__anon6432
539 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
543 data->p_base = newps;
563 free(data->p_base);
584 p->yystack.p_base = NULL;
594 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
595 if (p->yystack.p_base == NULL) return NULL;
596 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
727 yystack.p_mark = yystack.p_base;
853 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
calc_code_imports.tab.c 424 YYLTYPE *p_base; member in struct:__anon6435
573 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
577 data->p_base = newps;
597 free(data->p_base);
618 p->yystack.p_base = NULL;
628 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
629 if (p->yystack.p_base == NULL) return NULL;
630 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
700 yystack.p_mark = yystack.p_base;
826 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
code_calc.code.c 281 YYLTYPE *p_base; member in struct:__anon6439
434 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
438 data->p_base = newps;
458 free(data->p_base);
479 p->yystack.p_base = NULL;
489 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
490 if (p->yystack.p_base == NULL) return NULL;
491 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
561 yystack.p_mark = yystack.p_base;
687 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
code_error.code.c 271 YYLTYPE *p_base; member in struct:__anon6440
404 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
408 data->p_base = newps;
428 free(data->p_base);
449 p->yystack.p_base = NULL;
459 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
460 if (p->yystack.p_base == NULL) return NULL;
461 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
531 yystack.p_mark = yystack.p_base;
657 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
defines1.calc.c 331 YYLTYPE *p_base; member in struct:__anon6441
480 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
484 data->p_base = newps;
504 free(data->p_base);
525 p->yystack.p_base = NULL;
535 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
536 if (p->yystack.p_base == NULL) return NULL;
537 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
607 yystack.p_mark = yystack.p_base;
733 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
defines2.calc.c 331 YYLTYPE *p_base; member in struct:__anon6442
480 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
484 data->p_base = newps;
504 free(data->p_base);
525 p->yystack.p_base = NULL;
535 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
536 if (p->yystack.p_base == NULL) return NULL;
537 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
607 yystack.p_mark = yystack.p_base;
733 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
defines3.calc.c 331 YYLTYPE *p_base; member in struct:__anon6443
480 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
484 data->p_base = newps;
504 free(data->p_base);
525 p->yystack.p_base = NULL;
535 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
536 if (p->yystack.p_base == NULL) return NULL;
537 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
607 yystack.p_mark = yystack.p_base;
733 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
empty.tab.c 315 YYLTYPE *p_base; member in struct:__anon6444
435 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
439 data->p_base = newps;
459 free(data->p_base);
480 p->yystack.p_base = NULL;
490 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
491 if (p->yystack.p_base == NULL) return NULL;
492 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
562 yystack.p_mark = yystack.p_base;
688 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]
err_inherit3.tab.c 377 YYLTYPE *p_base; member in struct:__anon6447
536 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
540 data->p_base = newps;
560 free(data->p_base);
581 p->yystack.p_base = NULL;
591 p->yystack.p_base = (YYLTYPE *) malloc(size * sizeof(YYLTYPE));
592 if (p->yystack.p_base == NULL) return NULL;
593 memset(p->yystack.p_base, 0, size * sizeof(YYLTYPE));
663 yystack.p_mark = yystack.p_base;
789 save->yystack.p_mark = save->yystack.p_base + (yystack.p_mark - yystack.p_base)
    [all...]

Completed in 46 milliseconds

1 2 3