Searched refs:ds (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddtstat.c77 static void dttstat(Dtstat_t* ds, Dtlink_t* root, int depth, int* level) argument
79 static void dttstat(ds,root,depth,level)
80 Dtstat_t* ds;
87 dttstat(ds,root->left,depth+1,level);
89 dttstat(ds,root->right,depth+1,level);
90 if(depth > ds->dt_n)
91 ds->dt_n = depth;
97 static void dthstat(reg Dtdata_t* data, Dtstat_t* ds, reg int* count) argument
99 static void dthstat(data, ds, count)
101 Dtstat_t* ds;
123 dtstat(reg Dt_t* dt, Dtstat_t* ds, int all) argument
[all...]
/ast/src/cmd/at/
H A Datx.c80 struct stat ds; local
87 ++n && lstat(".", &ds) ||
88 ++n && !AT_DIR_OK(&ds) ||
90 ++n && !AT_JOB_OK(&ds, &js) ||
93 ++n && !AT_EXEC_OK(&ds, &xs) ||
H A Datd.c1333 struct stat ds; local
1352 if (!pathpath(AT_JOB_DIR, "", PATH_ABSOLUTE|PATH_EXECUTE, s, state->bufsiz) || lstat(s, &ds) || !AT_DIR_OK(&ds))
1354 if (ds.st_uid != state->admin[0])
1355 error(ERROR_SYSTEM|3, "%s: job directory uid %d != effective uid %d", s, ds.st_uid, state->admin[0]);
1374 if (!AT_DIR_OK(&hs) || ds.st_uid != hs.st_uid || chdir(s))
1375 error(ERROR_SYSTEM|3, "%s: invalid job host directory %s [dir.uid=%d host.uid=%d]", s, fmtmode(hs.st_mode, 0), ds.st_uid, hs.st_uid);
1391 if (!AT_EXEC_OK(&ds, &xs))
1394 *ap++ = ds.st_uid;
/ast/src/lib/libast/features/
H A Dsfinit.c35 char* ds = ""; local
39 char* ds = ""; local
49 printf("\t1E%d%s,\n", i, ds);
/ast/src/lib/libast/aso/
H A Daso-sem.c41 struct semid_ds* ds;
129 struct semid_ds ds;
137 arg.ds = &ds;
142 if (ds.sem_otime)
/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c222 Tcl_DString ds; /* Dynamic string to hold the
247 Tcl_DStringInit(&ds);
248 lineLen = Tcl_Gets(chan, &ds);
251 Tcl_DStringFree(&ds);
260 Tcl_DStringResult(interp, &ds);
262 if (Tcl_SetVar(interp, varName, Tcl_DStringValue(&ds),
264 Tcl_DStringFree(&ds);
271 Tcl_DStringFree(&ds);
311 Tcl_DString ds; /* Used to accumulate the data
368 Tcl_DStringInit(&ds);
219 Tcl_DString ds; /* Dynamic string to hold the local
307 Tcl_DString ds; /* Used to accumulate the data local
721 Tcl_DString ds; /* DString to hold result of local
[all...]
/ast/src/lib/libast/vmalloc/
H A Dvmlast.c147 ssize_t s, ds; local
201 { ds = size-s; ds = ROUND(ds,vd->incr);
203 seg->extent+ds, vm->disc);
205 { s += ds;
206 seg->size += ds;
207 seg->extent += ds;
208 seg->baddr += ds;
225 { ds
[all...]
/ast/src/lib/libz/
H A Ddeflate.c901 deflate_state *ds;
914 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
915 if (ds == Z_NULL) return Z_MEM_ERROR;
916 dest->state = (struct internal_state FAR *) ds;
917 zmemcpy(ds, ss, sizeof(deflate_state));
918 ds->strm = dest;
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
921 ds->prev = (Posf *) ZALLOC(dest, ds
[all...]
/ast/src/cmd/html/
H A Dmm2twiki.sh67 typeset -x -A ds map nr outline
137 ds[Cr]='©'
138 ds[Dt]=$(date -f "%B %d, %Y" $x)
139 ds[Rf]="[$reference]"
140 ds[Rg]='®'
141 ds[CM]='©'
142 ds[RM]='®'
146 ds[SM]="[size=$size_small][b]SM[/b][/size]"
147 ds[TM]="[size=$size_small][b]TM[/b][/size]"
364 *) a=$a${ds[
[all...]
H A Dmm2bb.sh68 typeset -x -A ds map nr outline
139 ds[Cr]='©'
140 ds[Dt]=$(date -f "%B %d, %Y" $x)
141 ds[Rf]="[$reference]"
142 ds[Rg]='®'
143 ds[CM]='©'
144 ds[RM]='®'
147 ds[SM]='\-1{\b{SM}}'
148 ds[TM]='\-1{\b{TM}}'
155 ds[S
[all...]
H A Dmm2html.sh144 typeset -A ds map nr outline set tr
345 ds[Cr]='©'
346 ds[Dt]=$(date -f "%B %d, %Y" $x)
347 ds[Rf]="<FONT SIZE=-6>[$reference]</FONT>"
348 ds[Rg]='&#174;'
349 ds[CM]='&#169;'
350 ds[RM]='&#174;'
351 ds[SM]='<FONT SIZE=-6><B><SUP>SM</SUP></B></FONT>'
352 ds[TM]='<FONT SIZE=-6><B><SUP>TM</SUP></B></FONT>'
532 *) a=$a${ds[
[all...]
/ast/src/lib/libjcl/
H A Dopen.c89 !(jcl->ds = dtnew(jcl->vm, &jcl->dddisc, Dtoset)) ||
97 jcl->step->dd = jcl->ds;
113 jcl->dd = jcl->ds;
114 jcl->ds = dt;
H A Djcllib.h114 Dt_t* ds; \
/ast/src/lib/libtk/generic/
H A DtkBind.c1044 Tcl_DString ds;
1050 Tcl_DStringInit(&ds);
1058 Tcl_DStringSetLength(&ds, 0);
1059 GetPatternString(psPtr, &ds);
1060 Tcl_AppendElement(interp, Tcl_DStringValue(&ds));
1062 Tcl_DStringFree(&ds);
2683 Tcl_DString ds;
2698 Tcl_DStringInit(&ds);
2702 Tcl_DStringSetLength(&ds, 0);
2703 GetPatternString(poPtr->patSeqs[iPhys], &ds);
1036 Tcl_DString ds; local
2663 Tcl_DString ds; local
2717 Tcl_DString ds; local
[all...]
/ast/src/cmd/pax/
H A Dpax-vdb.c223 int ds; local
244 ds = n;
255 c = ds;
/ast/src/cmd/nmake/
H A Dmain.c303 Stat_t ds; local
430 if (!stat(v->value, &st) && !stat(internal.pwd, &ds) && st.st_ino == ds.st_ino && st.st_dev == ds.st_dev)
/ast/src/lib/libast/sfio/
H A Dsfvscanf.c71 /* ds != 0 for scanning double values */
72 #define SCinit(sc,ds) ((sc)->inp = (sc)->error = -1, (sc)->f = f, \
73 ((sc)->width = (ds) ? width : -1), \
76 #define SCend(sc,ds) (inp = (sc)->inp, f = (sc)->f, \
77 (width = (ds) ? (sc)->width : width), \
/ast/src/cmd/mailx/
H A Dfio.c262 struct stat ds; local
278 if (next && !fstat(fileno(fp), &fs) && !stat(name, &ds) && fs.st_mtime >= ds.st_mtime)

Completed in 366 milliseconds