HomeSort by relevance Sort by last modified time
    Searched full:l_opts (Results 1 - 25 of 27) sorted by null

1 2

  /external/libpng/scripts/
libpng-config-body.in 16 --L_opts print linker "-L" flags for dynamic linking
19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
72 --L_opts)
73 echo ${L_opts}
81 echo ${ldflags} ${L_opts} ${R_opts} ${libs}
libpng-config-head.in 19 L_opts=""
makefile.dec 93 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.msys 135 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.32sunu 108 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.64sunu 108 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.darwin 103 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.hp64 110 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.hpux 108 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.linux 117 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.sco 104 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.sggcc 111 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.sgi 111 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.so9 113 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.solaris 110 echo L_opts=\"-L$(LIBPATH)\"; \
makefile.solaris-x86 109 echo L_opts=\"-L$(LIBPATH)\"; \
  /external/libpng/
libpng-config.in 22 L_opts="-L${libdir}"
42 --L_opts print linker "-L" flags for dynamic linking
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
98 --L_opts)
99 echo ${L_opts}
111 echo ${ldopts} ${L_opts} ${R_opts} ${libs}
  /external/blktrace/btt/
bno_plot.py 59 l_opts = [ 'help', 'keys-below', 'verbose' ]
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
args.c 33 static struct option l_opts[] = { variable in typeref:struct:option
288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
btt_plot.py 204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title',
208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
  /external/fio/
init.c 87 static struct option l_opts[FIO_NR_OPTIONS] = { variable in typeref:struct:option
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 159 uint8 l_opts; member in struct:ld_cmd_parms
349 uint8 l_opts; member in struct:ld_evt_parms
  /external/blktrace/
blkiomon.c 615 static struct option l_opts[] = { variable in typeref:struct:option
690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
blkparse.c 107 static struct option l_opts[] = { variable in typeref:struct:option
    [all...]
  /external/blktrace/btreplay/
btrecord.c 123 static struct option l_opts[] = { variable in typeref:struct:option
395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {

Completed in 256 milliseconds

1 2