OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025