Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Danlwrk.c60 static char *Fptr[LLEN]; /* pointers to names in Filent */ variable
201 (void) sprintf(file, "%s/%s", RemSpool, Fptr[Nnext]);
232 (void) sprintf(file, "%s/%s", RemSpool, Fptr[Nnext]);
310 if (strcmp(file, Fptr[i-1]) > 0)
319 p = strcpy(Fptr[--Nfiles], file);
325 Fptr[j] = Fptr[j-1];
329 Fptr[i] = p;