Searched refs:NEW (Results 1 - 5 of 5) sorted by relevance

/haiku/3rdparty/pulkomandy/
H A Dcatmerge.sh6 NEW=$2
19 diff -u <(cut -f 1,2 $OLD) <(cut -f 1,2 $NEW) |grep ^-|\
24 head -1 $NEW
25 # Sort-merge old and new, inserting lines from NEW into OLD (sort);
28 sort -u -t"$TAB" -k 1,2 <(tail -n +2 $OLD) <(tail -n +2 $NEW)|\
34 echo "$0 OLD NEW"
35 echo "merges OLD and NEW catalogs, such that all the keys in NEW that are"
36 echo "not yet in OLD are added to it, and the one in OLD but not in NEW are"
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h54 #define NEW(t,n) ((t*) malloc( sizeof(t) * (n) )) macro
H A Dlibhttpd.c246 hs = NEW( httpd_server, 1 );
724 *strP = NEW( char, *maxsizeP + 1 );
2848 names = NEW( char, maxnames * ( MAXPATHLEN + 1 ) );
2849 nameptrs = NEW( char*, maxnames );
3108 cp2 = NEW( char, l );
3177 argp = NEW( char*, strlen( hc->query ) + 2 );
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp40 # define NEW(constructor) new(kdebug_alloc) constructor macro
45 # define NEW(constructor) new(std::nothrow) constructor macro
1991 _node = NEW(NodeType);
2002 _node = NEW(NodeType(arg1));
2015 _node = NEW(NodeType(arg1, arg2));
2028 _node = NEW(NodeType(arg1, arg2, arg3));

Completed in 131 milliseconds