Searched refs:popt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcmdline.c106 const struct option *popt, *match = NULL, *match2 = NULL; local
211 for (popt = cpio_longopts; popt->name != NULL; popt++) {
213 if (popt->name[0] != opt_word[0])
216 if (strncmp(opt_word, popt->name, optlength) == 0) {
218 match = popt;
220 if (strlen(popt->name) == optlength) {
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dcmdline.c183 const struct option *popt, *match = NULL, *match2 = NULL; local
325 for (popt = tar_longopts; popt->name != NULL; popt++) {
327 if (popt->name[0] != opt_word[0])
330 if (strncmp(opt_word, popt->name, optlength) == 0) {
332 match = popt;
334 if (strlen(popt->name) == optlength) {
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_getoption.c217 u_char *popt = (u_char *)pdata; local
242 CFStringGetCString(path, (char *)popt, OPT_STR_LEN, kCFStringEncodingUTF8);
244 *plen = strlen((const char *)popt);
251 get_str_option(serv, kSCEntNetInterface, kSCPropNetInterfaceDeviceName, opts, setup, popt, pdatasiz, plen,
268 get_str_option(serv, kSCEntNetModem, kSCPropNetModemConnectionScript, opts, setup, popt, pdatasiz, plen,
314 get_str_option(serv, kSCEntNetPPP, kSCPropNetPPPCommTerminalScript, opts, setup, popt, pdatasiz, plen, empty_str);
332 get_str_option(serv, kSCEntNetPPP, kSCPropNetPPPCommRemoteAddress, opts, setup, popt, pdatasiz, plen, empty_str);
410 get_str_option(serv, kSCEntNetPPP, kSCPropNetPPPAuthName, opts, setup, popt, pdatasiz, plen, empty_str);
413 get_str_option(serv, kSCEntNetPPP, kSCPropNetPPPAuthPassword, opts, setup, popt, pdatasiz, plen, empty_str);
417 popt[
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dhdbc.c106 DRVOPT *popt; local
111 for (popt = pdbc->drvopt; popt != NULL; popt = popt->next)
113 if (popt->Option == fOption)
120 if (popt == NULL)
122 if ((popt = (DRVOPT *) MEM_ALLOC (sizeof (DRVOPT))) == NULL)
125 popt->Option = fOption;
126 popt
144 DRVOPT *popt; local
[all...]
H A Dconnect.c1333 DRVOPT *popt; local
1335 for (popt = pdbc->drvopt; popt != NULL; popt = popt->next)
1337 retcode = _iodbcdm_SetConnectOption_init (hdbc, popt->Option,
1338 popt->Param, popt->waMode);
/macosx-10.10.1/rsync-45/rsync/
H A Dwildtest.c26 #include <popt.h>
H A Doptions.c24 #include <popt.h>
118 long block_size = 0; /* "long" because popt can't set an int32. */
823 /* most options are handled automatically by popt;
833 /* Disable popt aliases on the server side and
901 /* The value has already been set by popt, but
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim645 call <SID>OptionG("popt", &popt)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay

Completed in 215 milliseconds