Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dspawni.c320 int ec; in __spawnix() local
403 ec = args.err; in __spawnix()
404 if (ec > 0) in __spawnix()
414 ec = errno; in __spawnix()
418 if ((ec == 0) && (pid != NULL)) in __spawnix()
425 return ec; in __spawnix()
DMakefile355 neteconet/ec.h netiucv/iucv.h
/glibc-2.36/sysdeps/ia64/
Dmemccpy.S76 mov saved_ec = ar.ec // save the loop counter
86 mov ar.ec = 0 // ec not guaranteed zero on entry
117 mov ar.ec = MEMLAT + 6 + 1 // six more passes needed
138 mov ar.ec = MEMLAT + 2 + 1 ;; // set EC
166 mov ar.ec = saved_ec ;; // restore the epilog counter
189 mov tmp = ar.ec
Dmemmove.S112 mov ar.ec = MEMLAT + 1 ;; // set the epilog counter
159 mov ar.ec = MEMLAT + 1 // set EC
169 mov ar.ec = MEMLAT + 1 + 1 // one more pass needed
212 mov ar.ec = MEMLAT + 1 // set the epilog counter
Dmemcmp.S104 mov ar.ec = MEMLAT + 4 + 1 // four more passes needed
135 mov ar.ec = MEMLAT + 1 ;; // set EC
Dmemcpy.S245 movi0 ar.ec = MEMLAT + 1 // set the epilog counter
400 movi0 ar.ec = MEMLAT + 2 // one more pass needed
Dmemchr.S96 mov ar.ec = MEMLAT + 3
Dstrncpy.S63 mov ar.ec = 0 // ec is not guaranteed to
/glibc-2.36/localedata/locales/
Dcs_CZ307 % "<U010D>ec";/
324 "<U010D>ec";/
/glibc-2.36/timezone/
Dsouthamerica1173 # <http://midena.gov.ec/content/view/1261/208/> (2007-02-27) and
1174 # <http://www.hoy.com.ec/NoticiaNue.asp?row_id=249856> (2006-11-06) both
/glibc-2.36/manual/
Dtexinfo.tex3583 % for non-CM glyphs. That is ec* for regular text and tc* for the text
3584 % companion symbols (LaTeX TS1 encoding). Both are part of the ec
10099 \gdefchar^^ec{\`{\dotless i}}
10219 \gdefchar^^ec{\v e}
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C2973 ec.h
Dfilelist#en_US.UTF-82973 ec.h
/glibc-2.36/ChangeLog.old/
DChangeLog.93285 * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for
DChangeLog.145384 Save ar.ec on entry and restore on exit.
13985 * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec. Fix .recovery4.