/extra/locale/ |
A D | gen_locale.c | 200 p += 1 + (unsigned char) *p; in do_locale_names() 218 p += 1 + (unsigned char) *p; in do_locale_names() 264 char *p; in read_at_mappings() local 286 if (!(p = strtok(NULL, " \t\n")) || p[1] || (((unsigned char) *p) > 0x7f)) { in read_at_mappings() 321 p += 1 + (unsigned char) *p; in read_at_mappings() 329 char *p; in read_enable_disable() local 420 p += 1 + (unsigned char) *p; in find_at_string_num() 848 ++p; in lc_time_S() 858 p = s; in lc_time_S() 863 ++p; in lc_time_S() [all …]
|
A D | gen_collate.c | 864 p = p->next; in processfile() 1450 if ((*p == '/') && p[1]) { in next_token() 1451 ++p; in next_token() 1475 if (isspace(*p) || (*p == ';')) { in next_token() 1606 p = p->next; in find_section_list_item() 1616 p = p->next; in find_ll_last() 2069 p->next = p->prev = NULL; in new_ll_item() 2145 p = p->next; in ll_len() 2162 p = p->next; in ll_count() 2347 p = *(ll_item_t **)p; in find_wi_index() [all …]
|
A D | tst_nl_langinfo.c | 16 const unsigned char *p; in main() local 88 for (p = (unsigned char *) nl_langinfo(GROUPING) ; *p ; p++) { in main() 89 printf("\\x%02x", *p); in main() 102 for (p = (unsigned char *) nl_langinfo(MON_GROUPING) ; *p ; p++) { in main() 181 if (!p || !*p) { in main() 188 while (*p) ++p; in main() 189 ++p; in main() 190 if (!*p) break; in main() 200 if (!p || !*p) { in main() 207 while (*p) ++p; in main() [all …]
|
A D | gen_wc8bit.c | 87 unsigned char *p; in main() local 278 p = &xi[i]; in main() 347 p = ctype_tbl; in main() 352 p += CTYPE_ROW_LEN; in main() 406 p = uplow_tbl; in main() 568 p = uplow_tbl; in main() 575 p += UPLOW_ROW_LEN; in main() 597 p = ctype_tbl; in main() 602 printf(" %#4x,", (unsigned int)(p[i] + (p[i+1] << 4))); in main() 609 p += CTYPE_ROW_LEN; in main() [all …]
|
A D | gen_ldc.c | 91 if (p[i]) { in out_uc() 92 fprintf(f, "%#04x, ", p[i]); in out_uc() 94 fprintf(f, "%#4x, ", p[i]); in out_uc() 109 if (p[i]) { in out_u16() 110 fprintf(f, "%#06x, ", p[i]); in out_u16() 112 fprintf(f, "%#6x, ", p[i]); in out_u16() 127 fprintf(f, "%6d, ", p[i]); in out_i16() 141 fprintf(f, "%11d, ", p[i]); in out_i32() 155 if (p[i]) { in out_size_t() 156 fprintf(f, "%#010zx, ", p[i]); in out_size_t() [all …]
|
A D | gen_mmap.c | 127 unsigned char *p; in main() local 164 p = (unsigned char *) codeset_8_bit; in main() 166 putc(p[i], fp); in main()
|
/extra/config/ |
A D | confdata.c | 146 if (*p != '"') { in conf_set_sym_val() 245 char *p, *p2; in conf_read_simple() local 313 if (!p) in conf_read_simple() 315 *p++ = 0; in conf_read_simple() 343 if (!p) in conf_read_simple() 345 *p++ = 0; in conf_read_simple() 511 p += l; in kconfig_print_comment() 584 p += l; in header_print_comment() 1141 int n, p[3]; in conf_set_all_new_symbols() local 1164 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols() [all …]
|
A D | streamline_config.pl | 440 my ($p) = @_; 442 while ($p =~ /[$valid]/) { 444 if ($p =~ /^[^$valid]*([$valid]+)/) { 447 $p =~ s/^[^$valid]*[$valid]+//; 479 my ($config, $p) = @_; 483 while ($p =~ /[$valid]/) { 485 if ($p =~ /^[^$valid]*([$valid]+)/) { 488 $p =~ s/^[^$valid]*[$valid]+//;
|
A D | util.c | 147 void *p = malloc(size); in xmalloc() local 148 if (p) in xmalloc() 149 return p; in xmalloc() 156 void *p = calloc(nmemb, size); in xcalloc() local 157 if (p) in xcalloc() 158 return p; in xcalloc()
|
A D | symbol.c | 889 p = name; in sym_expand_string_value() 891 *p++ = *src++; in sym_expand_string_value() 892 *p = '\0'; in sym_expand_string_value() 916 const char *p; in sym_escape_string_value() local 923 p = in; in sym_escape_string_value() 926 p += l; in sym_escape_string_value() 932 p++; in sym_escape_string_value() 940 p = in; in sym_escape_string_value() 944 p += l; in sym_escape_string_value() 1358 char *p; in prop_add_env() local [all …]
|
A D | conf.c | 59 char *p = str; in strip() local 62 while ((isspace(*p))) in strip() 63 p++; in strip() 64 l = strlen(p); in strip() 65 if (p != str) in strip() 66 memmove(str, p, l + 1); in strip() 69 p = str + l - 1; in strip() 70 while ((isspace(*p))) in strip() 71 *p-- = 0; in strip()
|
A D | qconf.cc | 256 Parent::paintCell(p, cg, column, width, align); in paintCell() 330 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList() argument 331 : Parent(p, name), in ConfigList() 721 QPoint p(contentsToViewport(e->pos())); in contentsMouseReleaseEvent() local 722 ConfigItem* item = (ConfigItem*)itemAt(p); in contentsMouseReleaseEvent() 732 x = header()->offset() + p.x(); in contentsMouseReleaseEvent() 783 QPoint p(contentsToViewport(e->pos())); in contentsMouseDoubleClickEvent() local 784 ConfigItem* item = (ConfigItem*)itemAt(p); in contentsMouseDoubleClickEvent() 1248 struct symbol **p; in search() local 1259 for (p = result; *p; p++) { in search() [all …]
|
A D | zconf.y | 591 const char *p; in print_quoted_string() local 595 while ((p = strchr(str, '"'))) { in print_quoted_string() 596 len = p - str; in print_quoted_string() 600 str = p + 1; in print_quoted_string()
|
A D | qconf.h | 53 ConfigList(ConfigView* p, const char *name = 0); 194 void paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align);
|
/extra/config/lxdialog/ |
A D | util.c | 598 for (p = item_head; p; p = next) { in item_reset() 599 next = p->next; in item_reset() 600 free(p); in item_reset() 609 struct dialog_list *p = malloc(sizeof(*p)); in item_make() local 612 item_cur->next = p; in item_make() 614 item_head = p; in item_make() 615 item_cur = p; in item_make() 616 memset(p, 0, sizeof(*p)); in item_make() 674 for (p = item_head; p; p = p->next) in item_count() 692 for (p = item_head; p; p = p->next) { in item_n() [all …]
|
A D | dialog.h | 51 #define wbkgdset(w,p) /*nothing */ argument 164 void item_set_data(void *p);
|
/extra/locale/collation/ |
A D | cy_GB | 4 % a b c ch d dd e f ff g ng h i l ll m n o p ph r rh s t th u w y 36 collating-symbol <p-h-cy> 38 collating-element <p-h> from "<U0070><U0068>" 40 collating-element <p-H> from "<U0070><U0048>" 72 reorder-after <p> 73 <p-h-cy> 115 <p-h> <p-h-cy>;<PCT>;<MIN>;IGNORE 116 <p-H> <p-h-cy>;<PCT>;<MIN-CAP>;IGNORE 118 <P-H> <p-h-cy>;<PCT>;<CAP>;IGNORE 119 <P-h> <p-h-cy>;<PCT>;<CAP-MIN>;IGNORE
|
A D | yi_US | 7 collating-symbol <p-m-yi> 9 collating-symbol <p-h-yi> 21 <p-m-yi> 22 <p-h-yi> 36 <P+.MH> <p-m-yi>;<PCT>;<MIN>;IGNORE 37 <P+'H-> <p-h-yi>;<PCT>;<MIN>;IGNORE
|
A D | az_AZ | 4 % <o:>, <p>, <r>, <s>, <s,>, <t>, <u>, <u:>, <v>, <y>, <z> 8 % <j%>, <k=>, <k//=>, <l=>, <m=>, <n=>, <o=>, <o-=>, <p=>, <r=>, <s=>,
|
A D | uz_UZ | 3 %% a b c d e f g g' h i j k l m n o o' p q r s t u v x y z
|
A D | tl_PH | 3 %% a b c d e f g h i j k l m n ng o p q r s t u v w x y z
|
A D | ro_RO | 5 % a a> a( b c d e f g h i i> j k l m n o p q r s s, t t, u v w x y z
|
A D | mi_NZ | 3 %% a b c d e f g h i j k l m n ng o p q r s t u v w wh x y z
|
/extra/scripts/ |
A D | unifdef.c | 872 return (*p = v, v ? LT_TRUE : LT_FALSE); in op_strict() 875 return op_strict(p, a < b, at, bt); in op_lt() 878 return op_strict(p, a > b, at, bt); in op_gt() 881 return op_strict(p, a <= b, at, bt); in op_le() 884 return op_strict(p, a >= b, at, bt); in op_ge() 887 return op_strict(p, a == b, at, bt); in op_eq() 890 return op_strict(p, a != b, at, bt); in op_ne() 894 return (*p = 1, LT_TRUE); in op_or() 895 return op_strict(p, a || b, at, bt); in op_or() 899 return (*p = 0, LT_FALSE); in op_and() [all …]
|
A D | MAKEALL | 107 for p in /usr/${CROSS_COMPILE%-}/usr/include ; do 108 if [ -e ${p}/linux/version.h ] ; then 109 header_path=${p}
|