Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ccHelp (0.08 sec)

  1. src/cmd/dist/build.go

    				cc1 = "clang"
    				break
    			}
    		}
    	}
    	cc, err := quotedSplit(cc1)
    	if err != nil {
    		fatalf("split CC: %v", err)
    	}
    	var ccHelp = append(cc, "--help")
    
    	if output, err := exec.Command(ccHelp[0], ccHelp[1:]...).CombinedOutput(); err != nil {
    		outputHdr := ""
    		if len(output) > 0 {
    			outputHdr = "\nCommand output:\n\n"
    		}
    		fatalf("cannot invoke C compiler %q: %v\n\n"+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="audio/prs.sid">
        <magic priority="50">
          <match value="PSID" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="audio/qcelp"/>
      <mime-type type="audio/red"/>
      <mime-type type="audio/rtp-enc-aescm128"/>
      <mime-type type="audio/rtp-midi"/>
      <mime-type type="audio/rtx"/>
      <mime-type type="audio/smv"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top