Searched defs:temp (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libast/comp/
H A Dmktemp.c44 temp(char* buf, int* fdp) function
76 return temp(buf, NiL);
84 return *temp(buf, &fd) ? fd : -1;
/ast/src/cmd/mailx/
H A Dquit.c127 char* temp; local
165 sfprintf(state.path.temp, "%s/%d", state.path.mail, mp - state.msg.list + 1);
166 temp = struse(state.path.temp);
168 rm(temp);
174 note(SYSTEM, "%s", temp);
179 rm(temp);
180 if (rename(move, temp))
181 note(SYSTEM, "%s", temp);
194 temp
[all...]
H A Dcmd2.c241 char* temp; local
329 sfprintf(state.path.temp, "%s/%d", file, mh.next);
330 temp = struse(state.path.temp);
331 if (fp = fileopen(temp, "MEw")) {
333 note(SYSTEM, "%s", temp);
614 sfprintf(state.path.temp, "%s/%s", state.var.attachments, name);
615 name = expand(struse(state.path.temp), 1);
628 sfprintf(state.path.temp, "%s/%s", name, s);
629 s = struse(state.path.temp);
[all...]
H A Dmisc.c338 char temp[LINESIZE]; local
360 strncopy(user = temp, addr, sizeof(temp));
H A Dmailx.h705 FILE* ip; /* Input temp file buffer */
706 FILE* op; /* Output temp file buffer */
721 Sfio_t* temp; /* Very temporary name buffer */ member in struct:__anon136::__anon141
/ast/src/lib/libast/misc/
H A Dfindlib.h70 char temp[PATH_MAX]; member in struct:__anon278
87 char temp[PATH_MAX]; member in struct:__anon279
/ast/src/lib/libtksh/src/
H A Dinit.c260 Tcl_DString temp; local
270 Tcl_DStringInit(&temp);
271 fullName = Tcl_TranslateFileName(interp, fileName, &temp);
296 Tcl_DStringFree(&temp);
/ast/src/lib/libtk/generic/
H A DtkCanvLine.c1340 double dx, dy, length, sinTheta, cosTheta, temp;
1389 temp = shapeC*sinTheta;
1390 poly[2] = poly[0] - shapeB*cosTheta + temp;
1391 poly[8] = poly[2] - 2*temp;
1392 temp = shapeC*cosTheta;
1393 poly[3] = poly[1] - shapeB*sinTheta - temp;
1394 poly[9] = poly[3] + 2*temp;
1435 temp = shapeC*sinTheta;
1436 poly[2] = poly[0] - shapeB*cosTheta + temp;
1437 poly[8] = poly[2] - 2*temp;
1327 double dx, dy, length, sinTheta, cosTheta, temp; local
[all...]
H A DtkGrid.c83 int temp; /* This is a temporary value used for member in struct:SlotInfo
372 int temp = column;
373 column = column2, column2 = temp;
376 int temp = row;
377 row = row2, row2 = temp;
1036 slotPtr[slot].temp = slotPtr[slot].weight;
1038 slotPtr[slot].temp = 0;
1054 if (slotPtr[slot].temp == 0) {
1057 weight += slotPtr[slot].temp;
1061 / slotPtr[slot].temp;
371 int temp = column; local
375 int temp = row; local
[all...]
/ast/src/lib/libtksh/tcl/
H A Dregexp.c695 register char *temp; local
704 temp = regnext(scan);
705 if (temp == NULL)
707 scan = temp;
/ast/src/cmd/pax/
H A Doptions.h175 Value_t temp; member in struct:Option_s

Completed in 41 milliseconds