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

/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c222 char *newarg, *head; local
229 newarg = strtok(bargs_scratch, " ");
231 if (newarg == NULL || newarg[0] == '-')
235 if (strncmp(&newarg[strlen(newarg)-4],
237 newarg = strtok(NULL, " ");
238 off = newarg - head;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c222 char *newarg, *head; local
229 newarg = strtok(bargs_scratch, " ");
231 if (newarg == NULL || newarg[0] == '-')
235 if (strncmp(&newarg[strlen(newarg)-4],
237 newarg = strtok(NULL, " ");
238 off = newarg - head;
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c992 char *head, *newarg; local
1019 newarg = strtok(bootargs_scratch, " ");
1025 if (newarg && strncasecmp(newarg, "dryrun", strlen("dryrun")) == 0) {
1106 if (newarg && newarg[0] != '-' && !bename) {
1109 if ((tmprc = validate_disk(newarg, mountpoint)) == 0) {
1114 newarg = strtok(NULL, " ");
1115 rootlen = (newarg) ? (newarg
[all...]
/illumos-gate/usr/src/cmd/od/
H A Dod.c550 boolean_t newarg = B_FALSE; local
564 newarg = B_TRUE;
629 newarg = B_TRUE;
662 newarg = B_TRUE;
685 newarg = B_TRUE;
733 if (!newarg) {
/illumos-gate/usr/src/cmd/power/
H A Dparse.c247 newarg(char *arg, int index) function
290 newarg(arg, cnt++);
294 newarg(NULL, cnt);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c107 char **p_ARGV; /* where to put newarg ptr in arg list */
788 char *newarg, *skel, *sub; local
793 newarg = insert(skel, sub);
797 l = strlen(newarg) + 1;
802 (void) strcpy(p_ibuf, newarg);
/illumos-gate/usr/src/tools/aw/
H A Daw.c90 fixae_arg(struct ae *ae, const char *newarg) argument
93 ae->ae_arg = strdup(newarg);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2939 char newarg[MAX_CMDLINE];
2954 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) {
2959 if ((err = kernel_func(newarg, flags)) != 0)
3208 char newarg[MAX_CMDLINE];
3213 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) {
3218 if ((err = module_func(newarg, flags)) != 0)
2909 char newarg[MAX_CMDLINE]; local
3173 char newarg[MAX_CMDLINE]; local

Completed in 594 milliseconds