HomeSort by: relevance | last modified time | path
    Searched refs:PUT (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/gen/
shquote.c 107 #define PUT(x) \
151 PUT('\'');
161 PUT('\'');
162 PUT('\\');
163 PUT('\'');
168 PUT('\\');
169 PUT('\'');
173 PUT('\'');
175 PUT(c);
178 PUT('\'');
    [all...]
  /src/games/battlestar/
words.c 140 { "put", PUT, VERB, NULL },
141 { "buckle", PUT, VERB, NULL },
142 { "strap", PUT, VERB, NULL },
143 { "tie", PUT, VERB, NULL },
extern.h 154 #define PUT 1020
366 int put(void);
cypher.c 281 puts("Nothing to put on!");
322 case PUT:
323 put();
  /src/usr.bin/rpcgen/
rpc_util.h 50 #define PUT 1
rpc_cout.c 445 flag = PUT;
593 if (flag == PUT) {
675 if (flag == PUT)
695 if (flag == PUT) {
  /src/tests/lib/libc/db/
h_db.c 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
69 static void put(DB *, DBT *, DBT *);
216 case 'p': /* put */
219 command = PUT;
259 case PUT:
260 put(dbp, &key, &data);
300 case PUT:
348 #define NOOVERWRITE "put failed, would overwrite key\n"
413 put(DB *dbp, DBT *kp, DBT *dp) function in typeref:typename:void
415 switch ((*dbp->put)(dbp, kp, dp, flags))
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5041 mov.l (%a0),%d1 # put exp in hi word
7556 fmov.x FP_SCR0(%a6),%fp0 # put new value back in fp0
8291 fmov.x %fp1,KLOG2(%a6) # PUT K*LOG2 IN MEMORY, FREE FP1
9279 # exception to be put into the machine which will be caught and corrected
9309 swap %d0 # put exponent in high word
9700 # fmov.l %d6,%fpsr # put Q in fpsr
9701 mov.b %d3,FPSR_QBYTE(%a6) # put Q in fpsr
fpsp.s 1601 fmovm.x &0x80,FP_SRC(%a6) # put answer on stack
1643 # from FPIAR and put it in the trace stack frame then jump to _real_trace().
1768 fmovm.x &0x80,FP_SRC(%a6) # put answer on stack
1769 fmovm.x &0x40,FP_DST(%a6) # put EXOP on stack
2049 # exception was being traced. Make the "current" PC the FPIAR and put it in the
2450 # reproducing the effective address of the instruction to put on the #
2721 # exception was being traced. Make the "current" PC the FPIAR and put it in
5147 mov.l (%a0),%d1 # put exp in hi word
7662 fmov.x FP_SCR0(%a6),%fp0 # put new value back in fp0
8397 fmov.x %fp1,KLOG2(%a6) # PUT K*LOG2 IN MEMORY, FREE FP
    [all...]

Completed in 52 milliseconds