Searched refs:popt (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/net/ |
D | bootp.c | 826 static void dhcp_process_options(uchar *popt, uchar *end) in dhcp_process_options() argument 833 while (popt < end && *popt != 0xff) { in dhcp_process_options() 834 oplen = *(popt + 1); in dhcp_process_options() 835 switch (*popt) { in dhcp_process_options() 840 net_copy_ip(&net_netmask, (popt + 2)); in dhcp_process_options() 845 net_copy_u32((u32 *)to_ptr, (u32 *)(popt + 2)); in dhcp_process_options() 850 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options() 853 net_copy_ip(&net_dns_server, (popt + 2)); in dhcp_process_options() 855 if (*(popt + 1) > 4) in dhcp_process_options() 856 net_copy_ip(&net_dns_server2, (popt + 2 + 4)); in dhcp_process_options() [all …]
|
/external/libexif/m4m/ |
D | gp-check-popt.m4 | 30 AC_ARG_ENABLE([popt], optenable 31 [AS_HELP_STRING([--$1-popt],[Do not use popt])], 48 AC_MSG_CHECKING([whether popt is required]) 52 AC_MSG_CHECKING([whether popt is requested]) 64 # try to find options to compile popt.h 78 AC_CHECK_HEADER([popt.h], [popth_found=yes]) 90 * Cannot autodetect popt.h 96 # try to find options to link against popt 123 AC_CHECK_LIB([popt], [poptStuffArgs], [popt_links=yes]) 137 * Cannot autodetect library directory containing popt [all …]
|
D | Makefile.am | 1 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
|
D | Makefile.in | 210 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
|
/external/gptfdisk/ |
D | README | 199 * The sgdisk program requires the popt library and its development files 200 (headers). Most Linux distributions install popt by default, but you may 201 need to install a package called popt-dev, popt-devel, or something 203 popt for Mac OS from Darwin Ports (http://popt.darwinports.com) or Fink 207 gdisk doesn't require popt.
|
D | README.Windows | 33 for Windows could be built if the popt library were installed. I've not 35 http://gnuwin32.sourceforge.net/packages/popt.htm for information on popt
|
/external/elfutils/ |
D | ABOUT-NLS | 321 popt | [] [] [] | 490 popt | [] [] [] [] | 659 popt | [] [] [] | 828 popt | [] [] [] [] | 997 popt | [] [] [] [] | 18
|