| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| stabs.c | 190 char *curfile = NULL; local 267 curfile = basename(curpath); 344 iidescp->ii_owner = xstrdup(curfile); 353 iidescp->ii_owner = xstrdup(curfile);
|
| output.c | 224 * linker generates the symbol table such that the curfile might be 228 * We might have found a strong local symbol, where the curfile is 232 * If we've got a local symbol with a non-matching curfile, there are 235 * the latter case, curfile is likely inaccurate since the linker does 236 * not preserve the needed curfile in the order of the symbol table (see 249 char *curfile = NULL; local 270 curfile = (char *)strdata->d_buf + sym.st_name; 286 (curfile == NULL || weakfile == NULL || 287 strcmp(curfile, weakfile) != 0)) { 289 tmpfile1 = curfile; [all...] |
| ctf.c | 50 * to allow curfile to be used simultaneously by multiple threads. 54 static char *curfile; variable 92 terminate("%s: %s\n", curfile, msgbuf); 933 curfile, matchlbl, (baselabel ? baselabel : "NONE")); 1463 curfile = file; 1499 curfile = NULL;
|
| /src/sbin/restore/ |
| main.c | 65 struct context curfile; variable in typeref:struct:context
|
| /src/usr.bin/ctags/ |
| ctags.c | 79 char *curfile; /* current input file name */ variable 163 curfile = argv[step];
|
| /src/external/gpl2/texinfo/dist/info/ |
| makedoc.c | 192 char *curfile; local 193 curfile = argv[i]; 195 if (*curfile == '-') 198 fprintf (doc_stream, "/* Commands found in \"%s\". */\n", curfile); 199 fprintf (key_stream, "/* Commands found in \"%s\". */\n", curfile); 201 curfile); 203 process_one_file (curfile, doc_stream, key_stream, funs_stream);
|
| /src/usr.bin/gencat/ |
| gencat.c | 114 static const char *curfile; variable 186 curfile = catfile; 205 curfile = *argv; 228 getprogname(), msg, lineno, curfile); 237 fprintf(stderr, "%s: %s, %s\n", getprogname(), msg, curfile);
|
| /src/external/gpl2/gmake/dist/ |
| read.c | 307 const struct floc *curfile; 404 curfile = reading_file; 409 reading_file = curfile; 424 const struct floc *curfile; 435 curfile = reading_file; 444 reading_file = curfile; 304 const struct floc *curfile; local 421 const struct floc *curfile; local
|
| /src/crypto/external/bsd/openssh/dist/ |
| scp.c | 138 char *curfile; variable 1406 curfile = last; 1428 start_progress_meter(curfile, stb.st_size, &statbytes); 1819 curfile = cp; 1870 start_progress_meter(curfile, size, &statbytes);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic54x.c | 1910 const char *curfile = as_where (&lineno); local 1911 const char *tmp = strrchr (curfile, '/'); 1914 size_t len = tmp - curfile; 1917 include_dirs[0] = notes_memdup (curfile, len, len + 1);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic54x.c | 1910 const char *curfile = as_where (&lineno); local 1911 const char *tmp = strrchr (curfile, '/'); 1914 size_t len = tmp - curfile; 1917 include_dirs[0] = notes_memdup (curfile, len, len + 1);
|