Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 13 of 13) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-alias/
Dalias.tests1 # place holder for future alias testing
4 # alias/unalias tests originally in builtins.tests
8 alias
9 echo alias: $?
10 alias foo=bar
13 alias
14 echo alias: $?
20 alias qfoo=qbar
21 alias qbar=qbaz
22 alias qbaz=quux
[all …]
Dalias.right1 alias: 0
2 alias: 0
3 ./alias.tests: line 25: qfoo: not found
Dalias_case.tests4 alias a="case x in " b=x
Dalias_brace.tests4 alias BEGIN={ END=}
/busybox-1.35.0/util-linux/
Dmdev.c545 static char *build_alias(char *alias, const char *device_name) in build_alias() argument
551 dest = strrchr(alias, '/'); in build_alias()
554 mkdir_recursive(alias); in build_alias()
557 dest = alias; in build_alias()
558 alias = concat_path_file(alias, device_name); in build_alias()
563 return alias; in build_alias()
646 char *alias; in make_device() local
698 alias = NULL; in make_device()
718 p = alias = xzalloc(strlen(rule->ren_mov) + n * strlen(str_to_match)); in make_device()
735 alias = xstrdup(rule->ren_mov + 1); in make_device()
[all …]
/busybox-1.35.0/scripts/
Dbloat-o-meter46 sym, alias, lut, section = {}, {}, {}, {}
66 alias[(value, size)] = {"name" : name}
74 for addr, sz in iter(alias.keys()):
80 sym[alias[(addr, sz)]["name"]] = {"addr" : addr, "size": sz}
/busybox-1.35.0/modutils/
DConfig.src20 determines dependencies and module alias names on the fly.
22 when one needs to load module by alias (this requires
25 At the first attempt to load a module by alias modprobe
27 future loads by alias. Failure to do so (read-only /lib/modules,
144 Generate and parse modules.alias containing aliases for bus
146 alias pcmcia:m*c*f03fn*pfn*pa*pb*pc*pd* parport_cs
149 alias padlock_aes aes
150 alias aes_i586 aes
151 alias aes_generic aes
162 alias symbol:usb_sg_init usbcore
Dmodprobe-small.c542 static module_info** find_alias(const char *alias) in find_alias() argument
548 dbg1_error_msg("find_alias('%s')", alias); in find_alias()
554 if (pathname_matches_modname(modinfo[i].pathname, alias)) { in find_alias()
556 alias, modinfo[i].pathname); in find_alias()
590 if (fnmatch(s, alias, 0) == 0) { in find_alias()
592 alias, modinfo[i].pathname); in find_alias()
607 dbg1_error_msg("find_alias '%s' returns %d results", alias, infoidx); in find_alias()
/busybox-1.35.0/shell/
DREADME11 be implemented as built-ins, like "alias"):
13 alias
DConfig.src13 Choose which shell you want to be executed by 'sh' alias.
45 Choose which shell you want to be executed by 'bash' alias.
Dash.c566 struct alias;
573 struct alias *ap; /* if push was associated with an alias */
3404 struct alias { struct
3405 struct alias *next; argument
3412 static struct alias **atab; // [ATABSIZE]; argument
3418 static struct alias **
3422 struct alias **app; in __lookupalias()
3445 static struct alias *
3448 struct alias *ap = *__lookupalias(name); in lookupalias()
3455 static struct alias *
[all …]
/busybox-1.35.0/docs/
Dposix_conformance.txt19 alias, bg, cd, fg, getopts, hash, jobs, read, type, umask, ulimit,
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped118 * to BEGIN to return to the state. The YYSTATE alias is for lex