Home
last modified time | relevance | path

Searched refs:maybe (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dttyname.h35 is_mytty (const struct __stat64_t64 *mytty, const struct __stat64_t64 *maybe) in is_mytty() argument
37 return (maybe->st_ino == mytty->st_ino in is_mytty()
38 && maybe->st_dev == mytty->st_dev in is_mytty()
39 && S_ISCHR (maybe->st_mode) in is_mytty()
40 && maybe->st_rdev == mytty->st_rdev in is_mytty()
/glibc-2.36/posix/
Dannexc.c562 const char *const *maybe; member
880 if (fnmatch (header->maybe[i], &line[8], 0) == 0) in check_header()
Dtst-regex.input767 (stdarg_syms): Move va_list to `maybe' list.
12228 maybe defined in all versions (needed by recent changes to
/glibc-2.36/timezone/
DMakefile64 -include $(common-objpfx)config.h -Wno-maybe-uninitialized
Dsouthamerica186 # Hi, there is a problem with timezone-data-2008e and maybe with
647 # (maybe, for the next elections, it will be possible to change the clock)...
Deurope965 # human physiology. It seems that Estonia maybe will not change to
1733 # Norwegian meteorologists and maybe used the same time as Norway ever
Dasia1709 # time was in effect, but maybe the legal aspect of time was just neglected).
/glibc-2.36/localedata/locales/
Dha_NG169 % maybe "Lhd" "Lrb" => "Lh"/"Lb" on 2letter tables?
/glibc-2.36/manual/
Djob.texi1027 @c !string case, so maybe add mtasurace{:ctermid/!string} when we take
Dtime.texi2185 @math{2000} to @math{2068}. But maybe this heuristic fails for some
Dtexinfo.tex4668 % If flag is undefined, pass through an unexpanded @value command: maybe it
9706 % #1 is (maybe) the \floatmagic string. If so, #2 will be the
Dmemory.texi371 @c would require more work; maybe blocking signals and disabling async
Dfilesys.texi3231 allocation data structures and eliminate holes directly, maybe even
/glibc-2.36/
DMakerules265 # offsets and sizes of types in <tls.h> and maybe <pthread.h> which
Dconfigure1260 cross_compiling=maybe
/glibc-2.36/ChangeLog.old/
DChangeLog.20144 Get rid of Werror=maybe-uninitialized in res_send.c.
244 Fix maybe-uninitialized error on powerpc
DChangeLog.8767 (stdarg_syms): Move va_list to `maybe' list.
12228 maybe defined in all versions (needed by recent changes to
DChangeLog.107217 * time/time.h: Add forward for struct sigevent. Unix98 maybe
DChangeLog.1710381 * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
DChangeLog.193384 * resolv/res_send.c (__res_context_send): Disable maybe-uninitialized
DChangeLog.1825316 -Wno-maybe-uninitialized.