Home
last modified time | relevance | path

Searched refs:item (Results 1 – 13 of 13) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dhcreate_r.c155 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r() argument
162 len = strlen(item.key); in hsearch_r()
163 hashval = __default_hash(item.key, len); in hsearch_r()
168 if (strcmp(ie->ent.key, item.key) == 0) in hsearch_r()
190 ie->ent.key = item.key; in hsearch_r()
191 ie->ent.data = item.data; in hsearch_r()
Dhcreate.c72 hsearch (ENTRY item, in hsearch() argument
77 hsearch_r (item, action, &retval, &htab); in hsearch()
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/
Diconv.tex62 @item
65 @item
69 @item
73 @item
83 @item
86 @item
89 @item
110 @item
112 @item
114 @item
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dlocale.tex48 @item char *decimal_point
53 @item char *thousands_sep
58 @item char *grouping
67 @item char *int_curr_symbol
72 @item char *currency_symbol
76 @item char *mon_decimal_point
80 @item char *mon_thousands_sep
84 @item char *mon_grouping
88 @item char *positive_sign
92 @item char *negative_sign
[all …]
Dnl_langinfo.c171 #define _REL(BASE) ((int)item-BASE)
173 char *nl_langinfo_l (nl_item item, struct __locale_t *locale) in nl_langinfo_l() argument
179 switch (item) { in nl_langinfo_l()
376 if (item > NL_LOCALE_NAME(LC_ALL) in nl_langinfo_l()
377 && item < NL_LOCALE_NAME(_LC_LAST)) { in nl_langinfo_l()
378 return locale->categories[item in nl_langinfo_l()
382 if (item > _NL_LOCALE_EXTENDED_FIRST_ENTRY in nl_langinfo_l()
383 && item < _NL_LOCALE_EXTENDED_LAST_ENTRY) { in nl_langinfo_l()
384 int idx = item - _NL_LOCALE_EXTENDED_FIRST_ENTRY - 1; in nl_langinfo_l()
394 char *nl_langinfo (nl_item item) in nl_langinfo() argument
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dtime.tex36 @item tm_sec
39 @item tm_min
42 @item tm_hour
45 @item tm_mday
48 @item tm_mon
51 @item tm_year
54 @item tm_wday
57 @item tm_yday
60 @item tm_isdst
/picolibc-3.5.0-3.4.0/newlib/libc/signal/
Dsignal.tex28 @item SIGABRT
31 @item SIGFPE
34 @item SIGILL
37 @item SIGINT
40 @item SIGSEGV
43 @item SIGTERM
56 @item SIG_DFL
61 @item SIG_IGN
65 @item SIG_ERR
/picolibc-3.5.0-3.4.0/newlib/libc/
Dsys.tex62 @item _exit
67 @item close
76 @item environ
85 @item execve
99 @item fork
112 @item fstat
126 @item getpid
137 @item isatty
148 @item kill
161 @item link
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dmkcategories27 item () { function
Dmkcaseconv93 item () { function
/picolibc-3.5.0-3.4.0/newlib/libc/reent/
Dreent.tex62 @item
68 @item
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dmath.tex17 @item
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-201517295 * libc/libc.texinfo: Add optional menu item for Stdio64, based