Searched refs:idstring (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/examples/
H A Ddhcp-client-script301 local idstring="#### Generated by DHCPCD"
309 echo $idstring > /etc/resolv.conf.dhcp
324 if [ "`head -1 /etc/resolv.conf`" != "$idstring" ]; then
/external/iptables/extensions/
H A Dlibip6t_frag.c61 parse_frag_ids(const char *idstring, u_int32_t *ids) argument
66 buffer = strdup(idstring);
H A Dlibip6t_rt.c67 parse_rt_segsleft(const char *idstring, u_int32_t *ids) argument
72 buffer = strdup(idstring);
/external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
H A DSDL_sysjoystick.c179 #define TEST_JOY_ENABLED(env,idstring,num) \
180 if (SDL_strstr(env,idstring"-off")) { \
183 if (SDL_strstr(env,idstring"-on")) { \

Completed in 150 milliseconds