Searched refs:update (Results 1 - 25 of 35) sorted by relevance

12

/ast/src/lib/libodelta/
H A DMakefile2 * kpv delta/update library
12 odelta :LIBRARY: update.h suftree.h \
13 delta.c mtchstring.c suftree.c update.c
15 $(INCLUDEDIR) :INSTALLPROTO: update.h
H A Dupdate.h46 extern int update(int, long, int, int);
H A Dupdate.c21 #include "update.h"
131 update(int srcfd, long offset, int delfd, int tarfd) function
/ast/src/cmd/nmake/
H A Darchive.c35 * return the update command for the named archive
42 char* update; local
44 update = "$(RANLIB) $(<)";
50 update = "($(RANLIB|\":\") $(<)) >/dev/null 2>&1 || true";
52 update = 0;
55 return update;
/ast/src/lib/libvcodex/Vcdelta/
H A DMakefile24 # 3d update
25 update:
/ast/src/lib/libvcodex/Vcwindow/
H A DMakefile26 # 3d update
27 update:
/ast/src/cmd/at/
H A Dat.c77 "[U:update?Causes the \bat\b daemon to do a schedule update and re-read"
179 char* update = 0; local
258 update = opt_info.arg;
307 sfprintf(sp, "%c%s", AT_UPDATE, update ? update : "");
H A Datd.c151 time_t update; /* info file mtime */ member in struct:__anon39
377 * update state from the queue, allow and deny files
381 update(register State_t* state) function
400 if (fstat(sffileno(sp), &st) || st.st_mtime != state->update)
402 state->update = st.st_mtime;
449 * scan and update the access
1114 update(state);
1429 * update the queue definitions
1432 update(state);
/ast/src/cmd/coshell/
H A Dschedule.c250 ap->update = cs.time + 2 * LOST;
253 if (ap->update <= cs.time && ap->errors < ERRORS) update(ap);
276 if (ap->update <= cs.time && ap->errors < ERRORS) update(ap);
411 if (a->global.set & SETUPDATE) sp->update = a->stat.up;
452 sp->update = 0;
454 else if (sp->update > cs.time + UPDATE) sp->update = 0;
458 if (!sp->update
467 update(register Coshell_t* sp) function
[all...]
H A Djob.c115 if (sp->update <= cs.time && sp->errors < ERRORS) update(sp);
249 jp->shell->update = cs.time + state.disable;
H A Dshell.c71 update(sp);
115 if (sp->update > cs.time + UPDATE)
116 sp->update = cs.time + UPDATE;
165 sp->update = cs.time + FORGET;
172 sp->update = 0;
H A Dmisc.c33 #define STAT1(p) do{if((p)->update<=cs.time+UPDATE)update(p);}while(0)
H A Dservice.h74 unsigned long update; /* time stat last updated */ \
96 #define ACCESS_UPDATE (10*60) /* CS_SVC_ACCESS update */
113 #define UPDATE ((6*CS_STAT_FREQ)/5) /* csstat() update freq */
175 #define SETUPDATE (1L<<17) /* stat.update was set */
375 extern void update(Coshell_t*);
/ast/src/cmd/ie/
H A Demacs.c392 goto update;
434 goto update;
456 goto update;
470 goto update;
481 update:
490 goto update;
521 goto update;
524 goto update;
527 goto update;
799 goto update;
[all...]
/ast/src/cmd/mailx/
H A Dquit.c125 int update; local
139 update = MODIFY|MDELETE|MSTATUS;
141 update |= MSAVE;
146 if (mp->m_flag & update)
164 if ((mp->m_flag & update) && !(mp->m_flag & MNONE)) {
224 update &= (MDELETE|MSAVE);
225 update |= MNONE;
228 if (!(mp->m_flag & update)) {
/ast/src/cmd/ksh93/edit/
H A Demacs.c112 char lastdraw; /* last update type */
428 goto update;
470 goto update;
492 goto update;
506 goto update;
517 update:
526 goto update;
543 goto update;
546 goto update;
549 goto update;
[all...]
/ast/src/cmd/ss/
H A Dssd.c235 * update data status checking for competing daemon
240 update(char* data, unsigned long now, int delay, CSSTAT* ss) function
356 update(data, 0, 0, &ss);
360 update(data, 0, CS_STAT_FREQ + (CS_STAT_DOWN - CS_STAT_FREQ) / 2, &ss);
366 for (;;) update(data, 0, CS_STAT_FREQ + (CS_STAT_DOWN - CS_STAT_FREQ) / 2, &ss);
370 error(ERROR_SYSTEM|3, "%s: cannot update", data);
469 * update logged in user stats
570 * update memfile symbol values
654 update(data, now, (4 * CS_STAT_FREQ + 2 * (CSTOSS(toss, 0) % (CS_STAT_FREQ + 1))) / 5, &ss);
/ast/src/cmd/INIT/
H A Dditto.sh62 [u:update?Copy only if the \asource\a file is newer than the
128 integer debug=0 delete=0 exec=1 mode=1 owner=0 update=0 verbose=0 logical
153 u) update=1 ;;
297 elif [[ $src_type != d ]] && { (( update && src_mtime > dst_mtime )) || (( ! update )) && { (( src_size != dst_size )) || [[ $src_sum != $dst_sum ]] ;} ;}
/ast/src/cmd/cs/vcs_src/
H A Dvcs_checkout.c120 /* do the update */
121 if(update(fsrc, fdel, wtar, rtar) < 0)
/ast/src/lib/libtk/library/demos/
H A Dtcolor31 # autoUpdate - 1 means execute the update command
67 # with the update button.
74 button .update -text Update -command doUpdate
76 pack .update -in .bot -side right -pady .1c -padx .25c
175 update idletasks
178 # The procedure below is invoked to update the scales from the
348 # and whenever the color changes if update mode is enabled. It
H A Dwidget281 update
284 update
/ast/src/cmd/pax/
H A Dfile.c271 * if not found and state.update then check down the view
274 * combination with state.update win over beauty
291 (state.chmod || state.update || S_ISDIR(st.st_mode));
312 if (state.update && !offset)
385 f->chmod = state.chmod || state.update;
461 if (!exists || f->chmod || state.update && ((c = tvcmp(tvmtime(&t1, f->st), tvmtime(&t2, &st))) > 0 || state.update == OPT_different && c))
469 if (state.update)
512 if (exists && (prune(ap, f, &st) || state.update && f->st->st_dev != st.st_dev))
1299 if (state.operation != (IN|OUT) && state.update
[all...]
H A Dpax.c750 state.delta.update = y;
760 state.update = y ? op->index : 0;
1677 if (state.append || state.update)
1774 if (state.append || state.update)
1778 error(1, "append/update ignored for archive delta");
1779 state.update = 0;
1781 if (state.append && state.update)
1783 error(1, "append ignored for archive update");
1787 error(3, "%s: append/update requires seekable archive", ap->name);
1789 state.append = state.update
[all...]
H A Dpax.h175 #define DELTA_update 'u' /* delta update data op */
476 Hash_table_t* update; /* update info */ \
501 int update; /* update only delta members */ \
629 int update; /* copy file only if newer */ \
/ast/src/lib/libcmd/
H A Dcp.c97 "[u:update?Replace a destination file only if its modification time is "
179 int update; /* replace only if newer */ member in struct:State_s
416 else if (state->update && !S_ISDIR(st.st_mode) && (unsigned long)ent->fts_statp->st_mtime < (unsigned long)st.st_mtime)
823 state->update = 1;

Completed in 288 milliseconds

12