HomeSort by: relevance | last modified time | path
    Searched defs:wordexp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
wordexp.c 1 /* $NetBSD: wordexp.c,v 1.4 2024/01/20 14:52:47 christos Exp $ */
40 #include <wordexp.h>
45 __FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/gen/wordexp.c,v 1.5 2004/04/09 11:32:32 tjr Exp $");
47 __RCSID("$NetBSD: wordexp.c,v 1.4 2024/01/20 14:52:47 christos Exp $");
55 * wordexp --
57 * of words in `we'. See wordexp(3).
61 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) function in typeref:typename:int
88 * Use the `wordexp' /bin/sh builtin function to do most of the work
112 if (asprintf(&cmd, "wordexp%c%s\n", *ifs, words) < 0)
130 * We are the child; just get /bin/sh to run the wordexp
    [all...]
wordexp.c 1 /* $NetBSD: wordexp.c,v 1.4 2024/01/20 14:52:47 christos Exp $ */
40 #include <wordexp.h>
45 __FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/gen/wordexp.c,v 1.5 2004/04/09 11:32:32 tjr Exp $");
47 __RCSID("$NetBSD: wordexp.c,v 1.4 2024/01/20 14:52:47 christos Exp $");
55 * wordexp --
57 * of words in `we'. See wordexp(3).
61 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) function in typeref:typename:int
88 * Use the `wordexp' /bin/sh builtin function to do most of the work
112 if (asprintf(&cmd, "wordexp%c%s\n", *ifs, words) < 0)
130 * We are the child; just get /bin/sh to run the wordexp
    [all...]

Completed in 55 milliseconds