Searched refs:_new (Results 1 - 7 of 7) sorted by path

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1.h333 type *name##_new(void); \
H A Dasn1t.h793 (ASN1_new_func *)sname##_new, \
835 pre stname *fname##_new(void) \
845 stname *fname##_new(void) \
/netbsd-6-1-5-RELEASE/etc/
H A Dsecurity84 _new=$2
85 if [ -z "$_old" -o -z "$_new" ]; then
88 if [ ! -d "${_new%/*}" ]; then
89 mkdir -p "${_new%/*}"
91 if [ -f "${_old}" -a ! -f "${_new}" ]; then
93 echo " to ${_new}"
94 mv "${_old}" "${_new}"
96 if [ -f "${_old}.current" -a ! -f "${_new}.current" ]; then
98 echo " to ${_new}.current"
99 mv "${_old}.current" "${_new}
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devrpc.h248 (rpc)->request_new = (void *(*)(void))request##_new; \
251 (rpc)->reply_new = (void *(*)(void))reply##_new; \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdio.h64 extern int rename(const char *_old, const char *_new);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h1135 uint8_t _new; /**< */ member in struct:xcb_colormap_notify_event_t
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/
H A Dstdio.h66 extern int rename(const char *_old, const char *_new);

Completed in 250 milliseconds