Searched refs:ioctlsort (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | ioctlsort.c | 107 ioctlsort(struct ioctlent *ioctls, size_t nioctls) in ioctlsort() function 163 ioctlsort(ioctls, sizeof(ioctls) / sizeof(ioctls[0])); in main()
|
D | Makefile.am | 423 ioctlsort.c \ 1020 ioctlent%.h: ioctlsort% 1032 ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o 1035 ioctlsort%.o: ioctls_all%.h ioctl_iocdef.h $(srcdir)/ioctlsort.c
|
D | ChangeLog-CVS | 2516 * linux/ioctlsort.c (main): Omit duplicate lines 2803 * linux/ioctlsort.c: Add some #includes. 2850 * linux/ioctlsort.c (compare): When ioctl codes equal, compare 2853 ioctlsort. 3831 (ioctlsort.o): Use ../ioctlsort.c, not ../../ioctlsort.c. 5094 * defs.h, ioctlsort.c: Make ioctl code member unsigned. 5095 * ioctl.c, ioctlsort.c (compare): Perform explicit checking
|
D | ChangeLog | 917 ioctlsort. 19600 Fixes: 5679fad ("ioctlsort: get ioctl definitions from host, not build") 19692 ioctlsort: get ioctl definitions from host, not build. 19693 When cross-compiling, ioctlsort must obtain _IOC_* values from the 19699 (ioctlsort%.o): Depend on ioctl_iocdef.h. 19701 * ioctlsort.c: Include "ioctl_iocdef.h" instead of <linux/ioctl.h>. 22430 ioctlsort is compiled with CC_FOR_BUILD, rather than CC. Nevertheless, 22446 ioctlsort0.o ./ioctlsort.c 38644 * ioctlsort.c: Likewise. 39548 Fix cross-compiling of ioctlsort. [all …]
|
D | NEWS | 431 * Fixed cross-building of ioctlsort.
|
D | Makefile.in | 1441 ioctlsort.c \ 8461 ioctlent%.h: ioctlsort% 8473 ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o 8476 ioctlsort%.o: ioctls_all%.h ioctl_iocdef.h $(srcdir)/ioctlsort.c
|