Searched refs:fnbuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/screen-22/screen/
H A Dfileio.c364 char fnbuf[1024]; local
385 if (i > (int)sizeof(fnbuf) - 9)
387 strncpy(fnbuf, SockPath, i);
388 strcpy(fnbuf + i, ".termcap");
389 fn = fnbuf;
398 if (hardcopydir && *hardcopydir && strlen(hardcopydir) < sizeof(fnbuf) - 21)
399 sprintf(fnbuf, "%s/hardcopy.%d", hardcopydir, fore->w_number);
401 sprintf(fnbuf, "hardcopy.%d", fore->w_number);
402 fn = fnbuf;
411 strncpy(fnbuf, BufferFil
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Ducnvseltst.c166 char fnbuf[FILENAME_BUFFER]; local
175 strcpy(fnbuf, directory);
176 strcat(fnbuf, TDSRCPATH);
177 strcat(fnbuf, filename);
179 f = fopen(fnbuf, "rb");
182 log_data_err("FAIL: Could not load %s [%s]\n", fnbuf, filename);
/macosx-10.9.5/text_cmds-87/csplit/
H A Dcsplit.c251 char fnbuf[PATH_MAX]; local
265 snprintf(fnbuf, sizeof(fnbuf), "%s%0*ld", prefix,
267 unlink(fnbuf);

Completed in 76 milliseconds