| /mirbsd/src/usr.bin/rpcgen/ |
| D | rpc_util.c | 96 findval(lst, val, cmp) in findval() argument 97 list *lst; in findval() 102 for (; lst != NULL; lst = lst->next) { 103 if ((*cmp) (lst->val, val)) { 104 return (lst->val); 119 list *lst; local 123 lst = ALLOC(list); 124 if (lst == NULL) { 128 lst->val = val; 129 lst->next = NULL; [all …]
|
| /mirbsd/src/usr.bin/make/ |
| D | for.c | 98 LIST lst; /* List of items */ member 117 build_words_list(Lst lst, const char *s) in build_words_list() argument 126 Lst_AtFront(lst, escape_dupi(wrd, end, "\"'")); in build_words_list() 183 Lst_Init(&arg->lst); in For_Eval() 184 n = build_words_list(&arg->lst, sub); in For_Eval() 269 Lst_ForEach(&arg->lst, ForExec, arg); in For_Run() 272 Lst_Destroy(&arg->lst, (SimpleProc)free); in For_Run()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | som.c | 5806 struct lst_header lst, in som_bfd_ar_write_symbol_stuff() argument 5819 amt = lst.hash_size; in som_bfd_ar_write_symbol_stuff() 5822 if (hash_table == NULL && lst.hash_size != 0) in som_bfd_ar_write_symbol_stuff() 5825 amt = lst.module_count; in som_bfd_ar_write_symbol_stuff() 5828 if (som_dict == NULL && lst.module_count != 0) in som_bfd_ar_write_symbol_stuff() 5831 amt = lst.hash_size; in som_bfd_ar_write_symbol_stuff() 5834 if (last_hash_entry == NULL && lst.hash_size != 0) in som_bfd_ar_write_symbol_stuff() 5853 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + lst.file_end; in som_bfd_ar_write_symbol_stuff() 5954 if (hash_table[curr_lst_sym->symbol_key % lst.hash_size]) in som_bfd_ar_write_symbol_stuff() 5960 tmp = last_hash_entry[curr_lst_sym->symbol_key % lst.hash_size]; in som_bfd_ar_write_symbol_stuff() [all …]
|
| /mirbsd/src/usr.bin/xlint/xlint/ |
| D | xlint.c | 136 char **lst, **olst; in appstrg() local 141 lst = xmalloc((i + 2) * sizeof (char *)); in appstrg() 142 (void)memcpy(lst, olst, i * sizeof (char *)); in appstrg() 143 lst[i] = s; in appstrg() 144 lst[i + 1] = NULL; in appstrg() 145 *lstp = lst; in appstrg()
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | Makefile | 33 SEQFLAGS= -l seq.lst 42 mv seq.lst /sys/dev/microcode/aic7xxx/
|
| /mirbsd/src/usr.bin/crunchgen/ |
| D | crunchgen.c | 159 static void output_strlst(FILE * outf, strlst_t * lst); 962 output_strlst(FILE * outf, strlst_t * lst) in output_strlst() argument 964 for (; lst != NULL; lst = lst->next) in output_strlst() 965 fprintf(outf, " %s", lst->str); in output_strlst()
|
| /mirbsd/src/bin/systrace/ |
| D | filter.c | 526 char *l, *lst = NULL; in filter_ask() local 541 lst && !strcmp(tl->name, lst) ? "[1]" : "", in filter_ask() 544 lst = tl->name; in filter_ask()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | UCdomap.c | 2260 unsigned UCode_t lst[3]; in UCInit() local 2263 rc = DosQueryCp(sizeof(lst), lst, &len); in UCInit() 2266 auto_display_charset = CpOrdinal(lst[0], 0); in UCInit() 2269 codepages[0] = lst[0]; in UCInit() 2270 codepages[1] = (lst[0] == lst[1] ? lst[2] : lst[1]); in UCInit()
|
| /mirbsd/src/gnu/usr.bin/perl/emacs/ |
| D | cperl-mode.el | 5553 (defun cperl-imenu-addback (lst &optional isback name) 5557 (cond ((not cperl-imenu-addback) lst) 5566 (setcdr elt (cons (cons name lst) 5569 (if isback (cdr lst) lst)) 5570 lst))) 5672 (let ((lst index-pack-alist) hier-list pack elt group name) 5674 (while lst 5675 (setq elt (car lst) lst (cdr lst) name (substring (car elt) 8)) 5678 (setq lst index-meth-alist) 5679 (while lst [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | README.perl | 23 which will recreate the mktables.lst file which is used to speed up
|
| D | mktables.lst | 2 # mktables.lst -- File list for mktables.
|
| D | mktables | 2 ## Any files created or read by this program should be listed in 'mktables.lst' 35 my $FileList = "$0.lst"; 2096 # mktables.lst -- File list for mktables.
|
| /mirbsd/src/usr.bin/xlint/lint1/ |
| D | tree.c | 749 tspec_t lt, rt = NOTSPEC, lst = NOTSPEC, rst = NOTSPEC, in typeok() local 757 lst = (lstp = ltp->t_subt)->t_tspec; in typeok() 980 if (rt == PTR && ((lt == PTR && lst == VOID) || isityp(lt))) { in typeok() 1025 if (rt == PTR && ((lt == PTR && lst == VOID) || isityp(lt))) { in typeok() 1043 if (lt == PTR && rt == PTR && ((lst == VOID && rst == FUNC) || in typeok() 1044 (lst == FUNC && rst == VOID))) { in typeok() 1175 tspec_t lt, rt, lst = NOTSPEC, rst = NOTSPEC; in asgntypok() local 1182 lst = (lstp = ltp->t_subt)->t_tspec; in asgntypok() 1209 if (lt == PTR && rt == PTR && (lst == VOID || rst == VOID)) { in asgntypok() 1211 if (sflag && (lst == FUNC || rst == FUNC)) { in asgntypok() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Makefile.SH | 822 …@test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -… 825 …@test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -… 828 …test -s extras.lst && PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e… 1006 rm -f config.sh cppstdin Policy.sh extras.lst
|
| D | installperl | 115 open SCRIPTS, "utils.lst" or die "Can't open utils.lst: $!";
|
| D | Changes5.8.3 | 301 ! MANIFEST Makefile.SH pod.lst pod/buildtoc pod/perltoc.pod 375 !> pod.lst pod/buildtoc 1310 !> utils.lst utils/Makefile vms/descrip_mms.template 1822 ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template 1910 !> utils.lst utils/Makefile win32/Makefile win32/makefile.mk
|
| D | Changes5.8.7 | 86 !> pod.lst pod/perl.pod 661 Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0) 667 !> lib/unicore/mktables.lst t/uni/class.t 1546 +> lib/unicore/mktables.lst 3801 ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
|
| D | Changes5.8.5 | 187 Also need to fix Makefile.SH to work out what to copy using pod.lst 1778 ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
|
| D | Changes5.8.2 | 1306 ! MANIFEST pod.lst pod/perl.pod pod/perldelta.pod
|
| D | MANIFEST | 2083 lib/unicore/mktables.lst File list for mktables 2296 pod/buildtoc Update files based on pod.lst 2298 pod.lst List the pods and their roles 2941 utils.lst Lists utilities bundled with Perl
|
| /mirbsd/src/distrib/lists/x11/xetc/ |
| D | mi | 198 ./etc/X11/xkb/rules/sgi.lst 200 ./etc/X11/xkb/rules/sun.lst 202 ./etc/X11/xkb/rules/xfree86-it.lst 203 ./etc/X11/xkb/rules/xfree86.lst
|
| /mirbsd/src/sys/kern/ |
| D | vfs_subr.c | 736 struct freelst *lst; in vputonfreelist() local 752 lst = &vnode_hold_list; in vputonfreelist() 754 lst = &vnode_free_list; in vputonfreelist() 757 TAILQ_INSERT_HEAD(lst, vp, v_freelist); in vputonfreelist() 759 TAILQ_INSERT_TAIL(lst, vp, v_freelist); in vputonfreelist()
|
| /mirbsd/src/lib/libssl/src/crypto/bn/ |
| D | bntest.c | 96 static unsigned char lst[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9" variable 169 if (!test_lshift(out,ctx,BN_bin2bn(lst,sizeof(lst)-1,NULL))) in main()
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | README | 112 tmpfile security patch from Olaf Kirch <okir@lst.de>.
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| D | README | 74 distribution includes a file `gdb/config/djgpp/fnchange.lst' with the
|