HomeSort by relevance Sort by last modified time
    Searched refs:PATHSIZ (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
sizes.h 41 #define PATHSIZ (1024) /* length +1 of longest UNIX path name */
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
externoot.c 41 static char fname[PATHSIZ];
scram.c 59 static char Srcfile[PATHSIZ];
155 char package[PATHSIZ];
193 char path[PATHSIZ], action[(PATHSIZ * 2) + 20];
222 char temp[PATHSIZ];
223 char action[(PATHSIZ * 3) + 80];
262 char action[PATHSIZ + 40], temp[PATHSIZ];
263 char path[PATHSIZ];
350 char msg[PATHSIZ + 30]
    [all...]
odikey.c 40 #define ODISIZ (2*PATHSIZ)
53 char valbuf[PATHSIZ], odibuf[ODISIZ];
69 for (p=valbuf+strlen(valbuf); (*q!='\0') && (p < valbuf+PATHSIZ); p++,q++) {
120 static char keybuf[PATHSIZ];
178 char dst[PATHSIZ];
alias.c 61 char buf[PATHSIZ];
113 char path[PATHSIZ];
162 char path[PATHSIZ];
namecheck.c 59 char pathbuf[PATHSIZ], oldpath[PATHSIZ];
138 if ((int)(path?strlen(path):0) + maxpath > PATHSIZ) {
141 , PATHSIZ - maxpath);
path_to_vp.c 41 static char Holdpath[PATHSIZ];
if_ascii.c 58 char title[PATHSIZ];
102 char prname[PATHSIZ];
104 char buf[PATHSIZ];
detect.c 110 char pathbuf[PATHSIZ];
123 if (psize + (int)strlen(stray[i]) + 3 > PATHSIZ) /* EFT k16 */
333 char pathbuf[PATHSIZ];
352 /* if any part's path is > PATHSIZ, do not display it */
353 if ((int)strlen(pattern) + Pathlen + 3 > PATHSIZ) /* EFT k16 */
394 char fullpath[PATHSIZ];
423 /* if any part's path is > PATHSIZ, do not display it */
425 ((int)strlen(stray[found[i]]) + Pathlen + 3 > PATHSIZ)) /* EFT k16 */
430 * or if the name is > PATHSIZ,
452 /* if any part's path is > PATHSIZ, do not display it *
    [all...]
ott_mv.c 61 char oldpath[PATHSIZ], dname[DNAMESIZ];
64 char source[PATHSIZ], destination[PATHSIZ];
odftread.c 160 char *p, *q, buf[PATHSIZ];
177 while (get_skip(buf, PATHSIZ, fp) != NULL) {
typetab.c 60 #define ODISIZ (2*PATHSIZ)
122 char ottname[PATHSIZ], buf[BUFSIZ];
171 if ((int)strlen(path) + Ott_len + 1 > PATHSIZ) { /* EFT abs k16 */
425 char pref[PATHSIZ + 1];
827 char ottname[PATHSIZ];
846 if ((int)strlen(Cur_ott->path) + Ott_len + 1 > PATHSIZ) /*EFT k16*/
984 char ottname[PATHSIZ];
988 if ((int)strlen(Cur_ott->path) + Ott_len + 1 > PATHSIZ) /* EFT k16 */
if_dir.c 94 sprintf(&Opwd[5], "%.*s", PATHSIZ, Filecabinet);
206 char *help, *title, path[PATHSIZ];
236 sprintf(&Opwd[5], "%.*s", PATHSIZ, a->path);
519 char command[FILE_NAME_SIZ+PATHSIZ*2+11];
520 char *odi, *display, path[PATHSIZ], msg[MESSIZ];
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
chgepenv.c 40 char dirpath[PATHSIZ];
terror.c 82 char messbuf[PATHSIZ];
92 strncpy(messbuf, mymess, PATHSIZ - 1);
95 strncat(messbuf, ": ", PATHSIZ - 1 - length);
97 strncat(messbuf, Errlist[errno], PATHSIZ - 1 - length);
100 messbuf[PATHSIZ -1] = '\0';
134 char path[PATHSIZ];
parent.c 43 static char dirname[PATHSIZ];
genfind.c 67 static char path_buf[PATHSIZ];
104 char path[PATHSIZ];
108 char allpath[PATHSIZ];
135 if ((int)strlen(argv[i]) > PATHSIZ - 2) { /* EFT k16 */
139 strncpy(path, argv[i], PATHSIZ);
218 if ((length = strlen(path)) >= PATHSIZ - 2)
242 strncpy(&path[length + 1], basename, PATHSIZ - length - 2);
expand.c 121 char fbuf[PATHSIZ];
157 Bufsize = PATHSIZ;
spawn.c 141 char path[PATHSIZ];
193 char path[PATHSIZ];
getepenv.c 45 char path[PATHSIZ];
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.local.h 33 #define PATHSIZ 16384 /* allow longer PATH environment variables */
  /onnv/onnv-gate/usr/src/cmd/fmli/xx/
vsig.c 47 char Semaphore[PATHSIZ] = "/tmp/FMLIsem.";
  /onnv/onnv-gate/usr/src/cmd/fmli/wish/
display.c 43 char title[PATHSIZ];
  /onnv/onnv-gate/usr/src/cmd/fmli/proc/
pcurrent.c 162 char buf[PATHSIZ];
166 fgets(buf, PATHSIZ, stdin);
  /onnv/onnv-gate/usr/src/cmd/fmli/oeu/
oeu.c 114 char partname[PATHSIZ], fullname[PATHSIZ];

Completed in 540 milliseconds

1 2