Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 73) sorted by relevance

123

/glibc-2.36/sysdeps/posix/
Disatty.c25 struct termios term; in __isatty() local
27 return __tcgetattr (fd, &term) == 0; in __isatty()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dttyname.c40 struct termios term; in ttyname() local
41 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in ttyname()
Dttyname_r.c117 struct termios term; in __ttyname_r() local
118 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in __ttyname_r()
/glibc-2.36/iconv/
Diconv_charmap.c40 int term[256 / 8]; member
65 return tbl->term[idx / 8] & (1 << (idx % 8)); in is_term()
72 tbl->term[idx / 8] &= ~(1 << (idx % 8)); in clear_term()
79 tbl->term[idx / 8] |= 1 << (idx % 8); in set_term()
/glibc-2.36/hurd/
Dhurdsig.c624 enum { stop, ignore, core, term, handle } act; in weak_alias() enumerator
871 act = term; in weak_alias()
904 act = term; in weak_alias()
960 case term: /* Time to die. */ in weak_alias()
DMakefile37 term tioctl socket ifsock \
/glibc-2.36/locale/programs/
Dld-address.c50 const char term[4]; member
214 if (strcmp (address->lang_term, iso639[cnt].term) == 0) in address_finish()
/glibc-2.36/manual/
Dmacros.texi210 term\comments\
215 term\comments\
Dintro.texi656 @item @code{term}
657 @cindex term
659 Functions marked with @code{term} as an MT-Safety issue may change the
663 with @code{term} are MT-Unsafe. The same window enables changes made by
677 Functions marked with @code{term} as an AC-Safety issue are supposed to
Dio.texi220 Some other documents, such as the POSIX standard, use the term
Dlgpl-2.1.texi141 included without limitation in the term ``modification''.)
/glibc-2.36/localedata/locales/
Dmjw_IN144 % Salutation valid for all females - "" (no term)
Dpa_PK149 % Can we put in the values for a cancel exression here?? I found a term that
Dur_PK166 % Can we put in the values for a cancel exression here?? I found a term that
Dnso_ZA194 % Salutation valid for all females - "" (no term)
Dzu_ZA202 % Salutation valid for all females - "" (no term)
Dve_ZA204 % Salutation valid for all females - "" (no term)
Dxh_ZA206 % Salutation valid for all females - "" (no term)
Dtn_ZA206 % Salutation valid for all females - "" (no term)
Dss_ZA211 % Salutation valid for all females - "" (no term)
Dnr_ZA206 % Salutation valid for all females - "" (no term)
Dts_ZA211 % Salutation valid for all females - "" (no term)
Dst_ZA207 % Salutation valid for all females - "" (no term)
Den_ZA229 % (no term)
/glibc-2.36/
DCOPYING70 the term "modification".) Each licensee is addressed as "you".

123