Home
last modified time | relevance | path

Searched refs:listconf (Results 1 – 24 of 24) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dlistconf.c333 if ((!strcasecmp(options.listconf, "help") || in listconf_parse_early()
357 options.listconf+5); in listconf_parse_early()
442 (options.listconf && !strcasecmp(options.listconf, "subformats"))) in listconf_parse_late()
458 if (options.listconf) { in listconf_parse_late()
468 if (!strcasecmp(options.listconf, "rules")) in listconf_parse_late()
478 if (!strcasecmp(options.listconf, "sections")) in listconf_parse_late()
484 (options.listconf[10] == '=' || options.listconf[10] == ':') && in listconf_parse_late()
485 options.listconf[11] != '\0') in listconf_parse_late()
491 (options.listconf[9] == '=' || options.listconf[9] == ':') && in listconf_parse_late()
492 options.listconf[10] != '\0') in listconf_parse_late()
[all …]
H A Doptions.h405 char *listconf; member
H A Doptions.c224 OPT_FMT_STR_ALLOC, &options.listconf},
587 if (options.listconf != NULL && options.fork == 0)
997 (!options.listconf))
H A DMakefile.legacy1736 listconf.o: version.h listconf.h listconf.c
H A Dluks_fmt_plug.c307 if (!options.listconf && !(options.flags & FLG_TEST_CHK) && warned++ == 0) { in init()
H A DsapB_fmt_plug.c203 if (options.target_enc == UTF_8 && !options.listconf && warned++ == 0) in init()
H A Djohn.c1569 if (options.listconf) in john_init()
1632 options.listconf) in john_init()
H A DMakefile.in730 … aligned.h simd-intrinsics-load-flags.h dynamic_compiler.h fake_salts.h listconf.h crc32.h john_mp…
H A Dformats.c92 !options.listconf && options.target_enc != UTF_8 && in fmt_init()
/dports/audio/harp/harp-0.6.0/
H A Dlist.c26 for(x=1;x<10;x++)exception[x]=listconf.exception; in list()
33 doTitleQuery(query,exception,listconf.maxwidth); in list()
42 doTitleQuery(query,exception,listconf.maxwidth); in list()
46 printf("------\nTotal:%d\n",doTitleQuery(query,exception,listconf.maxwidth)); in list()
54 doTitleQuery(query,exception,listconf.maxwidth); in list()
58 printf("------\nTotal:%d\n",doTitleQuery(query,exception,listconf.maxwidth)); in list()
66 doTitleQuery(query,exception,listconf.maxwidth); in list()
70 printf("------\nTotal:%d\n",doTitleQuery(query,exception,listconf.maxwidth)); in list()
82 doTitleQuery(query,exception,listconf.maxwidth); in list()
94 for(x=1;x<10;x++)exception[x]=listconf.exception; in listall()
[all …]
H A Dedit_shell.c69 for(i=0;i<10;i++)exception[i]=i<5?1:listconf.exception; in listSongs()
71 doTitleQuery(query,exception,listconf.maxwidth); in listSongs()
168 for(i=0;i<10;i++)exception[i]=i<5?1:listconf.exception; in listAlbums()
170 doTitleQuery(query,exception,listconf.maxwidth); in listAlbums()
223 for(i=0;i<10;i++)exception[i]=i<5?1:listconf.exception; in listArtists()
225 doTitleQuery(query,exception,listconf.maxwidth); in listArtists()
253 for(i=0;i<10;i++)exception[i]=i<5?1:listconf.exception; in listPlaylists()
255 doTitleQuery(query,exception,listconf.maxwidth); in listPlaylists()
267 doTitleQuery(query,exception,listconf.maxwidth); in listPlaylistContents()
405 doTitleQuery(query,exception,listconf.maxwidth); in listTags()
[all …]
H A Dharpconfig.c23 struct lconf listconf; variable
69 listconf.maxwidth=(int)strtol(setting,NULL,10); in listConfig()
71 listconf.maxwidth=30; in listConfig()
75 listconf.exception=(int)strtol(setting,NULL,10); in listConfig()
77 listconf.exception=0; in listConfig()
H A Dedit.c712 for(x=0;x<10;x++)exception[x]=x<5?1:listconf.exception; in listSongs()
714 doTitleQuery(query,exception,listconf.maxwidth); in listSongs()
728 for(x=0;x<10;x++)exception[x]=x<1?1:listconf.exception; in listAlbums()
730 doTitleQuery(query,exception,listconf.maxwidth); in listAlbums()
744 for(x=0;x<10;x++)exception[x]=x<1?1:listconf.exception; in listArtists()
746 doTitleQuery(query,exception,listconf.maxwidth); in listArtists()
771 for(x=0;x<10;x++)exception[x]=x<1?1:listconf.exception; in listPlaylists()
773 doTitleQuery(query,exception,listconf.maxwidth); in listPlaylists()
808 for(x=2;x<10;x++)exception[x]=listconf.exception; in listSongGenre()
814 doTitleQuery(query,exception,listconf.maxwidth); in listSongGenre()
H A Ddefs.h182 }extern listconf; variable
H A Dtree.c148 doTitleQuery(query,NULL,listconf.maxwidth); in tierChildPrint()
H A Dplayer.c416 for(y=2;y<10;y++)exception[y]=listconf.exception; in listtemp()
436 doTitleQuery(query,exception,listconf.maxwidth); in listtemp()
H A Ddbact.c313 for(x=1;x<10;x++)defexception[x]=listconf.exception; in doTitleQuery()
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/python/freepy/
H A Dfshelper.py160 def listconf(self, conf_name): member in FsHelper
169 deferred = self.freepyd.listconf(conf_name)
367 d = self.fshelper.listconf("freeswitch")
H A D__init__.py131 def listconf(self, conf_name): member in FreepyDispatcher
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/docs/
H A Drest.rst73 ./listconf
/dports/net/ns3/ns-allinone-3.35/bake/bake/
H A DBake.py454 listconf = Configuration(config)
467 listconf.read_metadata(options.bakeconf)
473 listconf.read_metadata(cconf)
477 for mod in listconf.modules():
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/
H A Dlists.py39 from mailman.rest.listconf import ListConfiguration
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/rpc/
H A Dmisc.cpp766 UniValue listconf(const JSONRPCRequest& request) in listconf() function
1371 { "util", "listconf", &listconf, {} }, in RegisterMiscRPCCommands()
/dports/security/john/john-1.9.0-jumbo-1/doc/
H A DCHANGES-jumbo3708 listconf.c: OpenSSL deprectated SSLeay functions for version
7715 listconf.c: add UBSAN_STRING to --list=build-info output
9067 listconf.c: Suppress leading space in benchmark_comment.
9471 listconf.c: Do not check for fmt_default_valid. It does not exist
10935 listconf.c: Handle the case where field 0 is given but no others.
11712 Another version check for NSPR in listconf.c
13455 listconf.c: call fmt_init for --list=format-[all-]details ...to
14602 rules. listconf.c: Add JimF in copyright blurb.
14888 listconf.c: Suppress leading space in benchmark_comment.
15779 Another version check for NSPR in listconf.c
[all …]