Searched refs:mapfile (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs.in | 188 mapfile -t COMPREPLY < <(compgen -W "$list2 $extra" -- "$cur") 190 mapfile -t COMPREPLY < <(compgen -W "$list1 $extra" -- "$cur") 200 mapfile -t COMPREPLY < <(compgen -W "$options" -- "${cur##*,}") 213 mapfile -t COMPREPLY < <(compgen -W "-{$options}" -- "$cur") 247 mapfile -t COMPREPLY < <(compgen -W "$cmds -?" -- "$cur") 255 mapfile -t COMPREPLY < <(compgen -W "${prev%@*}# ${prev/@/#}" -- "$cur") 257 mapfile -t COMPREPLY < <(compgen -W "$(__zfs_match_snapshot)" -- "$cur") 263 … mapfile -t COMPREPLY < <(compgen -W "$(__zfs_get_editable_properties)" -- "$cur") 271 mapfile -t COMPREPLY < <(compgen -W "$(__zfs_list_datasets)" -- "$cur") 273 mapfile -t COMPREPLY < <(compgen -W "$(__zfs_match_snapshot)" -- "$cur") [all …]
|
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | zzz_fw_ports_fwget.sh | 237 mapfile=$(mktemp -p /tmp iwlwifi-mapfile.XXXXXX) 238 :> ${mapfile} 251 ) >> ${mapfile} 374 rm ${mapfile}
|
| /src/lib/libpmc/pmu-events/ |
| H A D | README | 15 be named 'mapfile.csv' (see below for mapfile format). 41 Using the JSON files and the mapfile, 'jevents' generates the C source file, 102 The mapfile enables multiple CPU models to share a single set of PMU events. 105 The mapfile.csv format is expected to be: 134 is the Version of the mapfile. 138 files, relative to the directory containing the mapfile.csv 146 $ grep Silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
|
| H A D | json.c | 44 static char *mapfile(const char *fn, size_t *size) in mapfile() function 90 *map = mapfile(fn, size); in parse_json()
|
| H A D | jevents.c | 1123 static char *mapfile; variable 1273 mapfile = strdup(fpath); in process_one_file() 1415 if (!mapfile) { in main() 1421 rc = process_mapfile(eventsfp, mapfile); in main() 1423 pr_info("%s: Error processing mapfile %s\n", prog, mapfile); in main() 1438 free(mapfile); in main() 1460 free(mapfile); in main()
|
| /src/contrib/sendmail/makemap/ |
| H A D | makemap.c | 169 readcf(cfile, mapfile, fullpath) in readcf() argument 171 char *mapfile; 191 mapname = mapfile; 192 if (!fullpath && mapfile != NULL) 194 p = strrchr(mapfile, '/'); 196 mapfile = ++p; 197 mapname = strdup(mapfile); 202 mapfile, sm_errstring(errno)); 334 if (mapname != mapfile && mapname != NULL)
|
| /src/tools/test/stress2/misc/ |
| H A D | mountu.sh | 73 mapfile=/tmp/mountu.sh.map 85 exec 5>$mapfile 89 map=`cat $mapfile`; rm $mapfile; exec 5>&-
|
| /src/share/examples/ipfilter/l4check/ |
| H A D | l4check.c | 451 mapfile(char *file, size_t *sizep) in mapfile() function 673 probe = mapfile(t, &plen); in readconfig() 727 response = mapfile(t, &rlen); in readconfig()
|
| /src/contrib/file/magic/Magdir/ |
| H A D | tex | 108 0 search/1 @c\ @mapfile{ TeX font aliases text file
|