Searched refs:firstarg (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/binutils/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/cvs/
H A Dmissing325 firstarg="$1"
327 case $firstarg in
329 firstarg=`echo "$firstarg" | sed s/o//`
330 tar "$firstarg" "$@" && exit 0
333 case $firstarg in
335 firstarg=`echo "$firstarg" | sed s/h//`
336 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/gdb/
H A Dmissing301 firstarg="$1"
303 case "$firstarg" in
305 firstarg=`echo "$firstarg" | sed s/o//`
306 tar "$firstarg" "$@" && exit 0
309 case "$firstarg" in
311 firstarg=`echo "$firstarg" | sed s/h//`
312 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/openbsm/config/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/crypto/heimdal/
H A Dmissing325 firstarg="$1"
327 case $firstarg in
329 firstarg=`echo "$firstarg" | sed s/o//`
330 tar "$firstarg" "$@" && exit 0
333 case $firstarg in
335 firstarg=`echo "$firstarg" | sed s/h//`
336 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing333 firstarg="$1"
335 case $firstarg in
337 firstarg=`echo "$firstarg" | sed s/o//`
338 tar "$firstarg" "$@" && exit 0
341 case $firstarg in
343 firstarg=`echo "$firstarg" | sed s/h//`
344 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/ntp/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c1212 isc_boolean_t *firstarg)
1367 if (*firstarg) {
1369 *firstarg = ISC_FALSE;
1460 if (*firstarg) {
1462 *firstarg = ISC_FALSE;
1517 isc_boolean_t firstarg = ISC_TRUE; local
1617 argc, argv, &firstarg)) {
1625 argc, argv, &firstarg)) {
1710 if (firstarg) {
1712 firstarg
1209 dash_option(char *option, char *next, dig_lookup_t **lookup, isc_boolean_t *open_type_class, isc_boolean_t *need_clone, isc_boolean_t config_only, int argc, char **argv, isc_boolean_t *firstarg) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddbxout.c1483 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl)));
1488 if (TYPE_READONLY (TREE_TYPE (firstarg)))
1490 if (TYPE_VOLATILE (TREE_TYPE (firstarg)))
1478 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c3223 char *firstarg = 0; local
3402 if (!firstarg)
3403 firstarg = av[optind];
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2587 \def\firstarg{#1}%
2588 \ifx\firstarg\xendsetuptable
2591 \ifx\firstarg\xcolumnfractions
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2761 \def\firstarg{#1}%
2762 \ifx\firstarg\xendsetuptable
2765 \ifx\firstarg\xcolumnfractions
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2660 \def\firstarg{#1}%
2661 \ifx\firstarg\xendsetuptable
2664 \ifx\firstarg\xcolumnfractions

Completed in 260 milliseconds