/ast/src/lib/libast/features/ |
H A D | sfinit.c | 35 char* ds = ""; local 39 char* ds = ""; local 49 printf("\t1E%d%s,\n", i, ds);
|
/ast/src/cmd/mailx/port/ |
H A D | dtstat.c | 77 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 D | atx.c | 80 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 D | atd.c | 1333 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/vmalloc/ |
H A D | vmlast.c | 147 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/cmd/nmake/ |
H A D | main.c | 303 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/cmd/pax/ |
H A D | pax-vdb.c | 223 int ds; local 244 ds = n; 255 c = ds;
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclIOCmd.c | 222 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/cmd/mailx/ |
H A D | fio.c | 262 struct stat ds; local 278 if (next && !fstat(fileno(fp), &fs) && !stat(name, &ds) && fs.st_mtime >= ds.st_mtime)
|
/ast/src/lib/libtk/generic/ |
H A D | tkBind.c | 1044 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...] |