OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ioctlsort
(Results
1 - 9
of
9
) sorted by null
/external/strace/
.gitignore
38
/
ioctlsort
[012]
HACKING-scripts
34
ioctls_arch.h, and then we compile them into
ioctlsort
.c. The resulting
41
gcc -Wall -I.
ioctlsort
.c -o
ioctlsort
42
./
ioctlsort
> ioctlent0.h
ioctlsort.c
105
ioctlsort
(struct ioctlent *ioctls, size_t nioctls)
function
134
puts("/* Generated by
ioctlsort
. */");
161
ioctlsort
(ioctls, sizeof(ioctls) / sizeof(ioctls[0]));
Makefile.am
243
ioctlsort
.c \
667
ioctlent%.h:
ioctlsort
%
670
ioctlsort
%$(BUILD_EXEEXT):
ioctlsort
%.o
673
ioctlsort
%.o: ioctls_all%.h $(srcdir)/
ioctlsort
.c
674
$(ioctlsort_CC) $(ioctlsort_DEFS) $(ioctlsort_INCLUDES) $(ioctlsort_CPPFLAGS) $(ioctlsort_CFLAGS) -DIOCTLSORT_INC=\"$<\" -c -o $@ $(srcdir)/
ioctlsort
.c
ChangeLog-CVS
[
all
...]
syscall.c
121
* program `
ioctlsort
', such that the list is sorted by the `code' field.
[
all
...]
ioctlent0.h
1
/* Generated by
ioctlsort
. */
[
all
...]
ioctlent1.h
1
/* Generated by
ioctlsort
. */
[
all
...]
ioctlent2.h
1
/* Generated by
ioctlsort
. */
[
all
...]
Completed in 305 milliseconds