Searched refs:mapfile (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/amd/scripts/
H A Dtest-attrcache.in22 mapfile="/tmp/amd.testmap.$$"
29 cat - >$mapfile <<EOF
36 cat - >$mapfile <<EOF
44 # rm -f /tmp/a /tmp/b $mapfile $logfile
51 echo amd -x all -D all -r -l $logfile $a $mapfile -cache:=mapdefault,sync
52 amd -x all -D all -r -l $logfile $a $mapfile -cache:=mapdefault,sync
59 ls -l $mapfile
71 ls -l $mapfile
107 ls -l $mapfile
H A Damd2ldif.in4 Usage $0 mapname base < mapfile >mapfile.ldif
/freebsd-12-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c52 read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end, argument
65 if (fgets (buf, sizeof buf, mapfile) != NULL)
79 FILE *mapfile; local
85 mapfile = fopen (mapfilename, "r");
86 if (mapfile == NULL)
94 while (read_mapping (mapfile, &start, &end, &protection[0]))
116 fclose (mapfile);
/freebsd-12-stable/contrib/sendmail/makemap/
H A Dmakemap.c81 ** mapfile -- file name of map to look up (if not NULL/empty)
93 readcf(cfile, mapfile, fullpath)
95 char *mapfile;
115 if (!fullpath && mapfile != NULL)
117 p = strrchr(mapfile, '/');
119 mapfile = ++p;
120 p = strrchr(mapfile, '.');
179 if (mapfile == NULL || *mapfile == '\0')
190 b = strstr(p, mapfile);
[all...]
/freebsd-12-stable/lib/libpmc/pmu-events/
H A Djson.c46 static char *mapfile(const char *fn, size_t *size) function
92 *map = mapfile(fn, size);
H A Djevents.c769 pr_info("%s: Processing mapfile %s\n", prog, fpath);
880 static char *mapfile; variable
1003 * Save the mapfile name for now. We will process mapfile
1009 if (!strcmp(bname, "mapfile.csv")) {
1010 mapfile = strdup(fpath);
1036 * If mapfile refers to 'power7_core.json', we create a table
1037 * named 'power7_core'. Any inconsistencies between the mapfile
1064 * Starting in directory 'start_dirname', find the "mapfile.csv" and
1070 * From the mapfile, creat
[all...]
/freebsd-12-stable/contrib/ipfilter/l4check/
H A Dl4check.c455 char *mapfile(file, sizep) function
465 perror("open(mapfile)");
470 perror("fstat(mapfile)");
477 perror("mmap(mapfile)");
679 probe = mapfile(t, &plen);
733 response = mapfile(t, &rlen);
/freebsd-12-stable/contrib/gcc/
H A Dmklibgcc.in761 mapfile="libgcc/${dir}/libgcc.map"
768 ${mapfile}: $SHLIB_MKMAP $SHLIB_MAPFILES
776 $libgcc_s_so: ${mapfile}
830 -e "s%@shlib_map_file@%$mapfile%g" \

Completed in 1118 milliseconds