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

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c542 struct tempnode struct
544 struct tempnode *volatile next;
548 static struct tempnode *volatile temphead;
549 static struct tempnode *volatile *temptail = &temphead;
721 struct tempnode const *node;
745 /* Create a new temporary file, returning its newly allocated tempnode.
751 static struct tempnode *
760 struct tempnode *node =
761 xmalloc (offsetof (struct tempnode, name) + len + sizeof slashbase);
870 struct tempnode *saved_temphea
[all...]

Completed in 43 milliseconds