Home
last modified time | relevance | path

Searched refs:Fptr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c59 static char *Fptr[LLEN]; /* pointers to names in Filent */ variable
199 (void) sprintf(file, "%s/%s", RemSpool, Fptr[Nnext]);
230 (void) sprintf(file, "%s/%s", RemSpool, Fptr[Nnext]);
307 if (strcmp(file, Fptr[i-1]) > 0)
316 p = strcpy(Fptr[--Nfiles], file);
322 Fptr[j] = Fptr[j-1];
326 Fptr[i] = p;