HomeSort by relevance Sort by last modified time
    Searched full:conf_params (Results 1 - 2 of 2) sorted by null

  /external/curl/packages/vms/
build_vms.com 780 $ conf_params = ""
781 $ if nossl .ne. 0 then conf_params = conf_params + ",nossl"
782 $ if nohpssl .ne. 0 then conf_params = conf_params + ",nohpssl,"
783 $ if ldap .eq. 0 then conf_params = conf_params + ",noldap,"
784 $ if nozlib .ne. 0 then conf_params = conf_params + ",nozlib,"
785 $ if nokerberos .ne. 0 then conf_params = conf_params + ",nokerberos
    [all...]
  /external/autotest/client/bin/net/
net_tc.py 135 conf_params = 'params' variable in class:tcfilter
281 self._tc_conf[tcfilter.conf_params] = ''
411 tc_conf[tcfilter.conf_params] = ' '.join(self._params)

Completed in 130 milliseconds