HomeSort by: relevance | last modified time | path
    Searched refs:fnames (Results 1 - 6 of 6) sorted by relevancy

  /src/share/misc/
nanpa.awk 58 fnames[f[i]]=i-1;
59 } else if (planinit && length(f[fnames["New NPA"]])>1) {
60 t = locationmap(trim(f[fnames["Location"]])) FS;
61 if (trim(f[fnames["Overlay?"]])=="Yes")
62 t = t "Overlay of " trim(f[fnames["Old NPA"]]);
63 else if (f[fnames["Old NPA"]])
64 t = t "Split of " trim(f[fnames["Old NPA"]]);
65 if (f[fnames["Status"]])
66 t = t " (" trim(f[fnames["Status"]]) ")";
67 if (length(f[fnames["In Service Date"]]) > 1
    [all...]
  /src/usr.bin/xlint/lint2/
externs2.h 63 extern const char **fnames;
msg.c 127 const char *fn = lbasename(fnames[filename]);
read.c 65 * The array pointed to by *fnames maps file name indices to file names.
68 const char **fnames; variable in typeref:typename:const char **
222 if (fnames == NULL)
223 fnames = xcalloc(nfnames = 256, sizeof(*fnames));
268 fnames[srcfile], flines[srcfile], buf, readfile_line);
1114 for (i = 1; fnames[i] != NULL; i++) {
1115 if (strcmp(fnames[i], fn) == 0)
1121 fnames = xrealloc(fnames, nlen * sizeof(*fnames))
    [all...]
emit2.c 241 outstrg(fnames[ofl->ofl_num]);
  /src/usr.sbin/sysinst/
main.c 339 char **fnames = arg; local in function:set_language
341 msg_file(fnames[m->cursel]);
348 * fnames[0] is preallocated and duplicates are ignored.
351 char **lang_msg, **fnames; member in struct:found_msgs
390 new = realloc(res->fnames,
391 res->max_lang * sizeof *res->fnames);
394 res->fnames = new;
396 res->fnames[res->num_lang] = strdup(fname);
415 found.fnames = malloc(found.max_lang * sizeof *found.fnames);
    [all...]

Completed in 13 milliseconds