Searched refs:d1 (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | dup2.c | 35 dup2(int d1, int d2) 39 if (d1 == d2) return(d1); 43 return(fcntl(d1, F_DUPFD, d2));
|
/ast/src/lib/libast/uwin/ |
H A D | crypt.c | 276 #define ZERO(d,d0,d1) d0 = 0, d1 = 0 277 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 278 #define LOADREG(d,d0,d1,s,s0,s1) d0 = s0, d1 = s1 279 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 281 #define DCL_BLOCK(d,d0,d1) long d0, d1 [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | variables.sh | 335 for d1 in '' ' ' ':' ' :' ': ' ' : ' 337 case $f1$d1 in 338 '') split "$d0$f1$d1" "[0]" "()()" ;; 340 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;; 355 for d1 in ' ' ':' ' :' ': ' ' : ' 358 $f1$d1|$d1$f2) continue ;; 363 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;; 365 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;; 381 for d1 i [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | bind.tcl | 44 {1. Samples of all the different types of items that can be created in canvas widgets.} d1 63 foreach tag {d1 d2 d3 d4 d5 d6} { 67 $w.text tag bind d1 <1> {source [file join $tk_library demos items.tcl]}
|
/ast/src/cmd/mailx/ |
H A D | spam.c | 453 insider(register char* s, register char* e, int f, char* d1, int n1, char* d2, int n2) argument 462 if (n == n1 && strneq(s, d1, n1) || n == n2 && strneq(s, d2, n2))
|
Completed in 22 milliseconds