HomeSort by: relevance | last modified time | path
    Searched defs:PUT (Results 1 - 8 of 8) 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/usr.bin/rpcgen/
rpc_util.h 50 #define PUT 1
  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h 175 #define PUT(f, s, n) __quadmath_do_put (f, wide, s, n)
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h 175 #define PUT(f, s, n) __quadmath_do_put (f, wide, s, n)
  /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
415 switch ((*dbp->put)(dbp, kp, dp, flags))
    [all...]
  /src/external/gpl3/binutils/dist/gas/
app.c 462 characters are put into the buffer starting at TOSTART; the TOSTART
464 of scrubbed characters put into TOSTART. This will be TOLEN unless
486 4: after putting out a .linefile, put out digits
552 #define PUT(pch) \
594 PUT (ch);
602 PUT (ch);
612 PUT (ch);
619 PUT (ch);
628 GET and PUT macros. */
666 PUT (quotechar)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
app.c 466 characters are put into the buffer starting at TOSTART; the TOSTART
468 of scrubbed characters put into TOSTART. This will be TOLEN unless
490 4: after putting out a .linefile, put out digits
556 #define PUT(pch) \
598 PUT (ch);
606 PUT (ch);
616 PUT (ch);
623 PUT (ch);
632 GET and PUT macros. */
670 PUT (quotechar)
    [all...]
  /src/games/battlestar/
extern.h 154 #define PUT 1020
366 int put(void);

Completed in 30 milliseconds