Searched refs:arglist (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/bin/sh/
H A Dexpand.h33 struct arglist { struct
54 void emptyarglist(struct arglist *);
55 void appendarglist(struct arglist *, char *);
57 void expandarg(union node *, struct arglist *, int);
H A Deval.h36 extern struct arglist *cmdenviron; /* environment for builtin command */
H A Dvar.h116 struct arglist;
117 void listsetvar(struct arglist *, int);
H A Deval.c76 struct arglist *cmdenviron;
86 static void exphere(union node *, struct arglist *);
344 struct arglist arglist; local
349 emptyarglist(&arglist);
352 expandarg(argp, &arglist, EXP_FULL | EXP_TILDE);
357 for (i = 0; i < arglist.count; i++) {
358 setvar(n->nfor.var, arglist.args[i], 0);
387 struct arglist arglist; local
813 struct arglist arglist; local
[all...]
H A Dexpand.c79 struct arglist *list;
101 static void expandmeta(char *, struct arglist *);
102 static void expmeta(char *, char *, struct arglist *);
109 emptyarglist(struct arglist *list)
118 appendarglist(struct arglist *list, char *str)
128 error("Too many entries in arglist");
211 * in arglist. Parameter expansion, command substitution and arithmetic
215 * When arglist is NULL, perform here document expansion.
222 expandarg(union node *arg, struct arglist *arglist, in argument
1064 expmeta(char *enddir, char *name, struct arglist *arglist) argument
1501 struct arglist arglist; local
[all...]
H A Dvar.c403 listsetvar(struct arglist *list, int flags)
/freebsd-current/sbin/restore/
H A Dinteractive.c68 struct arglist { struct
78 static void getcmd(char *, char *, char *, size_t, struct arglist *);
92 struct arglist arglist; local
97 arglist.freeglob = 0;
98 arglist.argcnt = 0;
99 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
100 arglist.glob.gl_opendir = rst_opendir;
101 arglist.glob.gl_readdir = glob_readdir;
102 arglist
[all...]
/freebsd-current/tools/tools/ansify/
H A Dansify.pl50 my $arglist = "";
55 $arglist .= $_;
58 $arglist =~ s/\/\*([^*]|\*[^\/])*\*\// /gs;
61 foreach (split('\n', $arglist)) {
/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c52 struct arglist { struct
59 static void initarg(struct arglist *);
60 static void addarg(struct arglist *, const char *);
63 initarg(struct arglist *al)
72 addarg(struct arglist *al, const char *arg)
97 struct arglist al;
/freebsd-current/crypto/openssh/
H A Dmisc.h118 typedef struct arglist arglist; typedef in typeref:struct:arglist
119 struct arglist { struct
124 void addargs(arglist *, char *, ...)
126 void replacearg(arglist *, u_int, char *, ...)
128 void freeargs(arglist *);
H A Dscp.c149 arglist args;
150 arglist remote_remote_args;
231 do_local_cmd(arglist *a)
1042 arglist alist;
1236 arglist alist;
H A Dmisc.c1090 addargs(arglist *args, char *fmt, ...)
1110 fatal_f("arglist corrupt");
1122 replacearg(arglist *args, u_int which, char *fmt, ...)
1134 fatal_f("arglist corrupt");
1144 freeargs(arglist *args)
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c257 static cam_argmask arglist; variable
471 if ((arglist & CAM_ARG_VERBOSE) == 0)
538 (arglist & CAM_ARG_VERBOSE) == 0)
569 && ((arglist & CAM_ARG_VERBOSE) == 0)) {
895 if (arglist & CAM_ARG_ERR_RECOVER)
968 if (arglist & CAM_ARG_ERR_RECOVER)
986 if (arglist & CAM_ARG_VERBOSE) {
1032 if (arglist & CAM_ARG_ERR_RECOVER)
1064 if (arglist & CAM_ARG_VERBOSE) {
1085 arglist |
[all...]
/freebsd-current/usr.bin/mail/
H A Dcmd3.c162 char **arglist = v; local
165 if (*arglist == NULL) {
170 if ((cp = expand(*arglist)) == NULL)
355 char **arglist = v; local
361 if (*arglist == NULL) {
376 for (ap = arglist; *ap != NULL; ap++) {
402 char **arglist = v; local
408 for (ap = arglist; *ap != NULL; ap++) {
H A Dlex.c274 char *arglist[MAXARGC]; local
406 if ((c = getrawlist(cp, arglist,
407 sizeof(arglist) / sizeof(*arglist))) < 0)
419 e = (*com->c_func)(arglist);
H A Dutil.c262 char **arglist = arg; local
266 if ((cp = expand(*arglist)) == NULL)
/freebsd-current/usr.bin/last/
H A Dlast.c69 static ARG *arglist; /* head of linked list */ variable
416 if (!arglist)
419 for (step = arglist; step; step = step->next)
453 cur->next = arglist;
456 arglist = cur;
/freebsd-current/usr.bin/rpcgen/
H A Drpc_main.c90 static char **arglist; variable
399 execvp(arglist[0], arglist);
400 err(1, "execvp %s", arglist[0]);
1008 newarglist = realloc(arglist, argmax * sizeof(*arglist));
1010 warnx("unable to allocate arglist");
1013 arglist = newarglist;
1026 arglist[argcount++] = xstrdup(cp);
1028 arglist[argcoun
[all...]
/freebsd-current/usr.sbin/camdd/
H A Dcamdd.c455 camdd_argmask arglist, int probe_retry_count,
458 camdd_argmask arglist, int probe_retry_count,
464 camdd_argmask arglist, int probe_retry_count,
493 int camdd_rw(struct camdd_io_opts *io_opts, camdd_argmask arglist,
1284 camdd_argmask arglist, int probe_retry_count,
1309 if (arglist & CAMDD_ARG_ERR_RECOVER)
1354 if (arglist & CAMDD_ARG_ERR_RECOVER)
1380 camdd_argmask arglist, int probe_retry_count,
1414 if (arglist & CAMDD_ARG_ERR_RECOVER)
1452 camdd_argmask arglist, in
1283 camdd_probe_pass_scsi(struct cam_device *cam_dev, union ccb *ccb, camdd_argmask arglist, int probe_retry_count, int probe_timeout, uint64_t *maxsector, uint32_t *block_len) argument
1379 camdd_probe_pass_nvme(struct cam_device *cam_dev, union ccb *ccb, camdd_argmask arglist, int probe_retry_count, int probe_timeout, uint64_t *maxsector, uint32_t *block_len) argument
1451 camdd_probe_pass(struct cam_device *cam_dev, struct camdd_io_opts *io_opts, camdd_argmask arglist, int probe_retry_count, int probe_timeout, int io_retry_count, int io_timeout) argument
3197 camdd_rw(struct camdd_io_opts *io_opts, camdd_argmask arglist, int num_io_opts, uint64_t max_io, int retry_count, int timeout) argument
3540 camdd_argmask arglist = CAMDD_ARG_NONE; local
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y35 bool infunc = false; /* = true if in arglist or body of func */
38 Node *arglist = 0; /* list of args for current function */
456 /* nothing */ { arglist = $$ = 0; }
457 | VAR { arglist = $$ = celltonode($1,CVAR); }
460 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
H A Dparse.c257 { /* body of function, arglist */
281 extern Node *arglist;
282 Node *p = arglist;
/freebsd-current/contrib/tcsh/
H A Dtc.os.c77 dosetpath(Char **arglist, struct command *c) argument
99 for (i = 1; arglist[i] && (arglist[i][0] != '-'); i++);
102 cmdargs = &arglist[i];
103 for (; arglist[i]; i++);
108 pathvars = &arglist[1];
/freebsd-current/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c227 ACPI_OBJECT_LIST arglist = { local
242 status = AcpiEvaluateObject(sc->cpu_handle, "_PDC", &arglist, NULL);
/freebsd-current/sys/dev/acpica/
H A Dacpi_cpu.c311 ACPI_OBJECT_LIST arglist; local
439 arglist.Pointer = &arg;
440 arglist.Count = 1;
447 AcpiEvaluateObject(sc->cpu_handle, "_PDC", &arglist, NULL);
H A Dacpi.c2984 ACPI_OBJECT_LIST arglist; local
3006 arglist.Pointer = arg;
3007 arglist.Count = 4;
3010 status = AcpiEvaluateObjectTyped(handle, "_DSM", &arglist, &buf, type);
3025 ACPI_OBJECT_LIST arglist; local
3029 arglist.Pointer = arg;
3030 arglist.Count = 4;
3044 status = AcpiEvaluateObjectTyped(handle, "_OSC", &arglist, &buf,

Completed in 399 milliseconds

12