/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | unifdef.c | 180 static char *keyword; /* used for editing #elif's */ variable 643 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit() 798 keyword = tline + (cp - tline); in parseline() 799 if ((cp = matchsym("ifdef", keyword)) != NULL || in parseline() 800 (cp = matchsym("ifndef", keyword)) != NULL) { in parseline() 805 retval = (keyword[2] == 'n') in parseline() 814 } else if ((cp = matchsym("if", keyword)) != NULL) in parseline() 816 else if ((cp = matchsym("elif", keyword)) != NULL) in parseline() 818 else if ((cp = matchsym("else", keyword)) != NULL) in parseline() 820 else if ((cp = matchsym("endif", keyword)) != NULL) in parseline() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 534 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 534 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 539 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 590 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 537 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 591 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 596 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/po/ |
A D | Makefile.am | 81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
A D | Makefile.in | 505 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | Makefile.kconfig | 59 --add-comments --keyword=_ --keyword=N_ \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | resolv.c | 998 char *keyword, *p; in __open_nameservers() local 1000 keyword = p = skip_and_NUL_space(szBuffer); in __open_nameservers() 1006 if (strcmp(keyword, "nameserver") == 0) { in __open_nameservers() 1032 if (strcmp(keyword, "domain") == 0 || strcmp(keyword, "search") == 0) { in __open_nameservers() 1062 if (strcmp(keyword, "options") == 0) { in __open_nameservers()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | stab.def | 87 GNU M2 keyword %INITIALIZE. Perhaps N_M2C can be used if there
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | c++config | 132 // of extern keyword on template declaration. As documented in the g++
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | c++config | 140 // of extern keyword on template declaration. As documented in the g++
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | c++config | 176 // of extern keyword on template declaration. As documented in the g++
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | c++config | 142 // of extern keyword on template declaration. As documented in the g++
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_collate.c | 249 const char *keyword; member 768 for (k = keyword_table ; k->keyword ; k++) { in processfile() 769 if (!strcmp(k->keyword, t)) { in processfile()
|