HomeSort by relevance Sort by last modified time
    Searched full:shlen (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/
variable.c 737 const int shlen = sizeof (shell_str) - 1;
743 (void) define_variable (shell_str, shlen,
748 struct variable *shp = lookup_variable (shell_str, shlen); local
751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0);
757 const int shlen = sizeof (shell_str) - 1;
758 struct variable *shell = lookup_variable (shell_str, shlen);
794 (void) define_variable (shell_str, shlen, replace->value,
798 (void) define_variable (shell_str, shlen, default_shell,
728 const int shlen = sizeof (shell_str) - 1; local
    [all...]

Completed in 485 milliseconds