HomeSort by: relevance | last modified time | path
    Searched refs:create_flag (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/conf/
post-install 548 case $flags in *c*) create_flag=1;; *) create_flag=;; esac
562 if [ -n "$create" -a "$type" = "d" -a -n "$create_flag" -a ! -d "$path" ]
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 7072 /* Parse the parameters to a .SPACE directive; if CREATE_FLAG is nonzero,
7077 pa_parse_space_stmt (const char *space_name, int create_flag)
7167 if (create_flag && seg == NULL)
7170 /* If create_flag is nonzero, then create the new space with
7174 if (create_flag)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 7072 /* Parse the parameters to a .SPACE directive; if CREATE_FLAG is nonzero,
7077 pa_parse_space_stmt (const char *space_name, int create_flag)
7167 if (create_flag && seg == NULL)
7170 /* If create_flag is nonzero, then create the new space with
7174 if (create_flag)

Completed in 43 milliseconds