Searched refs:junk (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/locale/programs/ |
D | charmap-dir.c | 262 char junk[BUFSIZ]; in charmap_aliases() local 273 if (fgets (junk, sizeof junk, stream) != NULL) in charmap_aliases() 275 if (strstr (junk, "CHARMAP") != NULL) in charmap_aliases() 279 while (strchr (junk, '\n') == NULL in charmap_aliases() 280 && fgets (junk, sizeof junk, stream) != NULL) in charmap_aliases()
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | submul_1.S | 33 addc r7,r7,r8 # invert cy (r7 is junk) 45 addc r7,r7,r8 # invert cy (r7 is junk)
|
/glibc-2.36/resolv/ |
D | res_send.c | 762 char junk[PACKETSZ]; in send_vc() local 764 n = read(statp->_vcsock, junk, in send_vc() 765 (len > sizeof junk) ? sizeof junk : len); in send_vc()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 2360 duplicate address recognition does not copy junk.
|
D | ChangeLog.13 | 13319 empty to prevent junk from being generated.
|
D | ChangeLog.11 | 5021 Remove the junk that's only relevant in the Linux kernel itself.
|
D | ChangeLog.19 | 16350 Remove 20-year-old junk todo note.
|
/glibc-2.36/ |
D | NEWS | 3427 junk at end of line, first unrecognized character is `@'
|